:root {
  --black: #222222;
  --white: #ffffff;
  --admin-toolbar-sidebar-width: 0px;
  --desktop_header_bg: $dark_blue;
  --desktop_header_link: $white;
  --desktop_header_link_active: $water_blue;
  --desktop_icons: $white;
  --desktop_headings: $dark_blue;
  --desktop_text: $neutral_700;
  --desktop_link: $dark_blue;
  --desktop_link_hover: $water_blue;
  --desktop_button_color: $dark_blue;
  --desktop_button_color_hover_primary: $water_blue;
  --desktop_button_color_hover_secondary: $clear_blue;
  --desktop_button_text_primary: $white;
  --desktop_button_text_secondary: $neutral_700;
  --desktop_footer_link: $neutral_10;
}

.d-none {
  display: none !important;
}

.group-opigno-course {
  position: relative;
}
.group-opigno-course .header {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .group-opigno-course .header:before {
    background-image: url("/themes/custom/aicib_lms_custom_theme/assets/background-mobile.png");
    background-repeat: no-repeat;
    background-position: right center;
    content: "";
    position: absolute;
    right: -20px;
    top: 55px;
    width: 100%;
    height: 100%;
    margin-left: calc(-50vw + 50%);
    z-index: -1;
    background-size: contain;
  }
}
.group-opigno-course .header .course_info {
  grid-column: span 6;
  padding-bottom: 50px;
}
@media only screen and (max-width : 768px) {
  .group-opigno-course .header .course_info {
    grid-column: span 12;
  }
}
.group-opigno-course .header .course_info .course_info_content .category_container {
  display: inline-block;
  border: 2px solid #003C71;
  border-radius: 24px;
  padding: 3px 12px;
  color: #003C71;
  font-size: 16px;
  margin-bottom: 6px;
}
.group-opigno-course .header .course_info .course_info_content h1 {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 72px;
  color: #003C71;
  margin-bottom: 6px;
  text-transform: none;
}
@media (max-width: 768px) {
  .group-opigno-course .header .course_info .course_info_content h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.group-opigno-course .header .course_info .course_info_content .info_item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #575756;
  margin-bottom: 6px;
}
.group-opigno-course .header .course_info .course_info_content .info_item:not(:last-child) {
  margin-bottom: 6px;
}
.group-opigno-course .header .course_info .course_info_content .info_item::before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.group-opigno-course .header .course_info .course_info_content .info_item.item_score::before {
  background-image: url(../../assets/icons/star.svg);
}
.group-opigno-course .header .course_info .course_info_content .info_item.item_visibility::before {
  background-image: url(../../assets/icons/eye.svg);
}
.group-opigno-course .header .course_info .course_info_content .info_item.item_certificate::before {
  background-image: url(../../assets/icons/wavy.svg);
}
.group-opigno-course .header .course_info .course_info_content .info_item.item_duration::before {
  background-image: url(../../assets/icons/clock.svg);
}
.group-opigno-course .header .course_info .course_info_content .info_item.item_modules::before {
  background-image: url(../../assets/icons/grid.svg);
}
.group-opigno-course .header .course_info .course_info_content .info_item.item_date::before {
  background-image: url(../../assets/icons/calendar.svg);
}
.group-opigno-course .header .course_info .lp-global-progress-wrapper {
  background: #ffffff;
  margin: 20px 0px;
}
.group-opigno-course .header .course_info .action-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.group-opigno-course .header .course_info .action-wrapper a {
  display: inline-flex;
  align-items: center;
  background-color: #003C71 !important;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  border-radius: 8px !important;
  min-width: auto;
  border: 2px solid #003C71 !important;
  padding: 0.5rem 0.9375rem;
}
.group-opigno-course .header .course_info .action-wrapper a span {
  color: #ffffff !important;
}
.group-opigno-course .header .course_info .action-wrapper a:hover {
  color: #003C71 !important;
  background-color: #ffffff !important;
  text-decoration: none;
}
.group-opigno-course .header .course_info .action-wrapper a:hover span {
  color: #003C71 !important;
}
.group-opigno-course .header .course_info .action-wrapper a:focus {
  box-shadow: none;
}
.group-opigno-course .header .course_info .action-wrapper a:not(:first-child) {
  margin-left: 20px;
}
.group-opigno-course .header .course_info .action-wrapper a.disabled, .group-opigno-course .header .course_info .action-wrapper a:disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.4;
}
.group-opigno-course .header .course_info .course_breadcrumbs {
  padding-top: 20px;
}
.group-opigno-course .header .course_info .course_breadcrumbs nav ul,
.group-opigno-course .header .course_info .course_breadcrumbs nav ol {
  display: flex;
  gap: 4px;
  padding-left: 0;
}
.group-opigno-course .header .course_info .course_breadcrumbs nav ul li,
.group-opigno-course .header .course_info .course_breadcrumbs nav ol li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.group-opigno-course .header .course_info .course_breadcrumbs nav ul li:not(:first-of-type)::before,
.group-opigno-course .header .course_info .course_breadcrumbs nav ol li:not(:first-of-type)::before {
  content: "";
  background: url(../../assets/icons/arrows/icon_arrow_down.svg) center no-repeat;
  position: relative;
  display: inline-block;
  right: 0;
  transform: rotate(-90deg);
  width: 16px;
  height: 16px;
  margin: 4px 0 3px 0;
}
.group-opigno-course .header .course_info .course_breadcrumbs nav ul li:first-of-type::before,
.group-opigno-course .header .course_info .course_breadcrumbs nav ol li:first-of-type::before {
  display: none;
}
.group-opigno-course .header .course_info .course_breadcrumbs nav ul li:first-of-type a,
.group-opigno-course .header .course_info .course_breadcrumbs nav ol li:first-of-type a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.group-opigno-course .header .course_info .course_breadcrumbs nav ul li:first-of-type a::before,
.group-opigno-course .header .course_info .course_breadcrumbs nav ol li:first-of-type a::before {
  content: "";
  background: url(../../assets/icons/house.svg) center no-repeat;
  position: relative;
  display: inline-block;
  right: 0;
  width: 16px;
  height: 16px;
}
.group-opigno-course .header .course_info .course_breadcrumbs nav ul li:last-of-type a,
.group-opigno-course .header .course_info .course_breadcrumbs nav ol li:last-of-type a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  pointer-events: none;
}
.group-opigno-course .header .course_info .course_breadcrumbs nav ul li a,
.group-opigno-course .header .course_info .course_breadcrumbs nav ol li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0px;
  cursor: pointer;
  text-underline-offset: 4px;
  text-decoration: none;
}
.group-opigno-course .header .course_info .course_breadcrumbs nav ul li a:hover,
.group-opigno-course .header .course_info .course_breadcrumbs nav ol li a:hover {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.group-opigno-course .header .course_image {
  grid-column: span 6;
  max-height: 500px;
  margin: auto;
}
@media (max-width: 768px) {
  .group-opigno-course .header .course_image {
    display: none;
  }
}
.group-opigno-course .header .course_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group-opigno-course .header .course_image .field--name-field-learning-path-media-image {
  height: 100%;
}
.group-opigno-course .header .course_image .field--name-field-learning-path-media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group-opigno-course .course_details .learning-path-progress .progress-progress {
  background-color: #003C71;
}
.group-opigno-course .course_details .field.field--name-field-learning-path-type, .group-opigno-course .course_details .field.field--name-field-learning-path-avaliacao {
  display: none;
}
.group-opigno-course .course_details .description-box {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.group-opigno-course .course_details .description-box:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  z-index: -1;
}
.group-opigno-course .course_details .description-box .field--name-field-learning-path-description p,
.group-opigno-course .course_details .description-box .field--name-field-learning-path-description ul li {
  font-size: 20px;
}
@media (max-width: 768px) {
  .group-opigno-course .course_details .description-box .field--name-field-learning-path-description p,
.group-opigno-course .course_details .description-box .field--name-field-learning-path-description ul li {
    font-size: 16px;
  }
}
.group-opigno-course .course_details .description-box .field--name-field-learning-path-description ul {
  padding-left: 20px;
}
.group-opigno-course .course_details .description-box .field--name-field-learning-path-description ul li {
  list-style: disc;
}
.group-opigno-course .course_details .progress-box {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.group-opigno-course .course_details .progress-box .lp-global-progress-wrapper {
  background: #ffffff;
  margin: 20px 0px 25px 0px;
  box-shadow: none;
}
.group-opigno-course .course_details .progress-box .lp-global-progress-wrapper .lp-global-progress span.icon_state.icon_state_failed i.fi.fi-rr-cross-small {
  display: none;
}
.group-opigno-course .course_details .progress-box .item_zone {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .group-opigno-course .course_details .progress-box .item_zone {
    grid-template-columns: repeat(1, 1fr);
  }
}
.group-opigno-course .course_details .progress-box .item_zone h3 {
  text-transform: none;
  font-family: "Figtree", sans-serif;
  font-size: 32px;
  font-weight: 600;
  grid-column: span 3;
  color: #003C71;
  margin: 0;
}
@media (max-width: 768px) {
  .group-opigno-course .course_details .progress-box .item_zone h3 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
.group-opigno-course .course_details .progress-box .item_zone table {
  margin: 0;
}
.group-opigno-course .course_details .progress-box .item_zone table thead th,
.group-opigno-course .course_details .progress-box .item_zone table tbody tr td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  height: 3.125rem;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.group-opigno-course .course_details .progress-box .item_zone table thead th:first-child,
.group-opigno-course .course_details .progress-box .item_zone table tbody tr td:first-child {
  border-right: none;
}
.group-opigno-course .course_details .progress-box .item_zone table thead th:last-child,
.group-opigno-course .course_details .progress-box .item_zone table tbody tr td:last-child {
  border-right: none;
}
.group-opigno-course .course_details .progress-box .item_zone table tbody tr:last-child td {
  border-bottom: none;
}
.group-opigno-course .course_details .progress-box .item_zone table thead th {
  width: 145px;
}
.group-opigno-course .course_details .progress-box .item_zone table thead th.mandatory {
  width: 25px;
}
.group-opigno-course .course_details .progress-box .item_zone table tbody tr td {
  width: 145px;
}
.group-opigno-course .course_details .progress-box .item_zone table tbody tr td.status, .group-opigno-course .course_details .progress-box .item_zone table tbody tr td.type, .group-opigno-course .course_details .progress-box .item_zone table tbody tr td.steps, .group-opigno-course .course_details .progress-box .item_zone table tbody tr td.progress, .group-opigno-course .course_details .progress-box .item_zone table tbody tr td.action {
  width: 160px;
}
.group-opigno-course .course_details .progress-box .item_zone table tbody tr td.mandatory {
  width: 25px;
}
.group-opigno-course .course_details .progress-box .item_zone table tbody tr td.status span.icon_state.icon_state_failed i.fi.fi-rr-cross-small {
  display: none;
}
.group-opigno-course .course_details .progress-box .item_zone table .inner-table {
  padding-left: unset;
}
.group-opigno-course .course_details .progress-box .item_zone table .views-field-remove-button {
  text-align: center;
}
.group-opigno-course .course_details .progress-box .item_zone table .views-field-remove-button input {
  display: inline-flex;
  align-items: center;
  background-color: #d34a4a !important;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  border-radius: 8px !important;
  min-width: auto;
  border: 2px solid #d34a4a !important;
  padding: 0.5rem 0.9375rem;
}
.group-opigno-course .course_details .progress-box .item_zone table .views-field-remove-button input:hover {
  color: #d34a4a !important;
  background-color: #ffffff !important;
  text-decoration: none;
}
.group-opigno-course .course_details .progress-box .item_zone table .views-field-remove-button input:not(:first-child) {
  margin-left: 20px;
}
.group-opigno-course .course_details .progress-box .item_zone table .views-field-remove-button input.disabled, .group-opigno-course .course_details .progress-box .item_zone table .views-field-remove-button input:disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.4;
}
.group-opigno-course .course_details .progress-box .item_zone > div {
  grid-column: span 9;
}
.group-opigno-course .course_details .progress-box .item_zone > div.content-box {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
}
.group-opigno-course .course_details .progress-box .item_zone > div.content-box .statistics-table tr:hover {
  background-color: #ffffff;
}
.group-opigno-course .course_details .progress-box .item_zone > div.content-box .table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .content-box__title,
.group-opigno-course .course_details .progress-box .item_zone #forum .content-box__title {
  display: none;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .content-box,
.group-opigno-course .course_details .progress-box .item_zone #forum .content-box {
  box-shadow: none;
  background: #ffffff;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .content-box .lp-docs a.btn,
.group-opigno-course .course_details .progress-box .item_zone #forum .content-box .lp-docs a.btn {
  background-color: #ffffff;
  justify-content: flex-end;
  flex-direction: row-reverse;
  display: flex;
  text-align: center;
  padding: 10px 15px;
  border-radius: 8px;
  border: 2px solid #003C71;
  font-size: 16px;
  color: #003C71;
  font-weight: normal;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .content-box .lp-docs a.btn:hover,
.group-opigno-course .course_details .progress-box .item_zone #forum .content-box .lp-docs a.btn:hover {
  color: #ffffff;
  background-color: #003C71;
  text-decoration: none;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .content-box .lp-docs a.btn span,
.group-opigno-course .course_details .progress-box .item_zone #forum .content-box .lp-docs a.btn span {
  padding-left: 10px;
  padding-right: 0;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .content-box .lp-docs a.btn .fi,
.group-opigno-course .course_details .progress-box .item_zone #forum .content-box .lp-docs a.btn .fi {
  margin-left: 0px;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .content-box .lp-forum a.btn,
.group-opigno-course .course_details .progress-box .item_zone #forum .content-box .lp-forum a.btn {
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  position: relative;
  padding: 10px 15px;
  border-radius: 8px;
  border: 2px solid #003C71;
  font-size: 16px;
  color: #003C71;
  font-weight: normal;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .content-box .lp-forum a.btn:hover,
.group-opigno-course .course_details .progress-box .item_zone #forum .content-box .lp-forum a.btn:hover {
  color: #ffffff;
  background-color: #003C71;
  text-decoration: none;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .content-box .lp-forum a.btn .new-posts,
.group-opigno-course .course_details .progress-box .item_zone #forum .content-box .lp-forum a.btn .new-posts {
  padding-right: 20px;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .content-box .lp-forum a.btn .fi,
.group-opigno-course .course_details .progress-box .item_zone #forum .content-box .lp-forum a.btn .fi {
  font-size: 15px;
  position: absolute;
  right: 10px;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .see-all,
.group-opigno-course .course_details .progress-box .item_zone #forum .see-all {
  text-align: right;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .see-all a,
.group-opigno-course .course_details .progress-box .item_zone #forum .see-all a {
  display: inline-flex;
  align-items: center;
  background-color: #003C71 !important;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  border-radius: 8px !important;
  min-width: auto;
  border: 2px solid #003C71 !important;
  padding: 0.5rem 0.9375rem;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .see-all a span,
.group-opigno-course .course_details .progress-box .item_zone #forum .see-all a span {
  color: #ffffff !important;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .see-all a:hover,
.group-opigno-course .course_details .progress-box .item_zone #forum .see-all a:hover {
  color: #003C71 !important;
  background-color: #ffffff !important;
  text-decoration: none;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .see-all a:hover span,
.group-opigno-course .course_details .progress-box .item_zone #forum .see-all a:hover span {
  color: #003C71 !important;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .see-all a:focus,
.group-opigno-course .course_details .progress-box .item_zone #forum .see-all a:focus {
  box-shadow: none;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .see-all a:not(:first-child),
.group-opigno-course .course_details .progress-box .item_zone #forum .see-all a:not(:first-child) {
  margin-left: 20px;
}
.group-opigno-course .course_details .progress-box .item_zone #documents .see-all a.disabled, .group-opigno-course .course_details .progress-box .item_zone #documents .see-all a:disabled,
.group-opigno-course .course_details .progress-box .item_zone #forum .see-all a.disabled,
.group-opigno-course .course_details .progress-box .item_zone #forum .see-all a:disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.4;
}
.group-opigno-course .course_details .description_header,
.group-opigno-course .course_details .progress_header {
  display: flex;
  align-items: end;
  padding-bottom: 20px;
}
.group-opigno-course .course_details .description_header h2,
.group-opigno-course .course_details .progress_header h2 {
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #003C71;
  margin: 0;
  text-transform: none;
}
@media (max-width: 768px) {
  .group-opigno-course .course_details .description_header h2,
.group-opigno-course .course_details .progress_header h2 {
    font-size: 32px;
  }
}
.group-opigno-course .course_details .description_header .lp-update-date,
.group-opigno-course .course_details .progress_header .lp-update-date {
  margin: 0 0 5px 20px;
}
