.list-parts {
    color: var(--text-1);
    cursor: pointer;
}

.pdf-a4 {
    width: 100%;
    height: 884px;
}

.list-parts:hover {
    color: var(--text-0);
}

#img-tutorial {
    display: inline-block;
    max-height: 360px;
    max-width: 640px;
    overflow: hidden;
}

#current-picture {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: flex;
    margin: auto;
    border-radius: 20px;
}

.image_tuto_modal {
    width: 90%;
    border-radius: 5%;
}

/* @media (max-width: 768px)
{
    .image_tuto_modal {
        width: 50%;
    }
} */

/* .tutorial-btn {
    padding: 0 15px;
} */

.tutorial-btn .col {
    margin: 2px !important;
}

.tutorial-subtitle {
    padding: 10px 10px 10px 0;
    margin: 0;
    font-weight: bold;
}

.select-bank-activity,
.select-bank-activity:hover,
.select-bank-activity-all,
.select-bank-activity-all:hover {
    color: var(--vitta-green);
    border: 1px solid var(--vitta-green);
    border-radius: 5em;
    margin-left: 1em;
    text-decoration: none;
}

.tutorial-item-car {
    display: flex;
    box-shadow: 0 0 3px var(--vitta-shadow-color);
    flex-direction: column;
    margin: 15px 7px;
    height: 27vh ! important;
    padding: 2px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    text-decoration: none !important;
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 5%;
    background-color: var(--vitta-white);
    margin-bottom: 0;

}

.tutorial-difficulty-img {
    display: inline-block;
    height: 1.2vw;

}

.tutorial-item-difficulty {
    font-size: 1.2vw;
    display: inline-block;
}

@media (max-width: 850px) {
    .pdf-a4 {
        width: 95vw;
        height: 138vw;
    }
}

.tutorial-item-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: var(--bg-5);
}


.info-tutorials {
    text-align: center;
    position: absolute;
    height: 80%;
}

.desc-tutorial {
    margin: 5px;
    line-height: 2vh;
    font-size: 1.5vh;
    text-decoration: none !important;
    color: var(--text-2);
    text-decoration: none;
    height: 20%;
    cursor: pointer;
}

.author-tutorial {
    display: inline-block;
    margin: 5px;
    line-height: 2vh;
    font-size: 1.2vh;
    color: var(--text-2);
    font-weight: bold;
    margin-top: 25%;
}

.info-tuto {
    background-color: transparent;
    border: none;
    font-size: 3vh;
    color: var(--text-3);
    margin: 0;
    padding: 0;
    z-index: 9999;
}

.info-tuto>i:hover {
    text-shadow: 0 0 3px #333;
}

.checkbox-label {
    font-size: 2vh;
}

.slick-track {
    padding: 10px;
}

.qrcode {
    margin-top: 9vh;
    text-align: center
}

/* Carousel */

.wrapper {
    width: 98%;
}

.slick-track {
    margin-left: 0 !important;
    padding: 2%;
}

.slick-list {
    width: 97%;
}

.slide-arrow {
    border-radius: 3%;
    position: absolute;
    z-index: 5;
    margin-top: 2%;
    background-color: rgba(86, 86, 86, 0.1);
    font-size: 10vh;
    height: 31vh;
    border: none;
}

.slide-arrow:active {
    outline-style: none;
    border: 0px;
}

.prev-arrow {
    color: rgb(86, 86, 86);
    left: -40px;
    width: 5%;
}

.page,
.collection-link {
    cursor: pointer;
    color: var(--text-0);
}

.undermark-class {
    text-decoration: underline;
}

@keyframes rotation {
    from {
        -webkit-transform: rotatex(180deg);
        transform: rotatex(180deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotatex(180deg);
    }
}

.next-arrow {
    top: 0;
    float: right;
    color: rgb(86, 86, 86);
    right: 10px;
    width: 5%;
}


.prev-arrow>i:hover,
.next-arrow>i:hover {
    -webkit-animation: rotation 0.5s linear;
    animation: rotation 0.5s linear;
}

.links-pages {
    max-height: 100px;
}

.links-pages .page:hover {
    text-decoration: underline;
}

/* Tutorial summary */
.tutorial-summary {
    display: flex;
    margin: 10px 0;
    cursor: pointer;
    align-items: center;
    padding: 5px 0 5px 20px;
}



#tutorial-img {
    border-radius: 15px;
    max-width: 100%;
}

