.filter-top {
  display: flex;
}
@media screen and (max-width: 600px) {
  .filter-top {
    margin-bottom: 20px;
  }
}

.filter-top-options {
  display: flex;
  align-items: center;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .filter-top-options {
    width: auto;
  }
}

.filter-top-order-by {
  margin-right: auto;
  background-color: transparent;
  width: auto;
  border: none;
  height: auto;
  padding-left: 0;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .filter-top-order-by {
    margin-left: auto;
    margin-right: 0;
  }
}

.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.filter-result-count {
  flex-grow: 1;
}

.square-list-button, .line-list-button {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  pointer-events: none;
}

.line-list-button {
  background-image: url("https://res.cloudinary.com/hjyy3bihk/image/upload/v1555531690/static/line-list.svg");
  margin-left: 20px;
}
.square-list .line-list-button {
  pointer-events: all;
}

.sidebar-filter {
  flex-shrink: 0;
  flex-grow: 0;
  width: 286px;
  margin-right: 40px;
}

.course-list-wrapper {
  flex-grow: 1;
}

.loader-img {
  display: block;
  margin: 0 auto;
  width: 150px;
}

.course-details {
  color: #4c4c4c;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px 0 -5px;
  font-size: 13px;
}
.course-details li {
  flex-basis: 50%;
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 5px;
  margin-bottom: 3px;
}
.course-details .icon {
  margin-right: 10px;
}

