.slot__body-header-btn+.slot__body-header-btn,
.slot__body-header-left .slot__body-header-btn {
    margin-left: 10px
}

@media screen and (min-width:1900px) {
    .cinematic {
        padding-left: 6.4rem
    }
}

.cinematic .slot__body {
    border-radius: 0
}

.slot-icon-favorite {
    color: transparent;
    stroke: var(--color_secondary__100);
    stroke-width: 1.5px
}

.slot-icon-favorite.active {
    color: var(--color_secondary__100)
}

.slot__title {
    text-align: center;
    color: var(--primary-800);
    margin-bottom: 12px;
    font-size: 2rem;
    text-transform: capitalize
}

.slot__blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0009;
    z-index: 20
}

.slot__body {
    background: var(--bg_primary__100);
    border-radius: var(--b-radius);
    overflow: hidden
}

.slot__body.window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vw;
    width: 1480px;
    z-index: 21;
    max-height: 100%
}

.slot__body.window>* {
    z-index: 11
}

.slot__body-wrapper-body--active:before,
.slot__body.window:after {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    top: 0;
    left: 0
}

.slot__body.window:after {
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.slot__body-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px
}

.slot__body-header-hider {
    background: 0 0
}

.slot__body-header-demo {
    margin-right: 10px
}

.slot__body-header-left {
    display: flex;
    align-items: center;
    flex: 1 1 0%
}

.slot__body-header-center {
    height: 38px;
    display: none;
    align-items: center;
    transform: scale(1.38)
}

@media screen and (min-width:980px) {
    .slot__body-header-center {
        display: flex
    }
}

.slot__body-header-logo {
    transform: scale(.65);
    margin: 0;
    padding: 0
}

.slot__body-header-toggle {
    background: var(--color_secondary__100);
    border-radius: 4px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slot__body-header-toggle svg {
    width: 16px;
    height: 16px
}

.slot__body-header-btns {
    display: flex;
    align-items: center;
    flex: 1 1 0%;
    justify-content: flex-end
}

.slot__body-header-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slot__body-separate {
    background: var(--bg_main__300);
    border-radius: 8px;
    width: 100%;
    height: 1px;
    margin: var(--padding) 0 0 0
}

.slot__body-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative
}

.slot__body-wrapper:not(.loaded) {
    aspect-ratio: 1280/720
}

.slot__body-wrapper iframe {
    aspect-ratio: 1280/720;
    max-height: calc(100vh - 130px)
}

.slot__body-wrapper-type {
    display: none
}

.slot__body-wrapper-type button {
    border: 0;
    outline: 0;
    border-radius: 4px;
    background: 0 0;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: .3s;
    cursor: pointer;
    height: 42px;
    font-size: 16px;
    padding: 4px 18px
}

.slot__body-wrapper-type .btn-primary {
    background: linear-gradient(90deg, #7449e6 .06%, #69a4ff 98.49%);
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    margin-right: 1rem
}

.slot__body-wrapper-type .btn-orange {
    background: linear-gradient(90deg, #f4a202 0, #fac257 100%);
    border-radius: 4px;
    color: #282d38;
    font-weight: 600
}

@media screen and (max-width:960px) {
    #root.is-slot {
        overflow: hidden
    }

    .slot__title {
        font-size: 1.5rem
    }

    .slot__body {
        margin-left: -5px;
        width: calc(100% + 10px)
    }

    .slot__body-wrapper-type {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        background: var(--primary-200)
    }
}

.slot__body-wrapper-loader {
    color: var(--color_main__100);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slot__body-wrapper-loader svg {
    width: 130px;
    height: 130px;
    animation: 2s linear infinite rotate
}

.slot__body-wrapper-loader svg .path {
    stroke-linecap: round;
    animation: 1.5s ease-in-out infinite dash
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.slot__body-wrapper-loader-spinner {
    margin-bottom: 25px
}

.slot__body-wrapper-body {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slot__body-wrapper-body iframe {
    background: #000
}

@media screen and (max-width:980px) {
    .slot__body-header-btn.gamemode {
        display: none
    }

    .slot__body-wrapper {
        aspect-ratio: 720/1280
    }

    .slot__body-wrapper iframe {
        aspect-ratio: 720/1280;
        max-height: none
    }

    .slot__body-wrapper-body iframe {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999
    }
}

.slot__body-wrapper-body--active:before {
    content: "";
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.v-toggle.dark:after,
.v-toggle.dark:before,
.v-toggle:after,
.v-toggle:before {
    background: var(--color_secondary__100)
}

.slot__body-wrapper-content,
.slot__body-wrapper-frame {
    width: 100%;
    height: 100%
}

.slot__body-wrapper-close {
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, .0823529412);
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(50%, -50%)
}

.v-toggle {
    background: var(--bg_secondary__100);
    border-radius: 12px;
    width: 40px;
    height: 20px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    cursor: pointer
}

.v-toggle:after,
.v-toggle:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s
}

.v-toggle:before {
    background: linear-gradient(90deg, #7449e6 .06%, #69a4ff 98.49%);
    opacity: 0;
    z-index: 1
}

.v-toggle.active:after,
.v-toggle.active:before {
    opacity: 1;
    left: 20px
}

.v-toggle.dark {
    background: var(--bg_secondary__100)
}

.v-toggle.dark.active {
    background: var(--gradient-yellow);
}
.v-toggle.dark.active:before {
    background: var(--color_link__100);
}

.v-toggle.inset {
    height: 20px;
    width: 36px;
    background-color: var(--bg_light_hover__100)
}

.v-toggle.inset:after,
.v-toggle.inset:before {
    content: "";
    height: 16px;
    width: 16px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .08)) drop-shadow(0px 1px 3px rgba(0, 0, 0, .08));
    top: 2px;
    left: 2px
}

.v-toggle.inset:before {
    background: #fff
}

.v-toggle.inset.active {
    transition: .3s;
    background-color: var(--color_link__100)
}

.v-toggle.inset.active:after,
.v-toggle.inset.active:before {
    left: 18px
}

.manygames {
    display: block;
    font-size: 14px;
    margin: 10px auto 20px;
    font-weight: 600;
}

.manygames a {
    color: #f4a202;
}

@media screen and (max-width: 1340px) {

    .gamepage .app_header,
    .gamepage .app_sidebar,
    .gamepage .app_footer,
    .gamepage .app_footer__mobile,
    .gamepage .game_top.container,
    .gamepage .game_prv.container,
    .gamepage .Vue-Toastification__container.top-right,
    .gamepage .slot__body-header {
        display: none;
    }

    .gamepage #play {
        z-index: 99999;
        background: #000;
        display: flex;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: none;
        bottom: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        padding: 0;
        margin: 0;
    }
}