.tutorial-summary>h2 {
    margin-left: 20px;
    margin-top: 8px;
    font-size: 22px;
}

.tutorial-summary:hover {
    -webkit-animation: shadow-drop-2-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-2-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#tutorial-parts {
    display: flex;
    flex-direction: column;
    direction: ltr;
}

#tutorial-parts.tutorial-parts-rtl {
    direction: rtl;
}



#tutorial-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.tutorial-title-text {
    padding: 5px;
    font-weight: bold;
}


.summary-active {
    font-weight: bold;
}

#tutorial-content {
    width: 90%;
    margin: 10px auto 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


#tutorial-title>img {
    max-width: 500px;
    height: auto;
    width: 100%;
    margin: auto;
    /* max-height: 500px; */
    /* height: 30%; */
}

.back-tutorial {
    margin-left: 5%;
    padding-top: 20px;
    display: block;
}

.tutorial-parts {
    width: 70%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.tutorial-part-separator {
    border-bottom: var(--vittagreen-1) 2px solid;
    width: 50%;
    margin: 0 auto;
    height: 1px;
    margin-bottom: 20px;
}

.tutorial-related {
    width: 90%;
    margin: 0 auto 40px auto;
}

.tutorial-part-content {
    padding: 5px;
    width: 100%;
}

.tutorial-part-content>img {
    display: block;
    width: auto;
    margin: 15px auto;
    max-width: 100%;
}

.tutorial-part-content:not(#collapsable-tutorial-part-0) a {
    color: #36c;
    text-decoration: none;
}
.tutorial-part-content:not(#collapsable-tutorial-part-0) a:hover {
    color: #3056a9;
    text-decoration: underline;
}

#add-tutorial-form {
    margin: 0 auto;
}


.tutorial-label {
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 5px;
}

.tutorial-product-list {
    margin-inline-end: 10px;
    color: var(--vitta-green);
    left: 0 !important;
    position: relative !important;
}

#part0 .fa-ul a {
    text-decoration: none;
}

#tutorial-summary {
    width: 100%;
    height: auto;
    background-color: var(--bg-2);
    box-shadow: 1px 1px 6px #00000029;
    /*position: fixed;
      right: 5%; /* summary width + parts width + summary right = 100% */
    padding: 20px;
    border-radius: 10px;
}

.summary-profil {
    text-align: left;
    font-weight: bold;
}

.summary-profil a {
    color: var(--vitta-green);
}

.tutorial-profil-list {
    list-style: none;
}

.summary-picture {
    width: 2em;
    height: 2em;
    display: inline-block;
}

.summary-picture>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.tutorial-profil-section-header {
    color: var(--vitta-green);
}

.tutorial-profil-separator {
    width: 100%;
    height: 2px;
    background-color: var(--bg-4);
    margin: 20px auto;
}

.tutorial-profil-information {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.tutorial-stats-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(auto, auto);
    font-weight: bold;
}


#tutorial-toc-list {
    list-style: none;
    counter-reset: toc-counter 0;
    padding-left: 10px;
}

#tutorial-toc-list li {
    counter-increment: toc-counter;
    padding: 0 0 0 .5em;
    font-weight: bold;

}

#tutorial-toc-list li a {
    color: var(--text-1);
}

#tutorial-toc-list li::marker {
    content: counter(toc-counter);
    color: var(--vitta-green);

}

.tutorial-interact-button {
    width: 100%;
}

/* COMMENTS */

.comment-card-reply {
    display: flex;
}

.comment-card-reply-ui {
    width: 1px;
    height: 100%;
    background-color: var(--bg-5);
    margin: 0 auto;
}

