.lol-uikit-spinner-image {
  animation: lol-uikit-spinner-animation 4s linear infinite;
}
.lol-uikit-spinner-image-default-size {
  width: 40px;
  height: 40px;
}
@-moz-keyframes lol-uikit-spinner-animation {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lol-uikit-spinner-animation {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes lol-uikit-spinner-animation {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lol-uikit-spinner-animation {
  100% {
    transform: rotate(360deg);
  }
}
.lol-tooltip-component {
  display: none;
}
.uikit-framed-icon {
  display: block;
}
.uikit-framed-icon > .outer-mask > .frame-color > *:first-child {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.uikit-framed-icon .zoom > .outer-mask > .frame-color > img:first-child {
  width: calc(100% + var(--zoom, 0) * 1px);
  height: calc(100% + var(--zoom, 0) * 1px);
  -webkit-clip-path: circle(calc(50% - var(--zoom, 0) * 0.5px) at center);
  margin-top: calc(var(--zoom, 0) * -0.5 * 1px);
  margin-left: calc(var(--zoom, 0) * -0.5 * 1px);
}
.uikit-framed-icon .zoom > .outer-mask > .frame-color > img:first-child:lang(ar-ae) {
  margin-left: auto;
  margin-right: calc(var(--zoom, 0) * -0.5 * 1px);
}
.uikit-framed-icon .inner-mask {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: inset 0px 0px 4px 1px rgba(1,10,19,0.25);
  pointer-events: none;
}
.uikit-framed-icon .inner-mask.inner-shadow {
  box-shadow: inset 0 0 4px 4px rgba(0,0,0,0.75);
}
.uikit-framed-icon .frame-color {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 3px;
  background-image: linear-gradient(to top, #695625 0%, #a9852d 23%, #b88d35 93%, #c8aa6e 100%);
  box-sizing: border-box;
}
.uikit-framed-icon .frame-color.blue {
  background-image: linear-gradient(to top, #005a82 0%, #0596aa 44%, #0596aa 93%, #0ac8b9 100%);
}
.uikit-framed-icon .outer-mask {
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 4px 1px rgba(1,10,19,0.25);
  position: relative;
}
.uikit-framed-icon .interactive .frame-color:hover {
  cursor: pointer;
  background-color: transparent;
  background-image: linear-gradient(to top, #c89b3c, #f0e6d2);
}
.uikit-framed-icon .interactive .frame-color:hover.blue {
  background-image: linear-gradient(to top, #3295c7 0%, #0ac8b9 49%, #cdfafa 100%);
}
.uikit-framed-icon .interactive .frame-color:active {
  cursor: pointer;
  background-color: transparent;
  background-image: linear-gradient(to top, #695625, #463714);
}
.uikit-framed-icon .interactive .frame-color:active.blue {
  background-image: linear-gradient(to top, #005a82 0%, #005a82 83%, #005a82 100%);
}
.uikit-framed-icon .cursor-default {
  cursor: default;
}
:host([disabled]) .interactive .frame-color,
:host([disabled]) .interactive .frame-color:hover,
:host([disabled]) .interactive .frame-color:active {
  background-image: none;
  background-color: #3c3732;
}
