.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  /*min-width: 250px;*/
  max-width: min-content;
  background: #121F2E;
  color: white;
  transition: all 0.3s;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #121f2e;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #121F2E;
  background: #fff;
  text-decoration: none;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #121F2E;
}

a[data-toggle="collapse"] {
  position: relative;
  color: white;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #121F2E;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #121F2E;
  text-decoration: none;
}

a.article,
a.article:hover {
  background: #121F2E !important;
  color: #fff !important;
  text-decoration: none;
}

.white-link,
.white-link:hover,
.white-link:active,
.white-link:visited {
  color: white;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  padding: 20px;
  /*min-height: 100vh;*/
  transition: all 0.3s;
  margin-top: 20px;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 992px) {
  #sidebar {
    margin-left: -250px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }
}

.hide-on-mobile {
  display: block;
  visibility: visible;
}

@media (max-width: 992px) {
  .hide-on-mobile {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  .hide-on-pc {
    display: none !important;
    visibility: hidden;
  }
}

.first-col {
  width: 25%;
}

.second-col {
  width: 50%;
  font-size: 80%;
  display: flex;
  justify-content: center;
}

.third-col {
  width: 25%;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .third-col {
    display: none;
  }

  .first-col {
    width: 35%;
  }

  .second-col {
    width: 65%;
  }
}

.course-content {
  display: flex;
  flex-direction: row;
}

.list-unstyled li a img {
  width: 20px;
  height: 20px;
}

.p10 {
  padding: 10px;
}

.category {
  padding-top: 5px;
}

.categories {
  display: flex;
  flex-direction: column;
}

tr, th, td {
  padding: 3px;
  border: 1px solid black;
}

div[id=allcourses] {
  border-top: white 1px solid;
}

.buy-buttons {
  padding: 10px;
  display: flex;
  justify-content: space-around;
}

.buy-button {
  padding: 10px;
  background-color: #13202F;
  border-radius: 10px;
  color: white;
  width: 20%;
  display: flex;
  justify-content: center;
}

.buy-button:hover {
  cursor: pointer;
}

.price {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.additional-info {
  font-size: 16px;
  padding: 5px;
}

.empty {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 369px;
}

@media (max-width: 992px) {
  .first-col, .second-col, .third-col {
    width: 100%;
  }

  .course-content {
    flex-direction: column;
  }

  .category, .categories {
    width: 100%;
  }

  .w80-mob {
    width: 100% !important;
  }

  #content {
    padding: 5px;
    margin-top: 100px;
  }

  .hide-on-pc {
    max-width: 100vw;
  }

  .buy-buttons {
    flex-direction: column;
    padding: 10px;
    align-items: center;
  }

  .buy-button {
    width: 90%;
    margin: 10px;
  }

  .price {
    margin: 5px;
  }
}
@media (max-width: 545px) {
  .p10 {
    overflow:scroll;
    max-width:350px;
  }
}
.toolbar-bar, .toolbar-tab, .toolbar-item{
  background-color: rgb(15, 15, 15) !important;
}
#toolbar-administration, #toolbar-administration * {
  box-sizing: border-box;
  background-color: #f3f3f3;
}
