@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');
nav {
  width: 100%;
}
body.dark {
  background: #161616;
  color: #ffffff;
}
body.dark p {
  color: #aaaaaa;
}
body.dark .slick-arrow:before {
  color: #000;
}
body.dark .navbar-light .navbar-nav .nav-link,
body.dark .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,0.8);
}
body.dark .osahan-nav-top .navbar-search .form-control {
  background: #121212;
}
body.dark .osahan-nav-top .navbar-search .btn {
  background: #121212 !important;
  color: #74828e;
}
body.dark .dropdown-list .dropdown-header {
  background-color: #161616;
  border: 1px solid #3e3e3e;
  color: #fff;
}
body.dark .osahan-line-tab .nav-link {
  color: #ffffff;
}
body.dark .osahan-line-tab .nav-link.active {
  color: #007bff;
}
body.dark .osahan-line-tab .nav-link.active:after {
  background: -moz-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#007bff),color-stop(100%,#00c9e4));
  background: -webkit-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: -o-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: -ms-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: linear-gradient(256deg,#00c9e4 0%,#007bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bff',endColorstr='#00c9e4',GradientType=1);
}
body.dark .osahan-login .form-control {
  background: #121212 !important;
  border-color: #121212 !important;
}
body.dark .btn-outline-instagram {
  border-color: #2a5b83;
  background-color: #2a5b83;
  color: #fff;
}
body.dark .btn-outline-linkedin {
  border-color: #187fb9;
  background-color: #187fb9;
  color: #fff;
}
body.dark .btn-outline-facebook {
  border-color: #43619d;
  background-color: #43619d;
  color: #fff;
}
body.dark .card-btn-arrow {
  color: #377dff;
}
body.dark .text-success {
  color: #00c9a7 !important;
}
body.dark .text-danger {
  color: #de4437 !important;
}
body.dark .text-warning {
  color: #ffc107 !important;
}
body.dark .text-info {
  color: #00dffc !important;
}
body.dark .bg-success {
  background-color: #00c9a7 !important;
}
body.dark .bg-danger {
  background-color: #de4437 !important;
}
body.dark .bg-warning {
  background-color: #ffc107 !important;
}
body.dark .bg-info {
  background-color: #00dffc !important;
}
body.dark .badge-success {
  color: #fff;
  background-color: #00c9a7;
}
body.dark .badge-danger {
  color: #fff;
  background-color: #de4437;
}
body.dark .badge-warning {
  color: #1e2022;
  background-color: #ffc107;
}
body.dark .badge-info {
  color: #1e2022;
  background-color: #00dffc;
}
body.dark .border,
body.dark .card {
  border: 1px solid #3e3e3e !important;
}
body.dark .border-top {
  border-top: 1px solid #3e3e3e !important;
}
body.dark .border-bottom {
  border-bottom: 1px solid #3e3e3e !important;
}
body.dark .border-left {
  border-left: 1px solid #3e3e3e !important;
}
body.dark .border-right {
  border-right: 1px solid #3e3e3e !important;
}
body.dark .list-group-item {
  border-color: #3e3e3e !important;
}
body.dark .bg-white {
  background-color: #282828 !important;
}
body.dark .card-btn {
  color: #9fa1a2 !important;
}
body.dark .input-group-text,
body.dark .custom-file-label {
  background-color: #282828;
  border: 1px solid #3e3e3e;
}
body.dark .form-control:disabled,
body.dark .form-control[readonly] {
  background-color: #3e3e3e;
  opacity: 1;
}
body.dark .jumbotron {
  background-color: #111111;
}
body.dark hr {
  border-top: 1px solid rgba(226,226,226,0.1);
}
body.dark .navbar-light .navbar-text {
  color: #ffffff;
}
body.dark .page-link,
body.dark .page-link:hover {
  color: #ffffff;
  background-color: #101010;
  border: 1px solid #282828;
}
body.dark .page-item.disabled .page-link {
  background-color: #232222;
  border-color: #232121;
}
body.dark .navbar-light .navbar-brand,
body.dark .navbar-light .navbar-nav .active>.nav-link,
body.dark .navbar-light .navbar-nav .nav-link.active,
body.dark .navbar-light .navbar-nav .nav-link.show,
body.dark .navbar-light .navbar-nav .show>.nav-link {
  color: rgba(255,255,255,0.9);
}
body.dark .custom-select.is-invalid,
body.dark .was-validated .custom-select:invalid,
body.dark .custom-file-label::after {
  background-color: #282828;
}
body.dark .form-control-plaintext {
  color: #fff;
}
body.dark .breadcrumb {
  background-color: #161616;
}
body.dark .bg-light {
  background-color: #111111 !important;
}
body.dark .card {
  background-color: #282828;
}
body.dark .text-black-50 {
  color: rgba(255,255,255,0.5) !important;
}
body.dark .list-group-item,
body.dark .list-group-item:hover,
body.dark .list-group-item-action:hover {
  background-color: #282828;
}
body.dark .table {
  color: #aaaaaa;
}
body.dark .btn-light {
  color: #aaaaaa;
  background-color: #2e2e2e;
  border-color: #aaaaaa;
}
body.dark .btn-light:hover {
  color: #007bff;
  background-color: #161616;
  border-color: #007bff;
}
body.dark .btn-primary {
  background: -moz-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#007bff),color-stop(100%,#00c9e4));
  background: -webkit-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: -o-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: -ms-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: linear-gradient(256deg,#00c9e4 0%,#007bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bff',endColorstr='#00c9e4',GradientType=1);
  border-color: #007bff;
}
body.dark .text-gold {
  color: #d3ac2b;
}
body.dark .btn-outline-gold {
  color: #d3ac2b;
  border-color: #d3ac2b;
}
body.dark .btn-outline-gold:hover {
  color: #ffffff;
  background-color: #d3ac2b;
  border-color: #d3ac2b;
}
body.dark .form-control,
body.dark .custom-select,
body.dark .form-control:hover,
body.dark .form-control:focus {
  border-color: #3e3e3e;
  background-color: #282828;
  color: rgba(255,255,255,0.6);
}
body.dark .dropdown-menu {
  border-color: #eaebec;
}
body.dark .btn-outline-secondary {
  color: #888d8b;
  border-color: #3e3e3e;
}
body.dark .btn-outline-secondary:hover,
body.dark .btn-outline-secondary:focus {
  color: #ffffff;
  border-color: #161616;
  background-color: #161616;
}
body.dark .bg-dark {
  background: #282828 !important;
}
body.dark .text-dark {
  color: #ffffff !important;
}
body.dark .text-gray-500 {
  color: #b7b9cc !important;
}
body.dark .dropdown-menu {
  background: #282828;
  border-color: #3e3e3e;
  color: #ffffff;
}
body.dark .dropdown-divider {
  border-top: 1px solid #3e3e3e;
}
body.dark .dropdown-item,
body.dark .dropdown-item:hover {
  color: #ffffff !important;
}
body.dark .dropdown-list .dropdown-item {
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
}
body.dark .dropdown-list .dropdown-item {
  border-left: 1px solid #3e3e3e;
  border-right: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}
body.dark .dropdown-item:focus,
body.dark .dropdown-item:hover {
  color: #16181b;
  background-color: #161616;
}
body.dark .dropdown-item:focus,
body.dark .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #161616;
}
body.dark .image-overlap-2 .img-fluid,
body.dark .overlap-rounded-circle .rounded-circle {
  border-color: #fff;
}
body.dark .box.border {
  border-color: #3e3e3e !important;
}
body.dark .shadow-sm {
  box-shadow: 0 6px 22px 0 rgba(0,0,0,0.08) !important;
}
body.dark .slick-next {
  background: #fff;
  box-shadow: 0 6px 22px 0 rgba(0,0,0,0.08) !important;
}
body.dark .webinar_chat .comment_line {
  border-bottom: 1px solid rgba(255,255,255,0.21960784313725);
}
body.light body {
  background: #edf2f6;
}
body.light p {
  color: #888da8;
}
body.light .slick-arrow:before {
  color: #000;
}
body.light .slick-next {
  background: #fff;
  box-shadow: 0 6px 22px 0 rgba(0,0,0,0.08) !important;
}
body.light .navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,0.8);
}
body.light .osahan-nav-top .navbar-search .form-control {
  background: #132028;
}
body.light .osahan-nav-top .navbar-search .btn {
  background: #132028 !important;
  color: #74828e;
}
body.light .dropdown-list .dropdown-item {
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
}
body.light .dropdown-list .dropdown-header {
  background-color: #1d2f38;
  border: 1px solid #1d2f38;
  color: #fff;
}
body.light .box.border {
  border: 1px solid #ffffff !important;
}
body.light .shadow-sm {
  box-shadow: 0 6px 22px 0 rgba(0,0,0,0.08) !important;
}
body.light .osahan-line-tab .nav-link {
  color: #888da8;
}
body.light .osahan-line-tab .nav-link.active {
  color: #007bff;
}
body.light .osahan-line-tab .nav-link.active:after {
  background: -moz-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#007bff),color-stop(100%,#00c9e4));
  background: -webkit-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: -o-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: -ms-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: linear-gradient(256deg,#00c9e4 0%,#007bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bff',endColorstr='#00c9e4',GradientType=1);
}
body.light .osahan-login .form-control {
  background: #f8fafc;
  border-color: #eaebec;
}
body.light .btn-outline-instagram {
  border-color: #2a5b83;
  background-color: #2a5b83;
  color: #fff;
}
body.light .btn-outline-linkedin {
  border-color: #187fb9;
  background-color: #187fb9;
  color: #fff;
}
body.light .btn-outline-facebook {
  border-color: #43619d;
  background-color: #43619d;
  color: #fff;
}
body.light .overlap-rounded-circle .rounded-circle {
  border: 2px solid #fff;
}
body.light .image-overlap-2 .img-fluid {
  border: 4px solid #fff;
}
body.light .card-btn-arrow {
  color: #377dff;
}
body.light .text-success {
  color: #00c9a7 !important;
}
body.light .text-danger {
  color: #de4437 !important;
}
body.light .text-warning {
  color: #ffc107 !important;
}
body.light .text-info {
  color: #00dffc !important;
}
body.light .bg-success {
  background-color: #00c9a7 !important;
}
body.light .bg-danger {
  background-color: #de4437 !important;
}
body.light .bg-warning {
  background-color: #ffc107 !important;
}
body.light .bg-info {
  background-color: #00dffc !important;
}
body.light .badge-success {
  color: #fff;
  background-color: #00c9a7;
}
body.light .badge-danger {
  color: #fff;
  background-color: #de4437;
}
body.light .badge-warning {
  color: #1e2022;
  background-color: #ffc107;
}
body.light .badge-info {
  color: #1e2022;
  background-color: #00dffc;
}
body.light .border,
body.light .card {
  border: 1px solid #eaebec !important;
}
body.light .border-top {
  border-top: 1px solid #eaebec !important;
}
body.light .border-bottom {
  border-bottom: 1px solid #eaebec !important;
}
body.light .border-left {
  border-left: 1px solid #eaebec !important;
}
body.light .border-right {
  border-right: 1px solid #eaebec !important;
}
body.light .list-group-item {
  border-color: #eaebec !important;
}
body.light .btn-light {
  color: #007bff;
  background-color: #ebf2ff;
  border-color: #ebf2ff;
}
body.light .btn-light:hover {
  color: #007bff;
  background-color: #ffffff;
  border-color: #007bff;
}
body.light .btn-primary {
  background: -moz-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#007bff),color-stop(100%,#00c9e4));
  background: -webkit-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: -o-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: -ms-linear-gradient(194deg,#00c9e4 0%,#007bff 100%);
  background: linear-gradient(256deg,#00c9e4 0%,#007bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bff',endColorstr='#00c9e4',GradientType=1);
  border-color: #007bff;
}
body.light .text-gold {
  color: #d3ac2b;
}
body.light .btn-outline-gold {
  color: #d3ac2b;
  border-color: #d3ac2b;
}
body.light .btn-outline-gold:hover {
  color: #ffffff;
  background-color: #d3ac2b;
  border-color: #d3ac2b;
}
body.light .dropdown-menu {
  border-color: #eaebec;
}
body.light .btn-outline-secondary {
  color: #b7b9cc;
  border-color: #b7b9cc;
}
body.light .btn-outline-secondary:hover,
body.light .btn-outline-secondary:focus {
  color: #ffffff;
  border-color: #b7b9cc;
  background-color: #b7b9cc;
}
body.light .bg-dark {
  background: #1d2f38 !important;
}
body.light .text-dark {
  color: #1d2f38 !important;
}
body.light .text-gray-500 {
  color: #b7b9cc !important;
}
body.light .wrapper_chat .comment_line {
  border-bottom: 1px solid rgba(0,0,0,0.21960784313725);
}
html,
body {
  min-height: 100%;
}
.player_wrapper {
  height: calc(100vh - 55px);
}
.player_wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.webinar_room aside {
  height: calc(100vh - 55px);
}
.fullheight {
  height: 100% !important;
}
.webinar_chat {
  height: 100%;
  padding: 15px 0 15px 0;
}
.webinar_chat .wrapper_chat {
  height: calc(100% - 50px);
  overflow-y: scroll;
}
.webinar_chat .wrapper_chat .comment_line {
  padding: 15px 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.webinar_chat .wrapper_chat .comment_line:last-child {
  border-bottom: none !important;
}
.webinar_chat .wrapper_chat .comment_line .img-circle {
  border-radius: 50%;
  margin-right: 15px;
}
.webinar_chat .wrapper_message {
  height: 50px;
  padding: 15px 15px 0 15px;
}
.dropdown-list-image .status-indicator {
  background-color: #eaecf4;
  border: .125rem solid #fff;
}
.pad0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mar0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body {
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
}
.slick-arrow:before {
  z-index: 99999;
}
.slick-prev {
  left: 0;
  display: none;
}
.slick-next {
  right: 9px;
  z-index: 9;
  border-radius: 50px;
}
.osahan-nav-top .container {
  padding: 0 16px;
}
.osahan-nav-top .img-profile {
  width: 30px;
  height: 30px;
}
.osahan-nav-top .navbar-brand img {
  height: 31px;
  margin: -4px 0 0 0;
}
.osahan-nav-top .osahan-list-dropdown .nav-link i {
  font-size: 16px;
}
.osahan-nav-top .osahan-list-dropdown .nav-link .badge {
  position: absolute;
  border-radius: 50px;
  min-width: 15px;
  height: 15px;
  font-size: 9px;
  padding: 0px;
  right: 1px;
  line-height: 15px;
  top: 11px;
}
.osahan-nav-top .nav-link {
  position: relative;
  height: 55px;
  display: flex;
  align-items: center;
}
.dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.3rem;
}
.dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
  width: 20rem !important;
}
.dropdown-list .dropdown-header {
  font-weight: 800;
  font-size: 14px;
  padding: .8rem 1rem;
}
.dropdown-list .icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box.border {
  border: 1px solid !important;
}
.osahan-line-tab .nav-link {
  font-size: 14px;
  font-weight: 500;
  padding: 1rem !important;
  position: relative;
}
.osahan-line-tab .nav-link.active:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.icon-form-control i {
  display: flex;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  width: 40px;
}
.icon-form-control .form-control {
  padding-left: 40px;
}
label {
  font-weight: 500;
}
.custom-control label {
  line-height: 22px;
  font-weight: 400;
}
.people-list .font-weight-bold {
  font-weight: 500 !important;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
}
.people-list .btn-sm {
  font-size: .800rem;
}
.people-list .font-weight-bold div {
  text-overflow: ellipsis;
  overflow: hidden;
}
.job-item-header .img-fluid,
.job-item-2 .img-fluid {
  width: 40px;
  height: 40px;
}
.overlap-rounded-circle .rounded-circle {
  width: 22px;
  height: 22px;
  border: 2px solid;
  margin: 0 0 0 -9px;
}
.overlap-rounded-circle {
  margin-right: 9px;
  padding-left: 9px;
}
.image-overlap-2 .img-fluid {
  width: 75px;
  height: 75px;
  border: 4px solid;
  margin: 0 -12px;
}
.card-btn-arrow {
  display: inline-block;
  margin-left: 1rem;
  transition: 0.3s ease-in-out;
}
.collapsed .card-btn-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.osahan-chat-box {
  height: 322px;
  overflow-y: scroll;
}
.osahan-chat-list {
  overflow-y: auto;
  height: 463px;
  min-height: 463px;
}
a {
  text-decoration: none !important;
}
div,
a {
  outline: none !important;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.row {
  margin-right: -8px;
  margin-left: -8px;
}
.osahan-share-post textarea {
  resize: none;
}
.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
}
.input-group-text,
.custom-select,
.form-control,
.btn {
  font-size: 13px;
}
.dropdown-item {
  padding: 6px 1rem;
}
.small,
small {
  font-size: 12px;
}
.no-arrow .dropdown-toggle::after {
  display: none;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown .dropdown-menu {
  font-size: .85rem;
}
.dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}
.dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}
.dropdown-item:focus,
.dropdown-item:hover {
  text-decoration: none;
}
.dropdown-list-image .status-indicator {
  height: .75rem;
  width: .75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .osahan-nav-top .dropdown-menu {
    width: 100% !important;
  }
  .player_wrapper {
    height: auto;
  }
  .osahan-nav-top .nav-item.dropdown {
    position: unset;
  }
  .osahan-line-tab .nav-link {
    font-size: 13px;
  }
  .job-tags .btn {
    margin: 3px 1px !important;
  }
  .profile-right {
    display: inline-grid;
  }
  .profile-right .btn {
    margin: 2px 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .player_wrapper {
    height: auto;
  }
}
.floatl {
  float: left !important;
}
.floatr {
  float: right !important;
}
.hidden {
  display: none;
}
.clrln {
  clear: both;
}
.floats .fcb,
.floats .frb {
  float: left;
}
.loginlogo {
  height: 45px;
}
.loginlogo_nmo {
  height: 100px;
}
@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.active2 {
  font-weight: bold;
}
.mar-a {
  margin: auto;
}
.pgb-small {
  width: 50px;
}
.vam tr,
.vam td,
.vam th {
  vertical-align: middle;
}
.h100 {
  height: 100%;
}
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}
.card-box .paysys {
  padding: 15px 10px;
  width: 100%;
  cursor: pointer;
}
.card-box .paysys img {
  margin: 0 20px;
  height: 51px;
}
.card-box .success_btn {
  margin: 15px 0;
  width: 100%;
  font-size: 21px;
  padding: 10px 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profile-cover img {
  max-height: 250px;
}
.course-lesson__side {
  position: relative;
  padding: 15px 10px;
  background-color: #6979F8;
  background-size: cover;
  background-position: center center;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.course-lesson__info {
  position: relative;
  padding: 18px 180px 14px 40px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.video,
.videocover,
.video-js {
  width: 100%;
  height: 100%;
}
.video {
  display: none;
}
.video-inline {
  min-height: 200px;
}
