/* Chung */

/* ::-webkit-scrollbar-thumb {
    background: #FF0000;
} */

.content-container {
    /* padding-top: 6em 0; */
    min-height: 100vh;
    /* width: calc(100vw - 145px); */
    width: calc(100vw - 50px);
    margin: auto;
}

.slide-card-container {
    width: 750px;
    margin: 5px auto;
    /* margin: 64px auto; */
}

.vertical-card .slide-card {
    margin-left: auto;
    margin-right: auto;
    min-width: 600px;
    max-width: 800px;
    padding: 2rem;
    margin-bottom: 34px;
    -webkit-box-shadow: 6px 6px 9px 5px #e9ecf1;
    box-shadow: 6px 6px 9px 5px #e9ecf1;
}

.vertical-card .wrap-navigation {
    display: flex;
    justify-content: space-around;
}

.vertical-card .slide-card-nav {
    border-top: 2px solid #bbbbbb;
    margin-left: auto;
    margin-right: auto;
    min-width: 600px;
    max-width: 800px;
    padding: 1rem;
    margin-bottom: 34px;
}

.vertical-card .nav-btn.complete-btn {
    color: #fff;
    padding: 7px 11px;
    font-size: 1.5em;
}

/* */

.wrap-detail-publish {
    max-width: 100%;
    /* width: 65em; */
}

