.lol-tooltip-component {
  display: none;
}
/*# sourceMappingURL=../../libs/riotclient-lib-ember-ui/src/lol-tooltip/style.css.map */.decorated-footer .confirm-button-container lol-uikit-primary-magic-button.confirm {
  text-transform: uppercase;
}
.decorated-footer .confirm-button-container lol-uikit-primary-magic-button.confirm:lang(ko-kr),
.decorated-footer .confirm-button-container lol-uikit-primary-magic-button.confirm:lang(ja-jp),
.decorated-footer .confirm-button-container lol-uikit-primary-magic-button.confirm:lang(tr-tr),
.decorated-footer .confirm-button-container lol-uikit-primary-magic-button.confirm:lang(el-gr),
.decorated-footer .confirm-button-container lol-uikit-primary-magic-button.confirm:lang(th-th),
.decorated-footer .confirm-button-container lol-uikit-primary-magic-button.confirm:lang(zh-tw) {
  text-transform: none;
}
.decorated-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 0 1px;
  height: 50px;
  box-sizing: border-box;
}
.decorated-footer .confirm-button-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 15px;
}
.decorated-footer .confirm-button-container lol-uikit-primary-magic-button.confirm {
  display: flex;
  min-width: 160px;
  pointer-events: auto;
}
.decorated-footer .button-img {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-color: transparent;
  border: 0px;
  outline: 0px;
}
.decorated-footer .button-img.close {
  background-image: url(/fe/lol-patcher/button_close.png);
}
.decorated-footer .button-img.close:hover {
  background-image: url(/fe/lol-patcher/button_close_hover.png);
}
.decorated-footer .button-img.close:active {
  background-image: url(/fe/lol-patcher/button_close_click.png);
}
.decorated-footer .button-img.close:disabled {
  background-image: url(/fe/lol-patcher/button_close_inactive.png);
}
.decorated-footer .decorated-footer-decoration {
  display: flex;
  position: relative;
  flex: 1 1 auto;
  height: 34px;
  margin-top: 15px;
}
.decorated-footer .decorated-footer-decoration.decorated-footer-left .button {
  position: absolute;
  top: -13px;
  right: 2px;
}
/*# sourceMappingURL=../../libs/riotclient-lib-ember-ui/src/decorated-footer/style.css.map */.arrow-footer[version="7.13"] .confirm-button-container button.confirm {
  font-family: var(--font-display);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm {
  -webkit-user-select: none;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm {
  text-transform: uppercase;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:lang(ko-kr),
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:lang(ja-jp),
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:lang(tr-tr),
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:lang(el-gr),
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:lang(th-th),
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:lang(zh-tw) {
  text-transform: none;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm {
  color: #c8aa6e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.0325em;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:hover {
  color: #f0e6d2;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:disabled,
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:disabled:hover,
.arrow-footer[version="7.13"] .confirm-button-container button.confirm[disabled='true'],
.arrow-footer[version="7.13"] .confirm-button-container button.confirm[disabled='true']:hover {
  color: #5c5b57;
  cursor: default;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:active {
  color: #785a28;
}
.arrow-footer[version="7.13"] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 0 1px;
  height: 51px;
  box-sizing: border-box;
}
.arrow-footer[version="7.13"].hide-close-button .confirm-button-container button.confirm {
  margin-left: 0px;
}
.arrow-footer[version="7.13"].hide-close-button .confirm-button-container button.confirm .left-confirm {
  background-image: url(/fe/lol-patcher/LeftStraightDefault.png);
}
.arrow-footer[version="7.13"].hide-close-button .confirm-button-container button.confirm:hover .left-confirm {
  background-image: url(/fe/lol-patcher/LeftStraightHover.png);
}
.arrow-footer[version="7.13"].hide-close-button .confirm-button-container button.confirm:active .left-confirm {
  background-image: url(/fe/lol-patcher/LeftStraightClick.png);
}
.arrow-footer[version="7.13"].hide-close-button .confirm-button-container button.confirm.disabled .left-confirm {
  background-image: url(/fe/lol-patcher/LeftStraightDisabled.png);
}
.arrow-footer[version="7.13"].hide-close-button .confirm-button-container button.confirm.completed .left-confirm {
  background-image: url(/fe/lol-patcher/LeftStraightCompleted.png);
}
.arrow-footer[version="7.13"].hide-close-button .confirm-button-container button.close {
  display: none;
}
.arrow-footer[version="7.13"].hide-close-button .confirm-button-container .border-bg .left-border-bg {
  background-image: url(/fe/lol-patcher/BGLeftStraight.png);
}
.arrow-footer[version="7.13"].hide-close-button .confirm-button-container .border-bg .middle-border-bg {
  margin: 0 7px;
}
.arrow-footer[version="7.13"].hide-close-button .arrow-footer-decoration {
  flex-direction: column;
  justify-content: center;
}
.arrow-footer[version="7.13"].hide-close-button .arrow-footer-decoration .arrow-footer-decoration-child {
  background-size: 100% 100%;
  width: 256px;
  height: 8px;
}
.arrow-footer[version="7.13"].hide-close-button .arrow-footer-decoration .arrow-footer-decoration-child.arrow-footer-decoration-left {
  margin-right: 50px;
  align-self: flex-end;
  background-image: url(/fe/lol-patcher/FooterMetalDecorationLeft.png);
}
.arrow-footer[version="7.13"].hide-close-button .arrow-footer-decoration .arrow-footer-decoration-child.arrow-footer-decoration-right {
  margin-left: 50px;
  align-self: flex-start;
  background-image: url(/fe/lol-patcher/FooterMetalDecorationRight.png);
}
.arrow-footer[version="7.13"] .confirm-button-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.arrow-footer[version="7.13"] .confirm-button-container .border-bg {
  position: absolute;
  width: 100%;
  height: 44px;
  display: flex;
  top: -5px;
}
.arrow-footer[version="7.13"] .confirm-button-container .border-bg .left-border-bg {
  height: 44px;
  width: 29px;
  position: absolute;
  top: 0px;
  left: -6px;
  background-size: 100% 100%;
  background-image: url(/fe/lol-patcher/BGLeft.png);
}
.arrow-footer[version="7.13"] .confirm-button-container .border-bg .middle-border-bg {
  flex-grow: 1;
  height: 44px;
  margin: 0px 12px;
  background-size: contain;
  background-image: url(/fe/lol-patcher/BGMid.png);
}
.arrow-footer[version="7.13"] .confirm-button-container .border-bg .right-border-bg {
  height: 44px;
  width: 26px;
  position: absolute;
  top: 0;
  right: -6px;
  background-size: 100% 100%;
  background-image: url(/fe/lol-patcher/BGRight.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button {
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.arrow-footer[version="7.13"] .confirm-button-container button.disabled {
  cursor: default;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm {
  height: 34px;
  min-width: 170px;
  margin-left: 29px;
  padding-right: 1px;
  color: #a3c7c7;
  position: relative;
  display: flex;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm > div {
  background-size: 100% 100%;
  height: 34px;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm .left-confirm {
  width: 12px;
  background-image: url(/fe/lol-patcher/LeftDefault.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm .middle-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 0px 10px;
  background-repeat: repeat-x;
  background-image: url(/fe/lol-patcher/MidDefault.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm .right-confirm {
  width: 17px;
  background-image: url(/fe/lol-patcher/RightDefault.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:hover .left-confirm {
  background-image: url(/fe/lol-patcher/LeftHover.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:hover .middle-confirm {
  background-image: url(/fe/lol-patcher/MidHover.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:hover .right-confirm {
  background-image: url(/fe/lol-patcher/RightHover.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:active {
  color: #005a82;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:active .left-confirm {
  background-image: url(/fe/lol-patcher/LeftClick.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:active .middle-confirm {
  background-image: url(/fe/lol-patcher/MidClick.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm:active .right-confirm {
  background-image: url(/fe/lol-patcher/RightClick.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm.disabled {
  color: #5c5b57;
  cursor: default;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm.disabled .left-confirm {
  background-image: url(/fe/lol-patcher/LeftDisabled.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm.disabled .middle-confirm {
  background-image: url(/fe/lol-patcher/MidDisabled.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm.disabled .right-confirm {
  background-image: url(/fe/lol-patcher/RightDisabled.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm.completed {
  color: #c89b3c;
  cursor: default;
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm.completed .left-confirm {
  background-image: url(/fe/lol-patcher/LeftCompleted.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm.completed .middle-confirm {
  background-image: url(/fe/lol-patcher/MidCompleted.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.confirm.completed .right-confirm {
  background-image: url(/fe/lol-patcher/RightCompleted.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close {
  width: 34px;
  height: 34px;
  background-size: contain;
  position: absolute;
  left: 0px;
  background-image: url(/fe/lol-patcher/Normal.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close .close-icon {
  height: 34px;
  width: 34px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/fe/lol-patcher/Exit_Default.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close[type="back"] .close-icon {
  background-image: url(/fe/lol-patcher/Back_default.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close:hover {
  background-image: url(/fe/lol-patcher/Hover.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close:hover .close-icon {
  background-image: url(/fe/lol-patcher/Exit_Hover.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close:hover[type="back"] .close-icon {
  background-image: url(/fe/lol-patcher/Back_Hover.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close:active {
  background-image: url(/fe/lol-patcher/Clicked.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close:active .close-icon {
  background-image: url(/fe/lol-patcher/Exit_Click.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close:active[type="back"] .close-icon {
  background-image: url(/fe/lol-patcher/Back_click.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close.disabled {
  background-image: url(/fe/lol-patcher/Disabled.png);
  cursor: default;
}
.arrow-footer[version="7.13"] .confirm-button-container button.close.disabled .close-icon {
  background-image: url(/fe/lol-patcher/Exit_Disabled.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close.disabled[type="back"] .close-icon {
  background-image: url(/fe/lol-patcher/Back_Disabled.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close.completed {
  cursor: default;
  background-image: url(/fe/lol-patcher/Completed.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close.completed .close-icon {
  background-image: url(/fe/lol-patcher/Checkmark.png);
}
.arrow-footer[version="7.13"] .confirm-button-container button.close.completed[type="back"] .close-icon {
  background-image: url(/fe/lol-patcher/Checkmark.png);
}
.arrow-footer[version="7.13"] .arrow-footer-decoration {
  display: flex;
  position: relative;
  flex: 1 1 auto;
  height: 34px;
}
/*# sourceMappingURL=../../libs/riotclient-lib-ember-ui/src/arrow-footer/style.css.map */.basic-footer .confirm-button-container lol-uikit-primary-magic-button,
.basic-footer .confirm-button-container lol-uikit-flat-button {
  text-transform: uppercase;
}
.basic-footer .confirm-button-container lol-uikit-primary-magic-button:lang(ko-kr),
.basic-footer .confirm-button-container lol-uikit-flat-button:lang(ko-kr),
.basic-footer .confirm-button-container lol-uikit-primary-magic-button:lang(ja-jp),
.basic-footer .confirm-button-container lol-uikit-flat-button:lang(ja-jp),
.basic-footer .confirm-button-container lol-uikit-primary-magic-button:lang(tr-tr),
.basic-footer .confirm-button-container lol-uikit-flat-button:lang(tr-tr),
.basic-footer .confirm-button-container lol-uikit-primary-magic-button:lang(el-gr),
.basic-footer .confirm-button-container lol-uikit-flat-button:lang(el-gr),
.basic-footer .confirm-button-container lol-uikit-primary-magic-button:lang(th-th),
.basic-footer .confirm-button-container lol-uikit-flat-button:lang(th-th),
.basic-footer .confirm-button-container lol-uikit-primary-magic-button:lang(zh-tw),
.basic-footer .confirm-button-container lol-uikit-flat-button:lang(zh-tw) {
  text-transform: none;
}
.basic-footer {
  padding-left: 34px;
  padding-right: 35px;
}
.basic-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 48px;
  box-sizing: border-box;
}
.basic-footer .confirm-button-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
}
.basic-footer .confirm-button-container lol-uikit-primary-magic-button,
.basic-footer .confirm-button-container lol-uikit-flat-button {
  display: flex;
  min-width: 160px;
  pointer-events: auto;
  margin-left: 10px;
}
.basic-footer .confirm-button-container lol-uikit-primary-magic-button:last-child,
.basic-footer .confirm-button-container lol-uikit-flat-button:last-child {
  margin-right: 10px;
}
.basic-footer .confirm-button-container::after,
.basic-footer .confirm-button-container::before {
  display: flex;
  border-top: 1px solid #785a28;
  margin-top: 16px;
  height: 1px;
  flex-grow: 1;
  content: " ";
}
/*# sourceMappingURL=../../libs/riotclient-lib-ember-ui/src/basic-footer/style.css.map */.media-fader {
  position: absolute;
  top: 0;
}
.media-fader .media-fader-asset {
  -webkit-user-drag: none;
}
/*# sourceMappingURL=../../libs/riotclient-lib-ember-ui/src/media-fader/style.css.map */.media-swapper {
  position: relative;
}
/*# sourceMappingURL=../../libs/riotclient-lib-ember-ui/src/media-swapper/style.css.map */.update-available-proxy {
  position: absolute;
  top: 11px;
  left: 29px;
  width: 141px;
  height: 76px;
  padding: 7px 0;
  pointer-events: none;
}
/*# sourceMappingURL=src/patcher/components/container-component/style.css.map */.update-available-tooltip h1 {
  font-family: var(--font-display);
}
.update-available-tooltip .info {
  font-family: var(--font-body);
}
.update-available-tooltip h1,
.update-available-tooltip .info {
  -webkit-user-select: none;
}
.update-available-tooltip h1,
.update-available-tooltip .info {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.update-available-tooltip h1 {
  text-transform: uppercase;
}
.update-available-tooltip h1:lang(ko-kr),
.update-available-tooltip h1:lang(ja-jp),
.update-available-tooltip h1:lang(tr-tr),
.update-available-tooltip h1:lang(el-gr),
.update-available-tooltip h1:lang(th-th),
.update-available-tooltip h1:lang(zh-tw) {
  text-transform: none;
}
.update-available-tooltip h1 {
  color: #f0e6d2;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.update-available-tooltip .info {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.update-available-tooltip .info:lang(ja-jp) {
  font-size: 13px;
}
.update-available-tooltip {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
}
.update-available-tooltip h1 {
  color: #f0e6d2;
  margin: 0px;
}
.update-available-tooltip hr {
  border-color: #a09b8c;
  color: #a09b8c;
  opacity: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5000%)";
  filter: alpha(opacity=5000%);
  border-bottom: 0px;
  margin: 9px 0px 12px;
}
.update-available-tooltip .info {
  color: #a09b8c;
  font-size: 11px;
  text-align: initial;
}
/*# sourceMappingURL=src/patcher/components/update-available-tooltip-component/style.css.map */.animated-progress-bar.main .progress-percent-text {
  font-family: var(--font-display);
}
lol-uikit-content-block.lol-patcher-client-patch-modal-body p,
.lol-patcher-error-modal ul {
  font-family: var(--font-body);
}
lol-uikit-content-block.lol-patcher-client-patch-modal-body p,
.animated-progress-bar.main .progress-percent-text,
.lol-patcher-error-modal ul {
  -webkit-user-select: none;
}
lol-uikit-content-block.lol-patcher-client-patch-modal-body p,
.animated-progress-bar.main .progress-percent-text,
.lol-patcher-error-modal ul {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.animated-progress-bar.main .progress-percent-text {
  text-transform: uppercase;
}
.animated-progress-bar.main .progress-percent-text:lang(ko-kr),
.animated-progress-bar.main .progress-percent-text:lang(ja-jp),
.animated-progress-bar.main .progress-percent-text:lang(tr-tr),
.animated-progress-bar.main .progress-percent-text:lang(el-gr),
.animated-progress-bar.main .progress-percent-text:lang(th-th),
.animated-progress-bar.main .progress-percent-text:lang(zh-tw) {
  text-transform: none;
}
.animated-progress-bar.main .progress-percent-text {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
lol-uikit-content-block.lol-patcher-client-patch-modal-body p {
  color: #a09b8c;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.lol-patcher-error-modal ul {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.lol-patcher-error-modal ul:lang(ja-jp) {
  font-size: 13px;
}
.patching-progress-bar {
  width: 174px;
  height: 122px;
  position: absolute;
  top: -22px;
  left: 16px;
  pointer-events: none;
}
.patching-progress-bar.disabled {
  display: none;
}
.patching-progress-bar .modal-holder {
  pointer-events: auto;
}
.patcher-bar-proxy {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 55px;
  top: 33px;
  left: 0;
  pointer-events: auto;
}
lol-uikit-content-block.lol-patcher-client-patch-modal-body p {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.animated-progress-bar {
  position: relative;
  width: 100%;
  height: 100%;
}
.animated-progress-bar.patching,
.animated-progress-bar.repairing {
  display: block;
}
.animated-progress-bar.outro {
  -webkit-animation: fadeout 800ms forwards;
  -webkit-animation-delay: 1200ms;
}
.animated-progress-bar.main .global-mask {
  display: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: inherit;
}
.animated-progress-bar.main .global-mask.active {
  -webkit-mask-image: url(/fe/lol-patcher/mask-progress-bar-overlay.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center right;
}
.animated-progress-bar.main .progress-bar-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: fadein 300ms forwards;
}
.animated-progress-bar.main .progress-bar-wrapper.outro {
  -webkit-animation: fadeout 300ms forwards;
}
.animated-progress-bar.main .progress-bar-wrapper .progress-bar-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  height: 100%;
}
.animated-progress-bar.main .progress-bar-wrapper .endpoint-container {
  position: relative;
  width: 4px;
  height: 100%;
}
.animated-progress-bar.main .progress-bar-wrapper .endpoint-container .video-wrapper {
  position: absolute;
  width: 174px;
  height: 122px;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-124px);
  -moz-transform: translateX(-124px);
  -o-transform: translateX(-124px);
  -ms-transform: translateX(-124px);
  transform: translateX(-124px);
}
.animated-progress-bar.main .progress-bar-mask {
  position: relative;
  width: 0;
  height: 100%;
  border-right: 10px solid transparent;
  padding: 31px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
  -webkit-mask-image: linear-gradient(to right, #000, #000);
}
.animated-progress-bar.main .progress-bar-mask .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.animated-progress-bar.main .progress-percent-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 31px 0;
  padding-left: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  line-height: 16px;
}
.animated-progress-bar.main .progress-percent-text .phase {
  font-size: 12px;
}
.animated-progress-bar.main .video-state {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animated-progress-bar.main .video-state.main {
  width: 122px;
  padding: 14px 0;
}
.animated-progress-bar.main .video-state.main .loop {
  top: 14px;
}
.animated-progress-bar.main .video-state.border {
  width: 148px;
  height: 60px;
  top: -1px;
  left: -11px;
}
.animated-progress-bar.main .video-state.endpoint {
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
  top: -1px;
}
.animated-progress-bar.main .video-state.endpoint .intro {
  width: 92px;
  height: 122px;
  left: 78px;
}
.animated-progress-bar.main .video-state.endpoint .loop {
  width: 154px;
  height: 122px;
}
.animated-progress-bar.main .video-state.frame {
  padding: 41px 0;
  padding-left: 12px;
}
.animated-progress-bar.main .video-state.logo {
  padding: 33px 0;
}
.animated-progress-bar.main .video-state.outro {
  width: 178px;
  height: 100%;
  padding-left: 36px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.animated-progress-bar.main .video-state.outro .outro,
.animated-progress-bar.main .video-state.outro .intro {
  width: inherit;
  height: 108px;
  margin: 7px 0;
}
.animated-progress-bar.main .video-state.disabled {
  display: none;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: none !important;
  }
}
@-webkit-keyframes indeterminate {
  100% {
    background-position: -200%;
  }
}
.patcher-tooltip-holder,
.lol-patcher-modal-holder {
  display: none;
}
#rcp-fe-lol-patcher-bootstrap {
  z-index: 10000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 500px;
  height: 274px;
  overflow: hidden;
  border: 2px solid #1e282d;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #a09b8c;
}
.lol-patcher-error-modal {
  direction: ltr;
}
.lol-patcher-error-modal h6 {
  text-align: left;
  margin: 20px 0;
}
.lol-patcher-error-modal ul {
  text-align: left;
  margin: 20px 0;
  padding-left: 20px;
}
/*# sourceMappingURL=src/patcher/components/patcher-bar-component/style.css.map */.long-progress-bar {
  width: 804px;
  height: 122px;
  top: -20px;
  left: 240px;
}
.long-progress-bar .animated-progress-bar .global-mask {
  display: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: inherit;
}
.long-progress-bar .animated-progress-bar .global-mask.active {
  -webkit-mask-image: url(/fe/lol-patcher/long-mask-progress-bar-overlay.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center right;
  padding-right: 25px;
}
.long-progress-bar .animated-progress-bar .frame {
  position: absolute;
  top: 40px;
  left: 12px;
}
.long-progress-bar .animated-progress-bar .progress-bar-wrapper .endpoint-container .video-wrapper {
  position: absolute;
  size: 272px;
  top: 7px;
  left: -51px;
  transform: translateX(-124px);
}
.long-progress-bar .animated-progress-bar .progress-percent-text {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.long-progress-bar .animated-progress-bar .progress-percent-text span:last-of-type {
  padding-left: 5px;
}
.long-progress-bar .animated-progress-bar .video-state.endpoint {
  overflow: visible;
}
.long-progress-bar .animated-progress-bar .video-state.main {
  width: 754px;
}
.long-progress-bar .animated-progress-bar .video-state.main .loop {
  top: 12px;
}
.long-progress-bar .animated-progress-bar .video-state.border {
  width: 776px;
  height: 66px;
  left: -11px;
  top: -2px;
}
.long-progress-bar .animated-progress-bar .video-state.endpoint .loop {
  width: 272px;
  height: 120px;
  margin: 0;
}
/*# sourceMappingURL=src/patcher/components/patcher-bar-component/long-patcher-bar-style.css.map */.video-state {
  width: 100%;
  height: 100%;
}
.video-state .intro,
.video-state .loop,
.video-state .outro {
  position: absolute;
}
.video-state .loop,
.video-state .outro {
  -webkit-animation: fadein 100ms forwards;
}
.video-state .hanging {
  -webkit-filter: grayscale();
}
.video-state.logo .loop {
  top: 33px;
}
.video-state.main .loop {
  top: 17px;
}
.league-logo {
  cursor: pointer;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
/*# sourceMappingURL=src/patcher/components/video-state-component/style.css.map */#patcher-progress-tooltip h1 {
  font-family: var(--font-display);
}
#patcher-progress-tooltip .info {
  font-family: var(--font-body);
}
#patcher-progress-tooltip h1,
#patcher-progress-tooltip .info {
  -webkit-user-select: none;
}
#patcher-progress-tooltip h1,
#patcher-progress-tooltip .info {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
#patcher-progress-tooltip h1 {
  text-transform: uppercase;
}
#patcher-progress-tooltip h1:lang(ko-kr),
#patcher-progress-tooltip h1:lang(ja-jp),
#patcher-progress-tooltip h1:lang(tr-tr),
#patcher-progress-tooltip h1:lang(el-gr),
#patcher-progress-tooltip h1:lang(th-th),
#patcher-progress-tooltip h1:lang(zh-tw) {
  text-transform: none;
}
#patcher-progress-tooltip h1 {
  color: #f0e6d2;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.05em;
}
#patcher-progress-tooltip .info {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
#patcher-progress-tooltip .info:lang(ja-jp) {
  font-size: 13px;
}
#patcher-progress-tooltip {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#patcher-progress-tooltip h1 {
  color: #f0e6d2;
  margin: 0px;
}
#patcher-progress-tooltip hr {
  border-color: #a09b8c;
  color: #a09b8c;
  opacity: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5000%)";
  filter: alpha(opacity=5000%);
  border-bottom: 0px;
  margin: 9px 0px 12px;
}
#patcher-progress-tooltip .info {
  color: #a09b8c;
  font-size: 11px;
  text-align: initial;
}
#patcher-progress-tooltip .filename {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tooltip-holder #patcher-progress-tooltip {
  display: none;
}
/*# sourceMappingURL=src/patcher/components/patcher-progress-tooltip-component/style.css.map */.basic-button .play-button-container .play-button-content .play-button-text,
.basic-button .play-button-container .play-button-content .play-button-text:lang(pl-pl) {
  font-family: var(--font-display);
}
.basic-button .play-button-container .play-button-content .play-button-text,
.basic-button .play-button-container .play-button-content .play-button-text:lang(pl-pl) {
  -webkit-user-select: none;
}
.basic-button .play-button-container .play-button-content .play-button-text,
.basic-button .play-button-container .play-button-content .play-button-text:lang(pl-pl) {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.basic-button .play-button-container .play-button-content .play-button-text,
.basic-button .play-button-container .play-button-content .play-button-text:lang(pl-pl) {
  text-transform: uppercase;
}
.basic-button .play-button-container .play-button-content .play-button-text:lang(ko-kr),
.basic-button .play-button-container .play-button-content .play-button-text:lang(pl-pl):lang(ko-kr),
.basic-button .play-button-container .play-button-content .play-button-text:lang(ja-jp),
.basic-button .play-button-container .play-button-content .play-button-text:lang(pl-pl):lang(ja-jp),
.basic-button .play-button-container .play-button-content .play-button-text:lang(tr-tr),
.basic-button .play-button-container .play-button-content .play-button-text:lang(pl-pl):lang(tr-tr),
.basic-button .play-button-container .play-button-content .play-button-text:lang(el-gr),
.basic-button .play-button-container .play-button-content .play-button-text:lang(pl-pl):lang(el-gr),
.basic-button .play-button-container .play-button-content .play-button-text:lang(th-th),
.basic-button .play-button-container .play-button-content .play-button-text:lang(pl-pl):lang(th-th),
.basic-button .play-button-container .play-button-content .play-button-text:lang(zh-tw),
.basic-button .play-button-container .play-button-content .play-button-text:lang(pl-pl):lang(zh-tw) {
  text-transform: none;
}
.basic-button .play-button-container .play-button-content .play-button-text {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.basic-button .play-button-container .play-button-content .play-button-text:lang(pl-pl) {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.basic-button .play-button-container .play-button-content .play-button-text:lang(pl-pl):lang(ja-jp) {
  font-size: 13px;
}
.basic-button {
  position: absolute;
  top: 10px;
  left: 29px;
  width: 162px;
  height: 58px;
  padding: 7px 0;
  box-sizing: border-box;
  transition: opacity 300ms ease-out;
  cursor: default;
  pointer-events: none;
}
.basic-button .play-button-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/fe/lol-patcher/play-button-frame-default.png);
  transition: 400ms background ease;
}
.basic-button .play-button-video,
.basic-button .play-button-hover-magic {
  position: absolute;
  top: -7px;
  left: 20px;
}
.basic-button .large-video {
  position: absolute;
  top: -25px;
  padding-left: 2px;
}
.basic-button .play-button-container {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 20px center;
  transition: 400ms 200ms background ease;
}
.basic-button .play-button-container .play-button-content {
  position: relative;
  width: calc(100% - 34px);
  height: 100%;
  left: 36px;
  padding: 6px;
  box-sizing: border-box;
  pointer-events: all;
  cursor: pointer;
}
.basic-button .play-button-container .play-button-content .play-button-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  pointer-events: none;
}
.basic-button .play-button-container .play-button-content .play-button-text.clicked {
  color: #3c3c41;
}
.basic-button .league-logo {
  position: absolute;
  top: -6px;
  left: -13px;
  cursor: default;
}
.basic-button.play .play-button-container .play-button-content .play-button-text {
  width: calc(100% - 16px);
}
.basic-button:disabled .play-button-content,
.basic-button.disabled .play-button-content {
  cursor: default;
}
.basic-button:disabled .play-button-container .play-button-content .play-button-text,
.basic-button.disabled .play-button-container .play-button-content .play-button-text {
  color: #3c3c41;
}
.basic-button.hidden {
  opacity: 0;
}
.basic-button.hidden .play-button-content {
  cursor: default;
  pointer-events: none;
}
.basic-button.repairing .play-button-container .play-button-text {
  background-image: url(/fe/lol-patcher/icon-repair.png);
  background-size: 36px 36px;
  background-position: 35px center;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=src/patcher/components/basic-button-component/style.css.map */