.course-duration {
    font-size: 1em;
    text-align: right;
    color: #888;
    display: none;
}

.chapter .course-content {
    width: calc(100% - 19.8em);
    background: #fff;
    padding-right: 0 !important;
}

.landing .course-content .section-heading {
    background-image: url('../images/chapter-bg.png');
    background-size: cover;
    color: #fff;
    padding: 2rem 2rem 1rem 4rem;
}
/*.course-content {
  width: calc(100% - 22.375em);
  transition: all .25s ease;
}*/

.course-content {
    width: 100%;
    height: 100%;
}

    .course-content.participant {
        width: 100%;
    }

    .course-content .section-heading {
        background-image: url('../images/course-bg.jpg');
        background-size: cover;
        color: #fff;
        padding: 2rem 2rem 1rem 2rem;
    }

        .course-content .section-heading .breadcrumbs {
            font-size: 1em;
        }

            .course-content .section-heading .breadcrumbs a {
                color: #fff;
                font-size: 1em;
                text-decoration: none;
            }

            .course-content .section-heading .breadcrumbs .fas {
                font-size: .75em;
                margin: -0.25em 0.5em 0 0.5em;
            }

        /*.course-content .section-heading h1 {
            margin-bottom: 0;
            font-weight: 400;
            margin-top: .25em;
            text-indent: -0.1em;
        }*/

    .course-content .section-content {
        background: #fff;
        padding: 2rem;
    }

       /* .course-content .section-content h1 {
            color: #333;
            font-size: 1.25em;
            font-weight: 400;
            margin-bottom: .5em;
        }*/

        .course-content .section-content h2 {
            color: #333;
            font-size: 1.25em;
            font-weight: 400;
            margin-bottom: .5em;
        }

        .course-content .section-content h3 {
            color: #333;
        }

        .course-content .section-content p {
            line-height: 140%;
            margin: 0 0 1.25em 0;
            font-size: .875em;
            color: #333;
        }

        .course-content .section-content ul {
            list-style-position: inside;
        }

            .course-content .section-content ul li {
                margin-bottom: .5em;
            }

@media all and (min-width: 64em) {
    .course-duration {
        display: block;
        position: absolute;
        right: 1.5em;
        bottom: 1.5em;
    }

    .course-content .section-heading {
        padding: 2rem 4rem;
        height: 13.25em;
    }

        .course-content .section-heading .breadcrumbs {
            margin-left: 0;
            margin-bottom: 0;
        }

            .course-content .section-heading .breadcrumbs .fas {
                font-size: .75em;
            }

        .course-content .section-heading h1 {
            font-size: 3.25em;
            margin-top: 0;
        }

    .course-content .section-content {
        padding: 2rem 4rem;
    }

        .course-content .section-content h1,
        .course-content .section-content h2 {
            font-size: 1.4em;
            margin: 1.2em 0 .5em 0;
        }

    .landing .course-content .section-heading h1 {
        text-transform: uppercase;
    }
}

