.rr-controller.svelte-dxnc1j.svelte-dxnc1j {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 80px;
    background: #fff;
    border-radius: 0 0 5px 5px
}

.rr-timeline.svelte-dxnc1j.svelte-dxnc1j {
    display: flex;
    align-items: center;
    width: 80%
}

.rr-timeline__time.svelte-dxnc1j.svelte-dxnc1j {
    display: inline-block;
    width: 100px;
    color: #11103e;
    text-align: center
}

.rr-progress.svelte-dxnc1j.svelte-dxnc1j {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    height: 12px;
    cursor: pointer;
    background: #eee;
    border-top: solid 4px #fff;
    border-bottom: solid 4px #fff;
    border-radius: 3px
}

.rr-progress.disabled.svelte-dxnc1j.svelte-dxnc1j {
    cursor: not-allowed
}

.rr-progress__step.svelte-dxnc1j.svelte-dxnc1j {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #e0e1fe
}

.rr-progress__handler.svelte-dxnc1j.svelte-dxnc1j {
    position: absolute;
    top: 2px;
    width: 20px;
    height: 20px;
    background: rgb(73, 80, 246);
    border-radius: 10px;
    transform: translate(-50%, -50%)
}

.rr-controller__btns.svelte-dxnc1j.svelte-dxnc1j {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px
}

.rr-controller__btns.svelte-dxnc1j button.svelte-dxnc1j {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 50%
}

.rr-controller__btns.svelte-dxnc1j button.svelte-dxnc1j:active {
    background: #e0e1fe
}

.rr-controller__btns.svelte-dxnc1j button.active.svelte-dxnc1j {
    color: #fff;
    background: rgb(73, 80, 246)
}

.rr-controller__btns.svelte-dxnc1j button.svelte-dxnc1j:disabled {
    cursor: not-allowed
}

.replayer-wrapper {
    position: relative
}

.replayer-mouse {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMwMCIgd2lkdGg9IjMwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTQ4LjcxIDQyLjkxTDM0LjA4IDI4LjI5IDQ0LjMzIDE4YTEgMSAwIDAwLS4zMy0xLjYxTDIuMzUgMS4wNmExIDEgMCAwMC0xLjI5IDEuMjlMMTYuMzkgNDRhMSAxIDAgMDAxLjY1LjM2bDEwLjI1LTEwLjI4IDE0LjYyIDE0LjYzYTEgMSAwIDAwMS40MSAwbDQuMzgtNC4zOGExIDEgMCAwMC4wMS0xLjQyem0tNS4wOSAzLjY3TDI5IDMyYTEgMSAwIDAwLTEuNDEgMGwtOS44NSA5Ljg1TDMuNjkgMy42OWwzOC4xMiAxNEwzMiAyNy41OEExIDEgMCAwMDMyIDI5bDE0LjU5IDE0LjYyeiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transition: .05s linear
}

.replayer-mouse:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background: #4950f6;
    border-radius: 10px;
    opacity: .3;
    transform: translate(-10px, -10px)
}

.replayer-mouse.active:after {
    animation: click .2s ease-in-out 1
}

.replayer-mouse-tail {
    position: absolute;
    pointer-events: none
}

@keyframes click {
    0% {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        opacity: .3;
        transform: translate(-10px, -10px)
    }

    50% {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        opacity: .5;
        transform: translate(-5px, -5px)
    }
}

.rr-player {
    position: relative;
    float: left;
    background: white;
    border-radius: 5px;
    box-shadow: 0 24px 48px rgba(17, 16, 62, 0.12)
}

.rr-player__frame {
    overflow: hidden
}

.replayer-wrapper {
    top: 50%;
    left: 50%;
    float: left;
    clear: both;
    transform-origin: top left
}

.replayer-wrapper>iframe {
    border: none
}

.switch.svelte-1mmdovf.svelte-1mmdovf {
    display: flex;
    align-items: center;
    height: 1em
}

.switch.disabled.svelte-1mmdovf.svelte-1mmdovf {
    opacity: 0.5
}

.label.svelte-1mmdovf.svelte-1mmdovf {
    margin: 0 8px
}

.switch.svelte-1mmdovf input[type='checkbox'].svelte-1mmdovf {
    position: absolute;
    opacity: 0
}

.switch.svelte-1mmdovf label.svelte-1mmdovf {
    position: relative;
    display: block;
    width: 2em;
    height: 1em;
    cursor: pointer
}

.switch.disabled.svelte-1mmdovf label.svelte-1mmdovf {
    cursor: not-allowed
}

.switch.svelte-1mmdovf label.svelte-1mmdovf:before {
    position: absolute;
    left: 0.1em;
    width: 2em;
    height: 1em;
    content: '';
    background: rgba(73, 80, 246, 0.5);
    border-radius: 50px;
    transition: background 0.1s ease
}

.switch.svelte-1mmdovf label.svelte-1mmdovf:after {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 1em;
    height: 1em;
    content: '';
    background: #fcfff4;
    border-radius: 50px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
    animation: switch-off 0.2s ease-out
}

.switch input[type='checkbox']:checked+label.svelte-1mmdovf.svelte-1mmdovf:before {
    background: rgb(73, 80, 246)
}

.switch input[type='checkbox']:checked+label.svelte-1mmdovf.svelte-1mmdovf:after {
    left: 1.1em;
    animation: switch-on 0.2s ease-out
}