/*!
 * Chamilo LMS stylesheet - Default v.2.0
 * Homepage: https://chamilo.org
 * Author: Alex Aragón <alex.aragon@beeznest.com>
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Based on Bootstrap v3
*/
@import url('https://fonts.googleapis.com/css2?family=Public+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@charset "UTF-8";
:root {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #696cff;
  --bs-pink: #e83e8c;
  --bs-red: #ff3e1d;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffab00;
  --bs-green: #71dd37;
  --bs-teal: #20c997;
  --bs-cyan: #03c3ec;
  --bs-white: #fff;
  --bs-gray: rgba(67, 89, 113, 0.6);
  --bs-gray-dark: rgba(67, 89, 113, 0.8);
  --bs-gray-25: rgba(67, 89, 113, 0.025);
  --bs-gray-50: rgba(67, 89, 113, 0.05);
  --bs-primary: #696cff;
  --bs-secondary: #8592a3;
  --bs-success: #71dd37;
  --bs-info: #03c3ec;
  --bs-warning: #ffab00;
  --bs-danger: #ff3e1d;
  --bs-light: #fcfdfd;
  --bs-dark: #233446;
  --bs-gray: rgba(67, 89, 113, 0.1);
  --bs-primary-rgb: 105, 108, 255;
  --bs-secondary-rgb: 133, 146, 163;
  --bs-success-rgb: 113, 221, 55;
  --bs-info-rgb: 3, 195, 236;
  --bs-warning-rgb: 255, 171, 0;
  --bs-danger-rgb: 255, 62, 29;
  --bs-light-rgb: 252, 253, 253;
  --bs-dark-rgb: 35, 52, 70;
  --bs-gray-rgb: 67, 89, 113;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 67, 89, 113;
  --bs-body-color-rgb: 105, 122, 141;
  --bs-body-bg-rgb: 245, 245, 249;
  --bs-font-sans-serif: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 16px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9375rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.53;
  --bs-body-color: #697a8d;
  --bs-body-bg: #f5f5f9;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}





html {
  position: relative;
}
body {
  margin: 0 0 60px;
  -webkit-text-size-adjust: 100%;
  color: #697a8d;
  background-color: #f5f5f9;
  font-family: 'Public Sans', sans-serif;
}
body > main footer.footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

a {
  color: #566a7f;
  font-weight: 600;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5f61e6;
  text-decoration: none;
}
a:focus {
  outline: none;
}

header {
    background: url(images/header.jpg) repeat-x center -25px;
}

.navbar-nav > li{
  margin-bottom: 0;
}
.navbar-collapse{
  overflow: hidden !important;
}
.navbar-default {
  background-image: linear-gradient(to left top, #696cff, #5f61f3, #5557e7, #4a4cdb, #3f42cf);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border: 0px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.navbar-default .navbar-nav > li:focus,
.navbar-default .navbar-nav > li:hover {
  background-color: #696cff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
  color: #fff;
  background-color:#696cff;
}
.navbar-default .navbar-nav > li > a{
  color: #696cff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
  background: #696cff;
  color: #ffffff;
}
.navbar-nav > li > .dropdown-menu{
  min-width: 100%;
  margin-top: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.navbar-default .navbar-nav > .open > .dropdown-menu{
  padding: 3px 4px;
}
.navbar-default .navbar-nav > .open > .dropdown-menu > li > a{
  padding: 6px 9px;
}
.nav > li > a:hover, .nav > li > a:focus{
   background-color: transparent;
}
.navbar-form .form-control{
  height: 25px;
  padding: 6px;
}
.navbar-default .navbar-brand {
  color:white;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border-color: #2C5B8E;
}

.navbar-default .navbar-toggle{
  border-color: #00677C;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #ffffff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: #2C5B8E;
}
.badge-warning{
  background-color: #FD6600;
}
.breadcrumb{
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: outside none none;
  background-color: #ECF0F1;
}
.breadcrumb > .active{
  color: #95a5a6;
}
.sidebar .panel-default{
  border-color: #ECF0F1;
}
/* Jquery UI */
.ui-accordion .ui-accordion-icons{
  padding-left: 0.2em;
}
/* End Jquery UI */
.bgfooter{
  background-color:#1A2226;
}
.bgfooter{
  color: #ffffff;
}
.bgfooter a{
  color: #ffffff;
}

.sidebar .panel-heading a {
  color: #a1acb8;
  background-color: transparent;
  text-decoration: none;
}

.sidebar {
  left: 0;
  font-family: 'Public Sans', sans-serif;
  font-weight:500;
  background-color: white;
  font-size: 1.5rem;
}

#user_image_block{
  padding: 15px;
}
.panel{
  background-color: white;
}
.sidebar .panel-default{
  margin: 0px;
  background-color: white;
  border: 0px;
}

.sidebar .panel-default .panel-heading{
  background-color: #ffffff;
  border-color: white;
}

.sidebar .panel-group{
  margin-bottom: 0px;
}

.sidebar a {
  font-weight: 500;
}
.list-group {
  margin: 0px;
}

.list-group-item a{
  color: #697a8d;
}

.sidebar .panel-body {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-color: white;
}

.sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body{
  border-top-color: white;
}
.user_image_block {
  padding-bottom: 25px;
}

.sidebar .list-group-item:hover {
  background-color: #eceff1;
}

.panel-body .nav-pills:hover{
  background-color: #eceff1;
}

.panel-body .nav-pills {
  border-radius: 10px;
}

.sidebar .list-group-item {
  margin-left: 5px;
  border-radius: 10px;
}
.sidebar .list-group-item .item-icon {
  position:relative;
  left:0;
}

.nav-pills>li>a {
  color: #697a8d;
}

.card-img-left {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.page-content .panel-body {
  padding: 0;
}

.page-content .panel-body .row {
  margin: 0;
}

.page-content .panel-body .row .col-md-4{
  padding: 0;
}
.page-content .panel-body .row .thumbnail {
  margin-bottom: 0;
  max-height: 400px;
  height: 100%;
  max-width: 718px;
  width: 100%;
  padding: 0;
  border: 0;
}





.page-content .panel-body .row .thumbnail img{
  width: 100%;
  height: 100%;
}

.course-items-title a{
  color: #566a7f;
  font-weight: 700;
}

.course_language {
  color: #b7bfc8;
}





h1, h2, h3, h4, h5, h6{
  color: #566a7f;
}

span {
  color: #566a7f;
}

p{
  color: #697a8d;
}







/* ESTILO PARA PAGINA BDACADEMYH

/* BOTONES --------------------------------------------------------------------*/

.fc-button{
  color: #8592a3;
  border-color: #8592a3;
  background: transparent;
}

.fc-state-active{
  color: #fff;
  background-color: #717c8b;
  border-color: #717c8b;
  box-shadow: none;
}
.fc-state-down {
  box-shadow: none;
}

.fc-state-hover {
  color: #fff;
  background-color: #788393;
  border-color: #788393;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
  transform: translateY(-1px);
}


/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps {
  position: relative;
}

.ps__rail-x {
  height: 0.25rem;
}

.ps__rail-y {
  width: 0.25rem;
}

.ps__rail-x,
.ps__rail-y,
.ps__thumb-x,
.ps__thumb-y {
  border-radius: 10rem;
}

.ps__rail-x:hover,
.ps__rail-x:focus,
.ps__rail-x.ps--clicking,
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking > .ps__thumb-x {
  height: 0.375rem;
}

.ps__rail-y:hover,
.ps__rail-y:focus,
.ps__rail-y.ps--clicking,
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking > .ps__thumb-y {
  width: 0.375rem;
}

.ps__thumb-x {
  height: 0.25rem;
  bottom: 0;
}

.ps__thumb-y {
  width: 0.25rem;
  right: 0;
}

.light-style .ps__thumb-x,
.light-style .ps__thumb-y {
  background-color: rgba(67, 89, 113, 0.4);
}
.light-style .ps__rail-x:hover,
.light-style .ps__rail-y:hover,
.light-style .ps__rail-x:focus,
.light-style .ps__rail-y:focus,
.light-style .ps__rail-x.ps--clicking,
.light-style .ps__rail-y.ps--clicking {
  background-color: rgba(67, 89, 113, 0.2);
}
.light-style .ps__rail-x:hover > .ps__thumb-x,
.light-style .ps__rail-y:hover > .ps__thumb-y,
.light-style .ps__rail-x:focus > .ps__thumb-x,
.light-style .ps__rail-y:focus > .ps__thumb-y,
.light-style .ps__rail-x.ps--clicking > .ps__thumb-x,
.light-style .ps__rail-y.ps--clicking > .ps__thumb-y {
  background-color: rgba(67, 89, 113, 0.7);
}
.light-style .ps-inverted .ps__rail-x:hover,
.light-style .ps-inverted .ps__rail-y:hover,
.light-style .ps-inverted .ps__rail-x:focus,
.light-style .ps-inverted .ps__rail-y:focus,
.light-style .ps-inverted .ps__rail-x.ps--clicking,
.light-style .ps-inverted .ps__rail-y.ps--clicking {
  background-color: rgba(255, 255, 255, 0.5);
}
.light-style .ps-inverted .ps__thumb-x,
.light-style .ps-inverted .ps__thumb-y {
  background-color: rgba(255, 255, 255, 0.7);
}
.light-style .ps-inverted .ps__rail-x:hover > .ps__thumb-x,
.light-style .ps-inverted .ps__rail-y:hover > .ps__thumb-y,
.light-style .ps-inverted .ps__rail-x:focus > .ps__thumb-x,
.light-style .ps-inverted .ps__rail-y:focus > .ps__thumb-y,
.light-style .ps-inverted .ps__rail-x.ps--clicking > .ps__thumb-x,
.light-style .ps-inverted .ps__rail-y.ps--clicking > .ps__thumb-y {
  background-color: #fff;
}

@supports (-moz-appearance: none) {
  #both-scrollbars-example {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
}

.card-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid #d9dee3;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}

.classic-courses .col-md-1{
  position: relative;
  height: 80px;
}

@media screen and (min-width:992px){

  .classic-courses .col-md-1 .pull-right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}
}

/* ----------------------------BREADCRUMB -------------------*/
.breadcrumb {
}
.breadcrumb::after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumb li {
  display: inline-block;
  float: left;
}
.breadcrumb li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.breadcrumb li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.breadcrumb li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.breadcrumb li.current > * {
  /* selected step */
  color: #96c03d;
}
.breadcrumb li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "";
}

/*----------------- FORM ITEMS ------------------------*/
.form-select {
  display: block;
  width: 100%;
  padding: 0.4375rem 1.875rem 0.4375rem 0.875rem;
  -moz-padding-start: calc(0.875rem - 3px);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  color: #697a8d;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2867, 89, 113, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 17px 12px;
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}


.card .card-body .course-tool{
  margin-bottom: 50px;
}

.card {
  
}
.card .card-body .course-tool .big_icon img{
  /*background-color: #ededff;*/
  background-color: #e0f7fc;
  border-radius: none;
  border: none;
}

.card .card-header {
  padding: 20px;
  text-align: center;
}

.card .card-header a{
  color: #566a7f;
  font-size: 16px;
}

.sidebar #login-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-teachers a{
  color: #697a8d;
}

.list-teachers {
  padding: 10px;
}

.sessions-items .courses .row a:first-child {
  color: #566a7f;
  font-weight: 700;
}

.items-hotcourse a {
  color: #566a7f;
  font-weight: 700;
}

.btn-group .btn-success {
  color: white;
}

.btn-group{
  color: #8592a3;
  border-color: #8592a3;
  background: transparent;
}

.fc-state-active{
  color: #fff;
  background-color: #717c8b;
  border-color: #717c8b;
  box-shadow: none;
}
.fc-state-down {
  box-shadow: none;
}

.fc-state-hover span{
  color: white;
  background-color: #788393;
  border-color: #788393;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
  transform: translateY(-1px);
}

#oauth2-login{
  align-items: center;
}

.info-card {
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  background-color: #FFFFFF;
  color: #252422;
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
  width: 100%
}

.info-card .card-body{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.box-around{
  display: flex;
  justify-content: space-around;
}

.box-column{
  max-width: 290px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-card .card-body div{
  display: flex;
  text-align: center;
}

.right-box{
  display: flex;
  flex-direction: column;
  width: 66%;
  min-width: 300px;
}

.left-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 34%;
  min-width: 200px;
}
.right-top-box {
  display: flex;
  justify-content: center;
  padding-bottom: 1em;
}
.left-box h5{
  font-weight: bold;
}
.box-image {
  width: 100px;
  border-radius: 50%;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  list-style: none;
  width: 60%;
  margin-left: -30%;
}
.carousel-indicators [data-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}



.c-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.header-logo{
  width:20%; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  height: 120px;
}

.header-name{
  width: 80%; 
  display: flex; 
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center; 
  height: 120px;
}

@media only screen and (max-width: 479px) {
  .header{
    padding-top: 20px;
  }


}

@media only screen and (max-width: 600px) {
  .header-name-img{
    height: 30px;
    object-fit: contain;
  }

  .header-logo-img{
    height: 70px;
    object-fit: contain;
  }


}

@media only screen and (min-width: 600px) {


  .header-name-img{
    height: 30px;
    object-fit: contain;
  }
  .header-logo-img{
    height: 70px;
    object-fit: contain;
  }

}

@media only screen and (min-width: 768px) {


  .header-name-img{
    height: 40px;
    object-fit: contain;
  }
  .header-logo-img{
    height: 70px;
    object-fit: contain;
  }

}

@media only screen and (min-width: 992px) {


  .header-name-img{
    height: 50px;
    object-fit: contain;
  }
  .header-logo-img{
    height: 80px;
    object-fit: contain;
  }

}

@media only screen and (min-width: 1200px) {
  
  .header-name-img{
    height: 60px;
    object-fit: contain;
  }
  .header-logo-img{
    height: 90px;
    object-fit: contain;
  }
}


@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1440px;
  }
}

.scorm_item_normal.scorm_highlight.scorm_not_attempted {
    background: url(../../../../main/img/icons/svg/check-not-attempted.svg) #696cff right center no-repeat;
}

.scorm_item_normal.scorm_highlight.scorm_completed {
    background: url(../../../../main/img/icons/svg/check-highlight.svg) #696cff right center no-repeat;
}