.tab-vertical>.panel {
    /*flex: 0 0 100%;*/
    max-width: 100%;
}

.span {
    padding: 30px;
    background: #2d2f31;
    color: white;
    font-size: 1.2em;
    font-variant: small-caps;
    cursor: pointer;
    display: block;
}

.faqanswer ul li {
    background: #ffffff;
    border-radius: 25px;
    margin-bottom: 5px;
}

.divspan {
    padding: 30px;
    background: #2d2f31;
    color: white;
    font-size: 1.2em;
    font-variant: small-caps;
    cursor: pointer;
    display: block;
}

.divspan::after {
    float: right;
    right: 10%;
    content: "+";
}

.span::after {
    float: right;
    right: 10%;
    content: "+";
}


/* .slide {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
} */

.activat_lesson {
    background: #EEEEEE !important;
    color: #ffffff !important;
}

.slide li {
    padding: 0px;
}

#touch {
    position: absolute;
    opacity: 0;
    height: 0px;
}

.completeSpan {
    float: left;
    background: #5ec4cd;
    padding: 5px;
    border-radius: 20px;
}

.lessonComplete {
    background: #5ec4cd;
    color: white;
    margin-right: 5px;
    padding: 5px;
    border-radius: 20px;
    position: absolute;
    left: 5px;
}

.lessonStart {
    background: green;
    color: white;
    margin-right: 5px;
    padding: 5px;
    border-radius: 20px;
    position: absolute;
    left: 5px;
}

.lessonContinue {
    background: #0c87c4;
    color: white;
    margin-right: 5px;
    padding: 5px;
    border-radius: 20px;
    position: absolute;
    left: 5px;
}

.time {
    color: gray;
    margin-right: 5px;
    padding: 5px;
    border-radius: 20px;
}

.lessonIcon {
    color: #5ec4cd;
    margin-right: 5px;
    padding: 7px;
    display: inline;
    height: 40px;
    border-radius: 20px;
    border: 1px solid gray;
    font-size: 25px !important;
}

.examIcon {
    color: #5ec4cd;
    margin-right: 5px;
    padding: 7px;
    display: inline;
    height: 40px;
    font-size: 25px !important;
}

.tspan {
    color: gray;
    display: flex;
    align-items: center;
    margin-right: 50px
}

#touch:checked+.slide {
    height: auto;
}

div.stars {
    /*width: 270px;*/
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all .2s;
}

input.star:checked~label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked~label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952;
}

input.star-1:checked~label.star:before {
    color: #F62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

.previous {
    background-color: #f1f1f1;
    color: black;
    display: inline-block;
    float: left;
    padding: 5px;
    text-decoration: none;
    border-radius: 15px;
    font-size: 16px;
}

.next {
    background-color: #04AA6D;
    color: white;
    display: inline-block;
    float: right;
    padding: 5px;
    text-decoration: none;
    border-radius: 15px;
    font-size: 16px;
}

.faqanswer {
    /*display: none;*/
    width: 100%;
    padding: 12px 20px 0 0px;
}

.togglefaq:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}

.faqanswer p {
    font-size: 13px;
    line-height: 17px;
}

a.active {
    font-weight: bold;
}

.togglefaq {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    padding: 10px 30px;
    line-height: 20px;
    display: block;
    border-radius: 25px;
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
    margin-bottom: -1px;
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}

.fa-plus {
    color: #5ec4cd;
    margin-right: 20px;
    font-size: 20px;
    float: left;
}

.fa-minus {
    color: #5ec4cd;
    margin-right: 20px;
    font-size: 20px;
    float: left;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.tab-vertical {
    display: block !important;
}

.faWorng {
    display: inline !important;
    font-size: larger;
    color: red;
}

.questionStyle {
    display: inline !important;
}

.faTrue {
    display: inline !important;
    font-size: larger;
    color: green;
}

.nav-tabs {
    display: flex;
    margin-bottom: 1.5rem !important;
    overflow-x: inherit;
    list-style: none;
    border-bottom: 1px solid #d1d1d1;
    -ms-flex-wrap: nowrap;
    /* flex-wrap: nowrap; */
}

.nav-item {
    flex-shrink: 0;
}

.nav-item .nav-icon {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.nav-icon {
    color: gray;
    position: relative;
    background: 0 0;
    border: none;
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-icon.activate {
    color: #000000;
    font-weight: 900;
}

.nav-icon::before {
    content: '';
    display: none;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    right: 0;
}

.nav-icon.activate::before {
    display: block;
}

.nav-panel {
    transition: opacity 0.15s linear;
    display: none;
}

.navActivate {
    display: block;
}

.faqs-container {
    margin: 0 auto;
    max-width: 600px;
}

.unitDuration {
    display: inline;
    background: #5ec4cd;
    color: white;
    margin-right: 5px;
    padding: 5px;
    border-radius: 20px;
    position: absolute;
    left: 5px;
}

.faq {
    background-color: transparent;
    border: 1px solid #9FA4A8;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    transition: 0.3s ease;
}

.faq.active {
    background-color: #d6e5e4;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq.active::after,
.faq.active::before {
    color: #2ecc71;
    font-family: 'Font Awesome 5 Free';
    font-size: 7rem;
    position: absolute;
    opacity: 0.2;
    top: 20px;
    left: 20px;
    z-index: 0;
}

.faq.active::before {
    color: #3498db;
    top: -10px;
    left: -30px;
    transform: rotateY(180deg);
}

.faq-title {
    display: inline;
    margin: 0 35px 0 0;
}

.faq-text {
    display: none;
    margin: 30px 0 0;
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
}

.faq-toggle:focus {
    outline: none;
}

.faq.active .faq-toggle {
    background-color: #d6e5e4;
}

.faq-toggle .fa-times {
    display: none;
}

.faq.active .faq-toggle .fa-times {
    display: block;
}

.faq-toggle .fa-chevron-down {
    color: #83888E;
}

.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

.floating-btn {
    border-radius: 26.5px;
    background-color: #001F61;
    border: 1px solid #001F61;
    box-shadow: 0 16px 22px -17px #03153B;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.floating-btn:hover {
    background-color: #ffffff;
    color: #001F61;
}

.floating-btn:focus {
    outline: none;
}

.floating-text {
    background-color: #001F61;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-family: 'Muli';
    padding: 7px 15px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 998;
}

.floating-text a {
    color: #FF7500;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .social-panel-container.visible {
        transform: translateX(0px);
    }
    .floating-btn {
        right: 10px;
    }
}

.unitComplete {
    background: #5ec4cd;
    color: white;
    margin-right: 5px;
    padding: 5px;
    border-radius: 20px;
    position: absolute;
    left: 5px;
    top: 0px;
}

.devStyle {
    padding: 5px;
    background-color: #004767;
    color: white;
    border-radius: 20px;
}

#player.shown::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

.option-input {
    top: 0px !important;
}