body, html {
    user-select: none;
}

@keyframes animateScale {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.landing-dxs-newwrap {
    z-index: 1000;
    user-select: none;
    transition: all .5s ease-in-out;
    /* //opacity: 0; */
    background: #313131;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.landing-dxs-newwrap.loaded {
    background: #313131b0;
}

.landing-dxs-newwrap.hide {
    display: none;
}

.landing-dxs-new {
    user-select: none;
    z-index: 20000;
    border-radius: 45px;
    transition: all .5s ease-in-out;
    /* opacity: 0; */
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    max-width: 955px;
    max-height: 667px !important;
    margin: auto;
    overflow: hidden;
}

@media (max-width: 480px) {
    .landing-dxs-new {
        border-radius: 0;
        max-height: initial !important;
    }
}

.history-page {
    -webkit-user-select: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    user-select: none;
}

.history-page .btn-login {
    font-size: 16px;
    line-height: 20px;
    font-family: "Gotham_Pro_Medium";
    color: #000;
}

.history-page .details-title {
    user-select: none;
    font-size: 11px;
    font-family: "Gotham_Pro";
    text-align: center;
    color: #000;
    opacity: 0.5;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

@media (min-width: 520px) {
    .history-page .description-title {
        margin-bottom: 40px;
        display: block;
    }

    .history-page .description-title.mob {
        display: none;
    }
}

.history-page .description {
    user-select: none;
    margin-bottom: 50px;
    font-size: 13px;
    font-family: "Gotham_Pro_Regular";
    text-align: center;
    color: #fff;
    line-height: 15px;
    opacity: 0.7;
}

.history-page__footer {
    position: absolute;
    user-select: none;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #000;
    opacity: 0.9;
    padding-bottom: var(--safe-area-inset-bottom);
}


.history-page__footer.filled.notLogin {
    opacity: 1; /* 0.9; */
}

@media (min-width: 520px) {
    .history-page__footer {
        bottom: 20px; /* 20px; */
        opacity: 0;
        border-radius: 4px;
        width: 40%;
        left: 35px;
        right: initial;
        display: none;
    }

    .history-page__footer .description-title {
        text-align: left;
        /* margin-left: 25px; */
    }
}

.history-page-wrap-image {
    width: 100%;
    max-width: 540px;
    min-width: 270px;
    max-height: 100vh;
    position: relative;
    overflow: hidden;
    user-select: none;
}

@media (min-width: 520px) {
    .history-page-wrap-image {
        max-width: 955px;
        min-width: 667px;
    }
}

.enter {
    color: #fff;
    font-size: 16px;
    font-family: Gotham_Pro_Bold;
    user-select: none;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.enter.show {
    visibility: visible;
}

.history-page-enter.enter {
    font-size: 17px;
    font-family: 'Gotham_Pro_Bold';
}


.imageloadmob {
    position: absolute;
    width: 0;
    height: 0;
    z-index: -100;
    background-image: url("../img/tutorial/story1-mobile.webp");
}

.imageloaddesc {
    position: absolute;
    width: 0;
    height: 0;
    z-index: -100;
    background-image: url("../img/tutorial/story1-desktop.webp");
}

.history-page-wrap-image-item {
    user-select: none;
    /* padding-bottom: 216.6666%; */
    height: 667px;
    position: relative;
    background-image: url("../img/tutorial/story1-mobile.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .4s ease-out;
}

@media (max-width: 480px) {
    .history-page-wrap-image-item {
        padding-bottom: 216.6666%;
        height: auto;
    }
}

@media (min-width: 520px) {
    .history-page-wrap-image-item {
        background-image: url("../img/tutorial/story1-desktop.webp");
    }
}

.history-page-wrap-image-item.slide0 {
    background-image: url("../img/tutorial/story1-mobile.webp");
    opacity: 1;
}

.history-page-wrap-image-item.slide0.standalone {
    background-image: url("../img/tutorial/story1-mobile.webp");
    opacity: 1;
}

@media (min-width: 520px) {
    .history-page-wrap-image-item.slide0 {
        background-image: url("../img/tutorial/story1-desktop.webp");
    }
}

.history-page-wrap-image-item.slide1 {
    background-image: url("../img/tutorial/story2-mobile.webp");
    opacity: 1;
}

.history-page-wrap-image-item.slide1.standalone {
    background-image: url("../img/tutorial/story2-mobile.webp");
    opacity: 1;
}

@media (min-width: 520px) {
    .history-page-wrap-image-item.slide1 {
        background-image: url("../img/tutorial/story2-desktop.webp");
    }
}

.history-page-wrap-image-item.slide2 {
    background-image: url("../img/tutorial/story3-mobile.webp");
    opacity: 1;
}

@media (min-width: 520px) {
    .history-page-wrap-image-item.slide2 {
        background-image: url("../img/tutorial/story3-desktop.webp");
    }
}

.history-page-wrap-image-item.slide3 {
    background-image: url("../img/tutorial/story4-mobile.webp");
    opacity: 1;
}

@media (min-width: 520px) {
    .history-page-wrap-image-item.slide3 {
        background-image: url("../img/tutorial/story4-desktop.webp");
    }
}

.history-page-wrap-image-item.slide4 {
    background-image: url("../img/tutorial/story5-mobile.webp");
    opacity: 1;
}

@media (min-width: 520px) {
    .history-page-wrap-image-item.slide4 {
        background-image: url("../img/tutorial/story5-desktop.webp");
    }
}

.history-page-wrap-image-item.hideimg {
    z-index: -1;
    user-select: none;
    visibility: hidden;
}

.history-panel {
    user-select: none;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 10px;
    height: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 520px) {
    .history-panel {
        padding: 0 20px;
    }
}

.history-panel__item {
    margin: 0 3px;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background: rgb(77, 77, 77);
    position: relative;
}

.history-panel__item .item-scale {
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    height: 3px;
    width: 0%;
    border-radius: 6px;
}

.history-panel__item .item-scale.scaleActive {
    -webkit-animation: animateScale 3s ease-in;
    -webkit-animation-fill-mode: forwards;
}

.history-panel__item .item-scale.prior {
    width: 100%;
}

.history-panel__item .item-scale.scaleActive.paused {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.history-panel__item.active {
    opacity: 1;
}

.history-panel__item:first-child {
    margin-left: 10px;
}

.history-panel__item:last-child {
    margin-right: 10px;
}
