@font-face {
    font-family: 'DINNextLTW23';
    src: url('/assets/fonts/DINNextLTW23-Light.woff') format('woff'),
    url('/assets/fonts/DINNextLTW23-Light.ttf') format('truetype'),
    url('/assets/fonts/DINNextLTW23-Light.svg#DINNextLTW23-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'DINNextLTW23';
    src: url('/assets/fonts/DINNextLTW23-Heavy.woff') format('woff'),
    url('/assets/fonts/DINNextLTW23-Heavy.ttf') format('truetype'),
    url('/assets/fonts/DINNextLTW23-Heavy.svg#DINNextLTW23-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}
/* @font-face {
    font-family: 'DINNextLTW23';
    src: url('/fonts/DINNextLTW23-Bold2.woff') format('woff'),
    url('/fonts/DINNextLTW23-Bold2.ttf') format('truetype'),
    url('/fonts/DINNextLTW23-Bold2.svg#DINNextLTW23-Bold2') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'DINNextLTW23';
    src: url('/fonts/DINNextLTW23-Black.woff') format('woff'),
    url('/fonts/DINNextLTW23-Black.ttf') format('truetype'),
    url('/fonts/DINNextLTW23-Black.svg#DINNextLTW23-Black') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'DINNextLTW23';
    src: url('/fonts/DINNextLTW23-UltraLight.woff') format('woff'),
    url('/fonts/DINNextLTW23-UltraLight.ttf') format('truetype'),
    url('/fonts/DINNextLTW23-UltraLight.svg#DINNextLTW23-UltraLight') format('svg');
    font-weight: 200;
    font-style: normal;
} */
@font-face {
    font-family: 'DINNextLTW23';
    src: url('//assetsfonts/DINNextLTW23-Regular.woff') format('woff'),
    url('/assets/fonts/DINNextLTW23-Regular.ttf') format('truetype'),
    url('/assets/fonts/DINNextLTW23-Regular.svg#DINNextLTW23-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'DINNextLTW23';
    src: url('/assets/fonts/DINNextLTW23-Medium.woff') format('woff'),
    url('/assets/fonts/DINNextLTW23-Medium.ttf') format('truetype'),
    url('/assets/fonts/DINNextLTW23-Medium.svg#DINNextLTW23-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'DINNextLTW23', 'sans-serif';
}


  .page-loading {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .4s .2s ease-in-out;
      transition: all .4s .2s ease-in-out;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      z-index: 9999;
  }
.page-loading.active {
    opacity: 1;
    visibility: visible;
}
.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}
.page-loading.active > .page-loading-inner {
    opacity: 1;
}
.page-loading-inner > span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #787a80;
}
.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    background-color: #cfcfd1;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.btn-gradient {
    background-color: #000;
    background-image: linear-gradient(-55.95deg, #000 0%, #1a1a1a 100%);
}

.text-primary {
    color: #000 !important;
}

.btn-hover-shadow:hover.btn-gradient {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(58, 173, 255, 0.92);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #000;
}

.navbar-light .navbar-nav .nav-item:hover > .nav-link {
    color: #000;
}

.dropdown-menu li:hover > .dropdown-item {
    color: #000;
}

.blockquote::before {
    color: #000;
}

.tns-controls-inverse [data-controls]:hover, .tns-controls-outside [data-controls]:hover {
    background-color: #000;
}

.btn-scroll-top {
    background-color: #000;
}

.navbar-light .navbar-nav .nav-item.active > .nav-link {
    color: #000;
}

.nav-tabs .nav-link.active {
    color: #000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: #000;
}

h1 .nav-link:hover, .h1 .nav-link:hover, h2 .nav-link:hover, .h2 .nav-link:hover, h3 .nav-link:hover, .h3 .nav-link:hover, h4 .nav-link:hover, .h4 .nav-link:hover, h5 .nav-link:hover, .h5 .nav-link:hover, h6 .nav-link:hover, .h6 .nav-link:hover {
    color: #000;
}

.btn-scroll-top:hover {
    background-color: #000000;
}

a:hover {
    color: #000;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.show {
    background-color: #000000;
    border-color: #000000;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.bg-faded-primary {
    /*rgba(255, 63, 58, 0.2) !important*/
    background-color: #262626 !important;
}

.form-control:focus {
    border-color: #4d4d4d;
    box-shadow: 0 0 0 0 transparent, 0 5rem 5rem -1.25rem rgb(0 0 0 / 8%), 0 1.875rem 1.5rem -0.625rem rgb(0 0 0 / 5%), 0 0.75rem 0.625rem -0.375rem rgb(0 0 0 / 4%), 0 0.25rem 0.25rem -0.25rem rgb(30 33 44 / 3%);
}


.lesson-title-accordion {
    width: 100%;
    display: table;
}

.lesson-title-accordion span:first-child {
    margin-left: 20px;
}

.badge.badge-primary {
    background-color: #00c853;
    color: #fff !important;
}

/*.card-body.pb-1 {*/
/*  display: flex;*/
/*  position: relative;*/
/*  height: 100%;*/
/*  flex-direction: column;*/
/*}*/

.a-spacing-small, .a-ws .a-ws-spacing-small {
    margin-bottom: 8px!important;
}
.a-row:after, .a-row:before {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
}

.aok-align-center-horizontally {
    /*max-width: 226px;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.aok-align-center-horizontally:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.aok-align-center-horizontally img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

  .lesson-details {
      min-height: 90vh;
      display: flex;
  }
.left-side {
    background: #FFF;
    flex: 1;
    border-right: 1px solid #e5e5e5;
}
.lesson-details .player {
    background: black;
    width: 100%;
    height: 80%;
}
.lesson-details .no-access {
    background: #FFF;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-js {
    width: 100%;
    height: 100%;
}
.right-side {
    width: 400px;
    position: relative;
    overflow: hidden;
    /*height: calc(100vh - 75px);*/
}
/*header {*/
/*    display: none;*/
/*}*/
/* footer {
    display: none;
} */

.sections-list {
    background: white;

    width: 100%;
    /*height: 100%;*/
}

.scroll-container {
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sections-list .course-title {
    font-size: 18px !important;
    padding: 10px 15px;
    font-weight: bold;
}

.sections-list .section-title {
    cursor: pointer;
}

.sections-list .section-title span {
    font-size: 18px !important;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    padding: 7px 15px;
    font-weight: bold;
    display: block;
    background: #FFF;
}

.sections-list .section-title span._sticked {
    box-shadow: 0px 0px 5px #DDD;
    /*border: 1px solid #DDD;*/
    /*padding: 7px 15px;*/
    /*font-weight: bold;*/
}

.section-lessons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-lessons .section-lesson {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all .3s;
    color: #000;
}

.section-lessons .section-lesson a {
    color: #000;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
}

.section-lessons .section-lesson a span:last-child {
    font-size: 12px;
    color: #999;
    margin-left: 5px;
    margin-right: 5px;
}

.section-lessons .section-lesson.active {
    background: #DDD;
}

.section-lessons .section-lesson:hover {
    background: #DDD;
}

.sections-list {
    overflow-y: scroll;

    /* @if(auth('customer')->check()) */
    height: calc(100vh - 350px);
    /* @else */
    height: calc(100% - 100px);
    /* @endif */
}

.section-container._collapsed .section-lessons {
    display: none;
}

.progress-container {
    padding: 0 15px;
}

#player {
    width: 100% !important;
    height: 100% !important;
}