div.bootstrap-tagsinput,
div.bootstrap-tagsinput input {
    width: 100%!important;
}


.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: none;
}
#course-page #lessons-table a {
    color: #222!important;
}
span.count {    
    width: 12px;
    min-width: 12px;
    display: inline-block;
}

.main-tab-item {
    padding: 10px 30px;
    font-weight: bold;
    font-size: 16px;
    color: #222 !important;
    line-height: 18px;
    background: none !important;
    border: none;
    margin: 0 !important;
}
.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.pseudo-tab {
    display: inline-block;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}
.pseudo-tab:hover {
    color: #0478c6;
}
.content-switcher {
    
    background: #fff;
    display: flex;
    justify-content: space-around;
}
#question-content {
    display: block;
    padding: 10px 20px;
    margin: 20px 0;
    width: 100%;
}
#submit-question {
    margin: auto;
    display: block;
    margin-bottom: 30px;
}

#ask-question {
    margin: auto;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}
.question-wrap {
    padding: 10px 0;
    margin-bottom: 10px;    
}

.question-wrap h3 {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.hidden-overflow {
    overflow: hidden;
}

ul.answers {
    list-style: none;
    padding: 0;
    margin-bottom: 2.25rem;
}
ul.answers li {
    padding: 10px 20px;
    padding-right: 0;
    margin: 15px 10px;
    margin-right: 0;
    background: #fff;
}
.creds {
    display: block;
    width: 100%;
    height: 24px;
    position: relative;
}
.creds .name {
    position: absolute;
    left: 0;
    font-weight: 700;
}
.creds .date {
    position: absolute;
    right: 0;
    font-weight: 700;
}
.card-ribbon {
    background-color: green;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: -46px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* shadow */
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}
.card-ribbon span {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 1px 0;
    padding: 3px 50px 1px 50px;
    text-align: center;
    text-decoration: none;
    /* shadow */
    text-shadow: 0 0 5px #444;
}

.btn-gf {
    background-color: #337ab7 !important;
    color: #fff !important;
}

.share-course-social-icons a {
    background-color: #888 !important;
    color: #fff !important;
}

.btn-gf:hover,
.share-course-social-icons a:hover  {
    background-color: #3e96d1 !important;
    color: #fff !important;
}

.btn-danger, a.btn-danger {
    background-color: #337ab7 !important;
    color: #fff !important;
    border-color: #337ab7 !important;
}
.btn-danger:hover, a.btn-danger:hover {
    background-color: #3e96d1 !important;
    color: #fff !important;
    border-color: #3e96d1 !important;
}

.btn-outline-danger, a.btn-outline-danger {
    background-color: #fff !important;
    color: #337ab7 !important;
    border-color: #337ab7 !important;
}

.btn-outline-danger:hover, a.btn-outline-danger:hover {
    background-color: #337ab7 !important;
    color: #fff !important;
    border-color: #337ab7 !important;
}
.text-black {
    color: #222!important;
}

.--plyr-color-main {
    background: #337ab7;
}

.container .row {
    justify-content: space-evenly;
}

.modal-dialog.wide.coupons {
    align-items: normal;
}

.coupons-head {
    border-top: none;
}

#ui-datepicker-div {
    background-color: #fff;
    border: 1px solid #999;
    padding: 12px;
    border-radius: 3px;
}

#ui-datepicker-div td,
#ui-datepicker-div th {
    padding: 5px;
}

.ui-datepicker-today {
    font-weight: 800;
}
.ui-datepicker-current-day {
    background-color: silver;
}
.ui-state-active {
    font-weight: 800;
    color: #fff!important;
}

.ui-datepicker-next {
    float: right;
}
.ui-datepicker-next,
.ui-datepicker-prev {
    cursor: pointer;
}
.ui-datepicker-title {
    text-align: center;
}

#couponsList td {
    vertical-align: middle!important;
}
#couponsList th,
#courses-list th {
    border-top: none;
}
.as-bs-dropdown-list-item {
    padding-left: 10px;
    cursor: pointer;
}

.action_dropdown {
    cursor: pointer;
}

.course-page-tab {
    display: none;
}

.course-page-tab .show {
    display: block;
}

.course-content-type {
    text-align: center;
}