.line-list .course-item-content {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .line-list .course-item-content {
    flex-direction: column;
  }
}
.line-list .course-item {
  margin-bottom: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .line-list .course-item {
    margin-bottom: 20px;
  }
}
.line-list .course-text {
  flex-grow: 1;
  padding: 20px 140px 20px 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .line-list .course-text {
    padding-right: 20px;
  }
}
.line-list .normal-agenda-time {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 20px;
  font-size: 18px;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .line-list .normal-agenda-time {
    display: none;
  }
}
.line-list .course-date {
  background-color: #4c4c4c;
  display: flex;
  flex-direction: column;
  color: #fff;
  min-width: 136px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .line-list .course-date {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    flex-direction: row;
  }
}
.line-list .course-title {
  margin-bottom: 0;
}
.line-list .date {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .line-list .date {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .line-list .day {
    padding-left: 20px;
  }
}
.line-list .responsive-agenda-time {
  display: none;
}
@media screen and (max-width: 768px) {
  .line-list .responsive-agenda-time {
    display: block;
    margin-left: auto;
    padding-right: 20px;
    border-left: 1px solid #fff;
    padding-left: 20px;
  }
}
.line-list .only-square-list {
  display: none;
}
.line-list .course-button {
  min-width: 155px;
  padding-top: 7px;
  padding-bottom: 7px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .line-list .course-button {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    height: 20px;
  }
}

.square-list .course-details li {
  height: 36px;
}
.square-list .course-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -5px;
  max-width: 900px;
}
.square-list .course-list.hero-related-list {
  max-width: 1200px;
}
@media screen and (max-width: 590px) {
  .square-list .course-list {
    justify-content: center;
  }
}
@supports (display: order) {
  .square-list .course-list:after {
    content: "";
    order: 100000000;
    width: 270px;
    height: 0;
    margin: 0 5px;
  }
  .square-list .course-list:before {
    content: "";
    order: 100000000;
    width: 270px;
    height: 0;
    margin: 0 5px;
  }
}
.square-list .normal-agenda-time {
  display: none;
}
.square-list .search-list {
  display: flex;
  justify-content: flex-start !important;
}
.square-list .course-item {
  margin: 0 5px 40px 5px;
  width: 270px;
  position: relative;
  height: 320px;
  max-width: 281px;
  border-radius: 10px;
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .square-list .course-item {
    margin-bottom: 20px;
    width: 47%;
  }
}
@media screen and (min-width: 600px) and (max-width: 868px) {
  .square-list .course-item {
    margin-bottom: 20px;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .square-list .course-item {
    height: 340px;
  }
}
.square-list .course-item-content {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 100%;
  bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}
.square-list .course-image {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: margin-top 0.5s;
}
.square-list .course-item:hover .course-image {
  margin-top: -160px;
}
@media screen and (max-width: 768px) {
  .square-list .course-item:hover .course-image {
    margin-top: 0;
  }
}
.square-list .course-text {
  position: relative;
  padding: 15px 20px 20px 20px;
  height: 210px;
}
.square-list .course-button {
  font-weight: 300;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-image: url("https://res.cloudinary.com/hjyy3bihk/image/upload/v1555531704/static/right.svg");
  background-size: 6px 10px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  transition: background-position 0.5s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 14px;
}
.square-list .course-button.--red {
  color: #fff;
  background-color: #FF1E19;
}
.square-list .course-button.--red:before {
  height: 0;
}
.square-list .course-button.--yellow {
  background-color: #fce600;
}
.square-list .course-button.--yellow:before {
  height: 0;
}
.square-list .course-button.--custom-colour:before {
  height: 0;
}
.square-list .course-item:hover .btn--default {
  background-position: right 10px center;
}
.square-list .course-item:hover .btn--action {
  background-color: #F0D246;
  background-position: right 10px center;
}
.square-list .course-item:hover .btn--action.--yellow {
  color: #fff;
}
.square-list .course-link {
  text-decoration: none;
  display: flex;
}
.square-list .course-title {
  height: 55px;
  width: 100%;
  display: block;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.square-list .course-title:after {
  display: block;
  top: 3px;
  right: 0;
  position: absolute;
  width: 20px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 20px 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='74px' height='64px' viewBox='0 0 74 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(0.000000, -1.000000)' fill-rule='nonzero' fill='%23f7373d'%3E%3Cg transform='translate(0.000000, 0.637820)'%3E%3Cpath d='M5.35665,5.81931 C-1.78905,13.09549 -1.78205,24.80388 5.35665,32.0871 L36.98025,64.3622 C47.53375,53.6163 58.08725,42.8703 68.64065,32.1244 C75.78645,24.84823 75.78645,13.13279 68.64065,5.85661 C61.49485,-1.41957 49.98935,-1.41967 42.84345,5.85661 L37.01695,11.78927 L31.15395,5.81931 C24.00805,-1.45687 12.50255,-1.45687 5.35665,5.81931 L5.35665,5.81931 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.square-list .course-icons {
  flex-shrink: 0;
  flex-grow: 0;
  width: 40px;
  letter-spacing: 0;
  color: #BFBFBF;
  text-align: right;
}
.square-list .course-icons .icon-place {
  margin-right: -5px;
}
.square-list .course-icons .icon-video-call, .square-list .course-icons .icon-video {
  margin-left: -2px;
}
.square-list .course-type-icons {
  font-size: 18px;
}
.square-list .small-icons i {
  font-size: 12px;
}
.square-list .description {
  margin-top: 26px;
  display: block;
  display: -webkit-box;
  max-width: 230px;
  height: 54.2px;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.square-list .only-line-list {
  display: none;
}
.square-list .--full-width {
  width: 100%;
  flex-basis: 100%;
}

.queue-img {
  width: 120px;
}

.queue-table {
  width: 100%;
}
.queue-table td {
  vertical-align: top;
}

.queue-preview {
  padding-left: 20px;
  padding-right: 20px;
}

.delete-favorite {
  position: absolute;
  top: 17px;
  height: 20px;
  padding: 0 30px 0 10px;
  text-decoration: none;
  align-items: center;
  right: 20px;
  background-color: #4c4c4c;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 9px;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cpath d='m31 25.4l13-13.1c0.6-0.6 0.6-1.5 0-2.1l-2-2.1c-0.6-0.6-1.5-0.6-2.1 0l-13.1 13.1c-0.4 0.4-1 0.4-1.4 0l-13.1-13.2c-0.6-0.6-1.5-0.6-2.1 0l-2.1 2.1c-0.6 0.6-0.6 1.5 0 2.1l13.1 13.1c0.4 0.4 0.4 1 0 1.4l-13.2 13.2c-0.6 0.6-0.6 1.5 0 2.1l2.1 2.1c0.6 0.6 1.5 0.6 2.1 0l13.1-13.1c0.4-0.4 1-0.4 1.4 0l13.1 13.1c0.6 0.6 1.5 0.6 2.1 0l2.1-2.1c0.6-0.6 0.6-1.5 0-2.1l-13-13.1c-0.4-0.4-0.4-1 0-1.4z'%3E%3C/path%3E%3C/svg%3E");
}
.favorite-product:hover .delete-favorite, .favorite-book:hover .delete-favorite {
  display: flex;
}

.waiting-list-image {
  width: 100px;
}

.favorite-product.course-item:hover .course-image {
  margin-top: 0;
}

.course-play-icon {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

div.square-list ul.course-list {
  max-width: 100%;
}

.promo-banner {
  height: 75px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.promo-banner-mobile, .promo-banner-tablet, .promo-banner-desktop {
  display: none;
}

.course-expired {
  opacity: 0.6;
}
.course-expired .course-play-icon {
  display: none;
}

.highlighted-list {
  max-width: 100%;
}
.highlighted-list .course-list {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}
.highlighted-list .course-item {
  flex-grow: unset;
  width: 23%;
  margin: 0 0 10px 0;
}
.highlighted-list.video-course-list {
  margin: 0;
}
.highlighted-list.video-course-list .course-item {
  min-width: 130px;
}
@media only screen and (max-width: 800px) {
  .highlighted-list .course-item {
    width: 47%;
  }
}

@media only screen and (max-width: 480px) {
  .promo-banner-mobile {
    display: block;
  }
  .square-list .course-text {
    padding: 15px 10px 20px 10px;
  }
  .square-list .course-title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .promo-banner-tablet {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .promo-banner-desktop {
    display: block;
  }
}
/*# sourceMappingURL=agenda.css.map */
