﻿.course-dashboard.award-header {
  margin-top: -50px;
}

.call-to-action {
  padding: 5px 25px 5px 0px !important;
  margin-bottom: 5px;
  display: flex;
}
.call-to-action.call-to-action-last {
  border-bottom: 1px solid;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.call-to-action label,
.call-to-action .test-modal {
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 14px;
}
.call-to-action .test-modal {
  line-height: 20px;
}
.call-to-action label {
  color: #000;
}

.mfp-close {
  color: grey !important;
}

.print-certificate {
  display: none;
}

@media print {
  @page {
    margin: 0;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .page {
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  body * {
    visibility: hidden;
  }
  #print-certificate, #print-certificate * {
    visibility: visible;
    display: block;
    height: 100%;
    width: 100%;
  }
  #print-certificate {
    position: absolute;
    left: 0;
    top: 0;
  }
  img {
    max-height: 1280px;
    max-width: 720px;
  }
}
/*NOT FOUND*/
.awards-notfound #notfound {
  position: relative;
  height: 100vh;
  background-color: #fafbfd;
}
.awards-notfound #notfound .notfound {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.awards-notfound .notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
}
.awards-notfound .notfound notfound-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 40%;
  transform: translateY(-50%);
  z-index: -1;
}
.awards-notfound .notfound notfound-bg > div {
  width: 100%;
  background: #fff;
  border-radius: 90px;
  height: 125px;
}
.awards-notfound .notfound notfound-bg > div:nth-child(1) {
  box-shadow: 5px 5px 0px 0px #f3f3f3;
}
.awards-notfound .notfound notfound-bg > div:nth-child(2) {
  transform: scale(1.3);
  box-shadow: 5px 5px 0px 0px #f3f3f3;
  position: relative;
  z-index: 10;
}
.awards-notfound .notfound notfound-bg > div:nth-child(3) {
  box-shadow: 5px 5px 0px 0px #f3f3f3;
  position: relative;
  z-index: 90;
}
.awards-notfound .notfound h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 86px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  color: #151515;
}
.awards-notfound .notfound h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 26px;
  margin: 0;
  font-weight: 700;
  color: #151515;
}
.awards-notfound .notfound a {
  color: #fff;
  margin-top: 20px;
}

.accessibility {
  position: absolute;
  right: 0;
  top: 4px;
}

.details-awards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.details-awards .course-dashboard {
  width: 100%;
  display: flex;
}
.details-awards .course-dashboard .header-course-dashboard {
  width: 100%;
  display: flex;
  justify-content: center;
}
.details-awards .container-award-details-header {
  max-width: 1350px !important;
  width: 100%;
}
.details-awards .award-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 97vh;
  width: 100%;
  margin: 0;
}
.details-awards .award-body .container-award-details {
  max-width: 820px !important;
  width: 100%;
  border-radius: 8px;
}
.details-awards .award-body .container-award-details .row {
  margin-bottom: 8px;
}
.details-awards .award-body .container-award-details .award-details-title {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 2.5rem;
  color: #000;
}
.details-awards .award-body .container-award-details span:not(.name) {
  color: #000;
}
.details-awards .award-body .container-award-details span.name {
  color: #5c8825;
  font-style: italic;
}
.details-awards .award-body .container-award-details .decorative-border {
  background: #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 6rem;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.details-awards .award-body .container-award-details .decorative-border button {
  padding-left: 20px;
  padding-right: 20px;
}
.details-awards .award-body .container-award-details .body-award {
  padding: 4rem 6rem;
  display: flex;
  flex-wrap: wrap;
  /*gap: 12px;*/
}
.details-awards .award-body .container-award-details .body-award .thumb-image {
  width: 230px;
  display: flex;
  /*  justify-content: center;
  align-items: center;*/
}
.details-awards .award-body .container-award-details .body-award .thumb-image .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff !important;
  border: 3px solid #dee2e6 !important;
  border-radius: 10px !important;
  max-width: 160px;
  height: auto;
  max-height: 160px;
}
.details-awards .award-body .container-award-details .body-award .thumb-image .img-thumbnail-certificate {
  padding: 0.25rem;
  background-color: #fff !important;
  border: 3px solid #dee2e6 !important;
  border-radius: 10px !important;
  max-width: 220px;
  height: auto;
  max-height: 160px;
}
.details-awards .award-body .container-award-details .body-award .information {
  width: calc(100% - 230px);
}
.details-awards .award-body .container-award-details .body-award .information .award-name {
  font-size: 2rem;
  color: #000;
  font-weight: 300;
}
.details-awards .award-body .container-award-details .body-award .information .award-issued {
  color: #000;
  font-weight: 600;
}
.details-awards .award-body .container-award-details .body-award .information .description {
  margin-top: 10px;
}
.details-awards .award-body .container-award-details .body-award .information .criterial {
  /*color: #000;*/
}
.details-awards .award-body .container-award-details .body-award .information .criterial div:first-child {
  font-weight: 600;
}
.details-awards .award-body .container-award-details .body-award .information .criterial div i {
  padding-right: 5px;
}
.details-awards .award-body .container-award-details .body-award .information .criterial .title-cliteria {
  font-size: 14px;
}
.details-awards .award-body .container-award-details .body-award .information hr {
  border: 0px solid #999;
  background: #999;
  margin: 15px 0 15px 0;
}
.details-awards .award-body .container-award-details.bg-container {
  background-color: #fdfdfd;
}

.inner-wrapper {
  padding-top: 0 !important;
}