#qa-tab .lds-dual-ring {
    display: block;
    margin: auto;
    margin-bottom: 36px;
}

div.reply {
    cursor: pointer;
    margin: auto;
    text-align: center;
    width: 30%;
    border-top: 1px solid #dee2e6;
    padding-top: 7px;
}

#forum td {
    padding-bottom: 0;
}

.quick-wrap {
    margin: 30px 0 15px 0;
}

.quick-textarea,
.quick-answer {
    margin: auto;
    display: block;
}

.quick-answer {
    margin-top: 20px;
    text-align: center;
}

.post-unaiuthorized {
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

#apply-coupon-container {
    margin-left: 0;
}

.free-lesson-marker {
    padding: 0px 7px;
    font-size: 12px;
    margin-right: 5px;
}

.title.f-24 {
    font-size: 32px!important;
    font-weight: 600!important;
}

.course-title a {
    font-size: 16px!important;
}

.course-selector .list-group-item {
    font-size: 16px!important;
}
span.lesson-duration span.lesson-duration {
    min-width: 40px;
    display: inline-block;
    text-align: right;
}

#course-info-table iframe {
    margin: auto!important;
    display: block;
}

#course-info-extra td {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px!important;
}

#course-info-table td {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}

#course-info-extra span {
    width: 46px;
    text-align: center;
    display: inline-block;
}

#coupon-applied-container {
    margin-left: 0;
}

.only-for-course-page {
    display: list-item!important;
}

.course-thumbnails .course-card {
    min-height: 130px!important;
}

.nav-sport a {
    color: #fff!important;
}

a.cat-page-my-courses {
    margin: auto;
    display: block;
    width: 200px;
    margin-bottom: 3rem!important;
    font-size: 18px!important;
}

@media (min-width: 576px) {
    .modal-dialog.wide {
        max-width: 80%!important;
    }
}

@media(max-width: 992px) {
    .card-img-top:not(.checkout-img) {
        max-height: 106px!important;
    }

    .col-sm-3 {
        width: 30%;
        flex: 30%;
        max-width: 33%;
    }
}