.wrap-menu-icon {
    z-index: 1;
    position: fixed;
    top: 10vh;
    left: 34px;
    text-align: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.wrap-menu-icon .menu-item {
    margin-bottom: 25px;
    display: flex;
}

.wrap-menu-icon i {
    width: 32px;
    color: #555;
    cursor: pointer;
}

.wrap-tut-index {
    font-size: 1.5em;
}

.wrap-menu-icon .menu-item:hover span {
    text-decoration: underline;
}

/*  Slideshow */

.wrap-slide-header {
    text-align: center;
    /* border-bottom: 1px solid #AAA; */
    padding: 5px;
}

.wrap-slides.type-card {
    padding: 100px 14rem;
}

.wrap-slides.type-card .wrap-navigation {
    padding-left: 11rem;
    padding-right: 11rem;
    border: none;
    position: fixed;
    left: 0;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.wrap-cards {
    width: 80vw;
    margin: auto;
    display: flex;
    overflow: hidden;
    border: 1px solid #DDD;
    position: fixed;
    left: 10vw;
    height: 80vh;
    top: 5vh;
    background: #EFEFEF;
}


.nav-btn.disabled {
    background: rgba(255, 138, 0, .2);
}

.nav-btn {
    padding: 3px 15px;
    background: #FF8A00;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}

.type-page .nav-btn.complete-btn {
    font-size: 2em;
    padding: 3px 5px;
}

.type-card .nav-btn.prev-btn {
    /* top: 40%; */
}

.type-card .nav-btn.next-btn {
    /* top: 40%; */
}

.type-card .nav-btn.complete-btn {
    background: #2cd8e0;
    font-size: 1.4rem;
    color: #fff;
    padding: 8px 10px;
}

.type-card .nav-btn.complete-btn.desktop-view {
    display: initial;
}

.type-card .nav-btn.complete-btn.mobile-view {
    display: none;
}

.slide-position {
    position: absolute;
    left: 50%;
}

/* .wrap-slide {
    padding-top: 20px;
}

.wrap-slide.in-animation {
    margin: auto;
    border: 1px solid #DDD;
    padding: 10px;
    border-radius: 5px;
}

.wrap-slide.card.focus {
    box-shadow: 0 0 1px 2px #DDD;
}

.wrap-slide.card {
    border: 1px solid #CCC;
    margin: 5px;
    border-radius: 5px;
    user-select: none;
    background: white;
}

.wrap-slide.focus {
    opacity: 1;
} */

.glide__track {
    background: #fff;
}

.glide__slide {
    word-break: break-word;
    padding: 15px;
    background: #fff;
    height: 90vh;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.glide__slide::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
}

.glide__slide.glide__slide--active {
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: unset;
}

/* Tut Menu */

.uppercase {
    text-transform: uppercase;
}

.wrap-dexuat-list {
    margin-top: 50px;
}

.wrap-tuts-menu-list {
    margin-top: 0px;
}

.wrap-tuts-menu {
    min-width: 50%;
    max-width: 100vw;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    position: fixed;
    top: 0;
    bottom: 0;
    background: white;
    z-index: 999;
    padding: 15px 20px 20px 20px;
    transition: transform .2s;
}

.tuts-menu-item {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.tuts-menu-item i {
    font-size: 26px;
}

.tuts-menu-item i.checked {
    color: #2ce080;
}

.btn-close-muc-luc {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.btn-close-muc-luc:hover span {
    text-decoration: underline;
}

.btn-close-muc-luc i {
    padding-bottom: 3px;
}

.btn-close-fireworks .bar {
    background: white !important;
    /* border-radius: 3px; */
    height: 3px !important;
}

.btn-close-fireworks {
    position: fixed;
    top: 30px !important;
    right: 30px !important;
    z-index: 9999999;
    width: 30px !important;
}

.tuts {
    color: #000;
}

.tuts:hover {
    color: #2CE080;
}

.tuts-focus {
    color: #22c870;
    font-weight: 600;
}

.tuts-disabled {
    color: #999999;
    cursor: not-allowed;
}

.tuts-disabled:hover {
    color: #999999;
    text-decoration: none;
}

.test-link {
    font-style: italic;
    color: #000;
    font-weight: 400;
}

.test-link:hover {
    color: #2ce080;
}

/* Done */

.wrap-publish-complete {
    background: url('/static/assets/img/default/bg-done.png');
    background-size: contain;
    min-height: 100vh;
}

.form-review {
    border: 1px solid #2ce080;
    border-radius: 10px;
    padding: 20px;
}

.review-radio-block .radio-group {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.review-radio-block .radio-group input {
    display: none;
}

.review-radio-block .radio-group label {
    cursor: pointer;
    min-width: fit-content;
    height: 40px;
    display: flex;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 10px;
    font-weight: lighter;
    border: 1px solid #2ce080;
    color: #26bf6d;
}

.review-radio-block .radio-group input:checked+label,
.review-radio-block .radio-group input:hover+label {
    transition: background .2s;
    color: #fff;
    background: #2ce080;
}

.ic-done-block {
    text-align: center;
    display: block;
    position: relative;
}

.ic-done {
    max-width: 50vw;
    transform: scale3d(0, 0, 0);
    color: #2ce080;
}


/* END Done */

/* Responsive */

@media(max-width:845px) {
    .wrap-detail-publish {
        /* padding: 1rem 2rem; */
        padding: 0;
    }

    .wrap-slides.type-card {
        position: relative;
        margin-top: 60px;
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
        -webkit-overflow-scrolling: touch;
    }

    .wrap-slides.type-card .wrap-navigation {
        border: none;
        position: fixed;
        padding: 15px;
        bottom: 0;
        top: unset;
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }

    .wrap-menu-icon {
        border-bottom: 1px solid #dedede;
        font-size: .8em;
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        padding: 10px 15px 0 15px;
        background: #fff;
    }

    .type-card .nav-btn.prev-btn {
        position: relative;
        font-size: 4em;
        padding: 3px 23px;
        background: #2CE080;
        color: #fff;
        cursor: pointer;
        border-radius: 50%;
        /* display: none; */
    }

    .type-card .nav-btn.next-btn {
        position: relative;
        font-size: 4em;
        padding: 3px 23px;
        background: #2CE080;
        color: #fff;
        cursor: pointer;
        border-radius: 50%;
        /* display: none; */
    }

    .type-card .nav-btn.complete-btn {
        position: relative;
        font-size: 3em;
        padding: 11px 14px;
        background: #2cd8e0;
        color: #fff;
        cursor: pointer;
        border-radius: 50%;
    }

    .type-card .nav-btn.complete-btn.desktop-view {
        display: none;
    }

    .type-card .nav-btn.complete-btn.mobile-view {
        display: initial;
    }

    .glide {
        position: fixed;
        top: 70px;
        left: 0;
    }

    .glide__track {
        background: #fff;
    }

    .glide__slides {
        padding: 0;
        height: calc(100vh - 70px);
        margin-bottom: 0;
    }

    .glide__slide {
        padding: 0 10px 70px 10px;
        margin-bottom: 50px !important;
        height: calc(100vh - 70px);
        background: #fff;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .glide__slide.glide__slide--active {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .form-comment textarea {
        width: 100%;
    }

    .form-comment .button-block {
        width: 100%;
    }
}