.comment-card-header {
    width: 100%;
    padding: 10px;
}

.comment-card-body {
    text-align: justify;
    padding: 0 20px;
}

.comment-card-img {
    width: 2em;
    border-radius: 50%;
}

@media(max-width:1125px) {
    #tutorial-parts {
        width: 100%;
    }
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn .fonticon {
    color: var(--txt-1) !important;
    text-shadow: 0px 1px 0px var(--bg-0) !important;
}

.caret-circle {
    width: 38px;
    height: 38px;
    background-color: var(--bg-2);
    border-radius: 50%;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}

.caret-title {
    font-size: 1.5rem;
    vertical-align: sub;
}

h3[aria-expanded='true'] .caret-title {
    transition-duration: 0.8s;
    transform: rotate(90deg);
}

#realeatedTuto-list {
    display: flex;
}

/* #realeatedTuto-list .releated-tutorial-item:first-child(n + 2) {    
    margin: 0 10px;
}
#realeatedTuto-list .releated-tutorial-item{    
    margin: 0 10px;
} */

#realeatedTuto-list .releated-tutorial-item:nth-child(n + 2) {
    margin: 0 10px;
}

.releated-tutorial-item {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 250px;
    background-color: var(--bg-3);
    border-radius: 15px;
}

.tutorial-item-img img {
    width: 100%;
    height: 150px;
    border-radius: 15px 15px 0 0;

}

.tutorial-item-content {
    text-align: center;
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    padding: 10px
}

.tutorial-item-content-title {
    width: 100%;
}


/* PRINT CSS */

@media print {


    body {
        width: 100%;
        margin: 0;
        padding: 0;

        font-family: Helvetica, Arial, sans-serif;
    }

    @page {
        margin: 1.27cm 0px;

    }

    #tutorial-content {
        width: 100%;
        margin: 0;
    }

    #navbar-padding,
    .vs-navbar,
    .back-tutorial,
    #img-vitta-footer,
    #vitta-footer,
    .caret-circle,
    .resize-sensor,
    #index-loader,
    #comment-part,
    .creative-commons {
        display: none !important;
    }

    #sidebar {
        order: 2;
        width: auto;
        flex: 0 0 30%;
    }

    /*header */
    .vitta-breadcrumb-list {
        display: none;
    }

    #tutorial-title {
        position: relative;
    }

    .tutorial-title-text {
        color: var(--vitta-green);
        margin-top: 1cm;
        padding-bottom: 1em;
        border-bottom: 0.75em solid var(--vitta-green);


        margin-left: 0px !important;
        padding: 0px 1cm 1em;
    }


    #tutorial-desc-text {
        margin-left: 1cm;
    }

    /* side bar */

    #tutorial-summary {
        padding: 15px;
        background: none;
        box-shadow: none;
        border-radius: 0px;
        margin-left: -1px;
        border-left: 1px solid #c8c9cb;
    }

    .tutorial-stats-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    #tutorial-chapter-list {
        line-break: anywhere;
    }

    .tutorial-profil-views {
        display: none;
    }

    .tutorial-profil-information {
        padding: 0px;
    }

    .tutorial-profil-separator {
        height: 0px;
    }

    /* side bar */
    /* content */
    #tutorial-parts {
        padding-right: 0px;
        padding-left: 0px;
        max-width: 70%;
        flex: 0 0 100%;
    }

    #tutorial-parts-display {
        margin-left: 1cm;
        padding-right: 1cm;


        border-right: 1px solid #c8c9cb;
    }

    #tutorial-parts-display h3 {
        color: black;
        font-weight: 600;
    }

    #tutorial-part-content {
        color: black;
    }


    .tutorial-part-content>img {
        page-break-inside: avoid;
        break-inside: avoid;
    }


    #tutorial-parts a:after {
        content: " (" attr(href)")";
    }

    .tutorial-part img {
        position: relative;
        display: block;
        page-break-before: auto;
        page-break-after: auto;
        page-break-inside: avoid;
    }
}