@media(max-width: 768px) {
    #course-page .row,
    .col-xs-12 {
        display: block;
        margin: auto;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .container {
        max-width: 96%;
    }

    .container.py-4 {
        min-height: 260px;
    }
    

    #breadcrumbs .container {
        text-align: center;
        height: 50px;
        line-height: 40px;
    }
    
    #breadcrumbs .container,
    .f-13 {
        font-size: 16px!important;
        line-height: 8px;
        text-align: left;
        padding-top: 12px!important;
    }

    .gift-link {
        position: absolute!important;
        right: 0.8rem;
        top: 15px!important;
    }

    .bk-slash {
        display: inline;
    }

    .breadcrumbs-link.last {
        display: block!important;
    }

    .media {
        height: 100%;
        line-height: 60px;
    }

    #course-content .media {
        height: 100%;
        line-height: 60px;
    }

    .media-body {
        height: 100%;
        line-height: 50px;
    }

    .course-title a {
        font-size: 14px!important;
    }

    .d-sm-block,
    .d-sm-none .btn,
    .navbar-expand-md .navbar-collapse {
        display: none!important;
    }
    .d-sm-none,
    .navbar-expand-md .navbar-toggler {
        display: block!important;
        text-align: center;
    }

    button.navbar-toggler {
        position: absolute;
    }

    .title.f-24 {
        font-size: 16px!important;
        margin-bottom: 0;
    }

    .author-img img {
        width: 50px;
        height: 50px;
        position: relative;
        left: 7px;
    }

    .f-12 {
        line-height: 12px;
    }

    .course-thumbnails {
        width: 80%;
        margin: auto;
    }

    .col-sm-6 {
        text-align: center!important;
        height: 50px;
    }

    .col-sm-6 h5 {
        font-size: 16px!important;
        margin-top: 10px;
    }

    .col-sm-6 a {
        font-size: 20px!important;
    }

    .f-18.font-weight-bold {
        margin-bottom: 20px;
        font-size: 16px !important;
    }

    #course-price-container .btn.btn-danger.btn-block.py-3 {
        position: fixed;
        bottom: 84px;
        left: 20px;
        z-index: 1000;
        width: calc(100% - 40px);
        text-align: right;
        padding-right: 30px;
        font-size: 16px;
    }

    p.mobile-hidden {
        display: none!important;
    }
    

    #course-price-container .btn.btn-danger.btn-block.py-3.shopping-cart-case {
        bottom: 85px;
    }

    #add-item-to-cart,
    #go-to-cart,
    .add-to-cart {
        position: fixed;
        bottom: 15px;
        left: 20px;
        z-index: 1000;
        width: calc(100% - 40px);
        text-align: right;
        padding-right: 30px;
        font-size: 16px;
    }

    .shopping-cart-mobile {
        display: block!important;
        position: fixed!important;
        bottom: 25px;
        left: 30px;
        z-index: 1001;
    }

    #course-page #course-price-container .course-price {
        position: fixed;
        bottom: 10px;
        left: 45px;
        z-index: 1001;
        color: #fff;
        font-size: 22px;
    }

    #course-page #course-price-container .course-price.shopping-cart-case {
        bottom: 85px;
    }

    .mobile-white-back {
        display: block!important;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 999;
        width: 100%;
        height: 80px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    }

    .mobile-white-back.shopping-cart-case {
        height: 160px;
    }

    #course-page .col-md-4 .card {
        display: block!important;
        z-index: 1002;
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0px;
        border: none;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    }

    #course-page .col-md-4 .card .col-sm-6 {
        height: 93px;
        padding: 0;
    }

    #course-page .col-md-4 .card.admin .col-sm-6 {
        height: 123px;
        padding: 0;
    }

    #course-page .col-md-4 .card .share-course-social-icons a {
        margin: 0 15px;
        width: 40px;
        height: 40px;
    }

    #course-page .col-md-4 .card .share-course-social-icons i {
        top: 5px!important;
        position: relative;
        font-size: 1.5rem;
    }

    #course-page .col-md-4 .card .share-course-social-icons a:last-child i {
        top: 3px!important;
    }

    #course-page .col-md-4 .card .col-sm-6 a {
        font-size: 15px!important;
        display: inline-block!important;
        width: 49%;
        text-align: left;
        margin-bottom: 1px!important;
        height: 30px;
    }

    #course-page .col-md-4 .card .mt-4, .my-4 {
        margin-top: 1rem!important;
    }

    #course-page .col-md-4 .card .card-header {
        display: none;
    }

    #course-info-table textarea {
        border: 1px solid silver;
    }

    .col-sm-3 {
        width: 75%!important;
        max-width: 75%!important;
        flex: none!important;
    }

    .card-img-top:not(.checkout-img) {
        max-height: 196px!important;
    }

    #review-list {
        margin-bottom: 40px;
    }

    .review-item.border-bottom {
        border-bottom: 0px!important;
    }

    .next-lesson-title {
        width: 70%;
        display: inline-block;
        white-space: initial;
    }

    .share-course-social.mobile-hidden {
        display: none!important;
    }
}

@media(max-width: 670px) {
    .card-img-top:not(.checkout-img) {
        max-height: 176px!important;
    }

    .play-btn {
        left: 46%;
        top: 35%;
    }
}

@media(max-width: 575px) {
    .card-img-top:not(.checkout-img) {
        max-height: 146px!important;
    }

    .play-btn {
        left: 45%;
        top: 33%;
    }
}

@media(max-width: 500px) {
    .card-img-top:not(.checkout-img) {
        max-height: 136px!important;
    }

    .play-btn {
        left: 44%;
        top: 30%;
    }
}

@media(max-width: 450px) {
    .card-img-top:not(.checkout-img) {
        max-height: 106px!important;
    }

    .play-btn {
        left: 43%;
        top: 28%;
    }
}

@media(max-width: 400px) {
    .card-img-top:not(.checkout-img) {
        max-height: 96px!important;
    }

    .play-btn {
        left: 41%;
        top: 23%;
    }
}

@media(max-width: 350px) {
    .card-img-top:not(.checkout-img) {
        max-height: 86px!important;
    }

    .play-btn {
        left: 40%;
        top: 20%;
    }
}

.credentials img {
    display: inline;
    max-width: 100%;
}