.course-content {
   /* background: #e4e4e4;*/
    margin-left: 2em;
}

    .course-content .breadcrumbs {
        margin: 2rem;
    }

        .course-content .breadcrumbs a {
            color: #666;
            font-size: .75rem;
            text-decoration: none;
        }

        .course-content .breadcrumbs .fas {
            color: #666;
            margin: 0 .5em;
            font-size: .8rem;
        }

    .course-content .nameActivity {
        background: #f9f9f9;
        border: 2px solid #f8981c;
        padding: 1em;
        margin: 2rem;
        display: flex;
        align-items: flex-end;
    }

        .course-content .nameActivity .field-group {
            flex-grow: 3;
        }

            .course-content .nameActivity .field-group input {
                padding: .375em .5em;
                width: 100%;
            }

        .course-content .nameActivity button {
            margin-left: .25em;
        }

    .course-content .variations {
        margin: 2rem;
    }

        .course-content .variations .var-header,
        .course-content .variations .var-footer {
            background: #f9f9f9;
            border: 1px solid #ddd;
            font-size: .825rem;
            padding: .5rem 2rem;
        }

        .course-content .variations .var-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            transition: .25s;
        }

            .course-content .variations .var-header h1 {
                font-size: inherit;
            }

            .course-content .variations .var-header .fas {
                transition: .25s;
            }

        .course-content .variations .var-footer {
            display: flex;
            justify-content: flex-end;
        }

            .course-content .variations .var-footer a {
                background: #675281;
                color: #fff;
                text-decoration: none;
                border-radius: 4px;
                transition: .1s;
                padding: .5rem 1.2rem;
                margin: .5em 0;
            }

                .course-content .variations .var-footer a .fas {
                    margin-left: .25em;
                }

        .course-content .variations .swiper-container {
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            background: #fff;
            padding: 1rem 1rem 2rem 2rem;
            transition: .25s;
        }

            .course-content .variations .swiper-container .swiper-slide {
                background: #919191;
                border-radius: 3px;
                border: 1px solid #acabab;
                box-shadow: 1px 2px 0 0 rgba(204, 204, 204, 0.24);
                display: flex;
                position: relative;
                overflow: hidden;
                transition: .1s;
            }

                .course-content .variations .swiper-container .swiper-slide a {
                    padding: .6rem .8rem;
                    order: 1;
                    color: #fff;
                    width: 100%;
                    font-size: .875em;
                    display: inline-block;
                    cursor: pointer;
                    text-decoration: none;
                    overflow: hidden;
                }

                    .course-content .variations .swiper-container .swiper-slide a::before {
                        content: '\f24d';
                        font-family: 'Font Awesome 6 Pro', "Font Awesome 6 Free";
                        font-weight: bold;
                        position: absolute;
                        right: .5em;
                    }

                    .course-content .variations .swiper-container .swiper-slide a:hover {
                        background: #919191;
                    }

                    .course-content .variations .swiper-container .swiper-slide a.selected {
                        background: #919191;
                        width: calc(100% - 4em);
                    }

                        .course-content .variations .swiper-container .swiper-slide a.selected::before {
                            right: 3.5em;
                        }

                        .course-content .variations .swiper-container .swiper-slide a.selected::after {
                            content: "\f00c";
                            font-family: 'Font Awesome 6 Pro', "Font Awesome 6 Free";
                            font-weight: 900;
                            color: #50ac01;
                            background: #fff;
                            height: 100%;
                            width: 2.25em;
                            right: 1px;
                            top: 0;
                            text-align: center;
                            position: absolute;
                            text-shadow: none;
                            border-top-right-radius: 3px;
                            border-bottom-right-radius: 3px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

            .course-content .variations .swiper-container .swiper-button-prev,
            .course-content .variations .swiper-container .swiper-button-next {
                background-size: cover;
                top: 100%;
                width: 16px;
                height: 12px;
            }

            .course-content .variations .swiper-container .swiper-button-prev {
                background-image: url('../images/arrow-left.svg');
                left: 1em;
            }

            .course-content .variations .swiper-container .swiper-button-next {
                background-image: url('../images/arrow-right.svg');
                right: 1em;
            }

        .course-content .variations.condensed .var-header .fas {
            transform: rotate(-180deg);
            transition: .25s;
        }

        .course-content .variations.condensed .swiper-container,
        .course-content .variations.condensed .var-footer {
            padding: 0;
            margin: 0;
            height: 0;
            overflow: hidden;
        }

.activity-wrapper {
    background: #fff;
   /* margin: 2rem;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    flex-grow: 1;
    overflow: auto;
    
}

.activity-wrapper-border {
    border: 1px solid #ddd;
}

    .activity-wrapper .activity-header {
        background: #f9f9f9;
        padding: 1.5em 2em 1em 2em;
        width: 100%;
        border-bottom: 1px solid #f9f9f9;
        position: relative; 
    }

        .activity-wrapper .activity-header.checked {
            overflow: hidden;
        }

            .activity-wrapper .activity-header.checked::before {
                content: '';
                display: block;
                width: 6.5rem;
                height: 6.5rem;
                background: #55b70e;
                top: -3.25rem;
                right: -3.25rem;
                position: absolute;
                transform: rotate(45deg);
            }

            .activity-wrapper .activity-header.checked::after {
                content: '\f00c';
                font-family: 'Font Awesome 6 Pro', "Font Awesome 6 Free";
                font-size: 15px;
                color: #fff;
                position: absolute;
                top: 1rem;
                right: 1rem;
                font-weight: bold;
            }

        .activity-wrapper .activity-header small {
            color: #666;
            font-size: 1em;
            margin-bottom: .5em;
        }

        .activity-wrapper .activity-header h1 {
            margin-top: 0;
            font-weight: normal;
            color: #005581;
            font-size: 2.125em;
        }

    .activity-wrapper .activity-content {
        padding: 0 1em 3em 2em;
        width: 100%;
    }

        .activity-wrapper .activity-content p {
            color: #333;
            font-family: 'Open Sans', sans-serif, Verdana, Geneva, Tahoma;
            font-size: 1em;
            font-weight: normal;
            line-height: 140%;
            margin-bottom: 1.25rem;
        }

    .activity-wrapper aside {
        margin: 0 2em;
        width: calc(100% - 4em);
    }

        .activity-wrapper aside .duration {
            background: #a0a0a0;
            border: 1px solid #939191;
            border-top: none;
            padding: .75em;
            font-size: .875em;
            color: #fff;
            text-align: center;
            margin-bottom: 1.5rem;
            margin-top: 1.5rem;
        }

            .activity-wrapper aside .duration .fas {
                margin-right: .375em;
            }

        .activity-wrapper aside .aside-item {
            background: #f9f9f9;
            border: 1px solid #ddd;
            text-align: center;
            color: #909090;
            font-size: .75rem;
            padding-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

            .activity-wrapper aside .aside-item img {
                width: 70px;
            }

            .activity-wrapper aside .aside-item p {
                margin-top: .9rem;
                line-height: 140%;
                padding: 0 .75rem;
                font-size: .75rem;
                color: #666;
            }

            .activity-wrapper aside .aside-item .view a {
                background: #e9e9e9;
                border-top: 1px solid #ddd;
                display: block;
                padding: .5em;
                color: #666;
                transition: .1s;
            }

                .activity-wrapper aside .aside-item .view a .fas,
                .activity-wrapper aside .aside-item .view a .far {
                    font-size: 1.2rem;
                    font-weight: 900;
                }

                .activity-wrapper aside .aside-item .view a:hover {
                    background: #fff;
                }

@media all and (min-width: 740px) {
    .activity-wrapper {
        flex-direction: row;
    }

        .activity-wrapper .activity-content {
            width: calc(100% - 17em);
        }

        .activity-wrapper aside {
            width: 13em;
        }
}

@media all and (min-width: 64em) {
    .course-content .pre-content {
        display: flex;
        justify-content: space-between;
    }

        .course-content .pre-content .breadcrumbs {
            margin-right: .5em;
        }

        .course-content .pre-content .nameActivity {
            margin-left: .5em;
        }

        .course-content .pre-content div {
            margin-bottom: 0;
        }

            .course-content .pre-content div button {
                padding: .375em .5em;
            }
}


.assettypecontainer_type_div a {
    width: 134px;
    height: 50px;
    background-color: #D48E07;
    text-align: center;
    padding-top: 19px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
}

    .assettypecontainer_type_div a.selected {
        background-color: #9C6804;
        color: #fff;
    } 



.container_type_div a.selected {
    background-color: #9C6804;
    color: #fff;
}

.field-group.horiz .field-wrapper.radios {
    display: flex;
    align-items: center;
    margin-right: 1em;
    flex-direction: unset;
}

.template-builder{
    width: 100%;
}

.template-builder .col-container .column .field-wrapper {
    flex-direction: unset;
}

.pb-canvas .content-wrapper .column-group.col-1 > .column {
    width: calc(100% - 2.5em);
}

.pb-canvas .content-wrapper .column-group.col-2 > div {
    width: calc(50% - 1.5em);
}

.pb-canvas .content-wrapper .column-group.col-3 > div {
    width: calc(33% - 0.5em);
}

.pb-canvas .content-wrapper .column-group .column .section .singleline {
    width: 100%;
    border: 2px solid #888;
}


form {
    width: 100%;
}