@font-face {
  font-family: "Museo";
  src: url("/assets/Fonts/MuseoSans_500.otf"); }
body {
  background-color: #eceef3;
  font-family: "Museo";
  font-size: 14px; }

p {
  color: #484848; }

.btn-primary {
  background-color: #0072ce;
  border-color: #0072ce;
  border-radius: 20px;
  padding: 5px 35px;
  font-size: 14px; }
  .btn-primary:focus {
    box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none; }

.btn-default {
  border-radius: 20px;
  border: 1px solid #0172ce;
  color: #0172ce;
  font-size: 12px;
  padding: 2px 15px; }
  .btn-default:focus {
    box-shadow: none; }

header .bg-light {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd; }
  header .bg-light .navbar-toggler {
    border-color: transparent !important; }
    header .bg-light .navbar-toggler:focus {
      outline: none; }
  header .bg-light img {
    max-width: 100%;
    height: 45px; }
  header .bg-light .navbar-nav .nav-item {
    text-transform: uppercase;
    font-weight: bold; }
    header .bg-light .navbar-nav .nav-item .nav-link {
      color: #b9b9b9; }
  header .bg-light .navbar-nav .user-profile {
    display: flex;
    align-items: center; }
    header .bg-light .navbar-nav .user-profile .nav-link {
      color: #484848; }
    header .bg-light .navbar-nav .user-profile img {
      height: 35px;
      max-width: 100%;
      margin-left: 10px; }
    header .bg-light .navbar-nav .user-profile i {
      margin-left: 5px; }
  header .bg-light .navbar-nav .notification-icon a {
    position: relative; }
  header .bg-light .navbar-nav .notification-icon .fa-bell {
    font-size: 20px;
    color: #ccc; }
  header .bg-light .navbar-nav .notification-icon .badge {
    color: #fff;
    position: absolute;
    top: 3px;
    right: auto;
    background: #0072ce;
    border-radius: 50%;
    font-size: 10px; }

.card {
  border: transparent;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05); }
  .card .card-body {
    padding: 30px; }

.progress {
  border-radius: 20px;
  height: 6px;
  margin-top: 12px; }
  .progress .progress-bar {
    background-color: #0072ce; }

.footer-section .footer-section-inner {
  display: block;
  border-top: 1px solid #0172ce;
  padding: 20px 0; }
  .footer-section .footer-section-inner .copyright {
    margin-top: 20px;
    text-align: center; }
  .footer-section .footer-section-inner p {
    margin: 0;
    font-size: 12px;
    color: #b9b9b9; }

@media (min-width: 992px) {
  header .bg-light .navbar-nav .active {
    border-bottom: 3px solid #0072ce;
    margin-bottom: -17px; }
    header .bg-light .navbar-nav .active .nav-link {
      color: #484848; }
  header .bg-light .navbar-nav .notification-icon .badge {
    right: 15px;
    left: auto; }
  header .bg-light .navbar-nav .nav-item .nav-link {
    padding: 8px 20px; }
  header .bg-light .navbar-nav .user-profile img {
    margin-left: 0; } }
@media (min-width: 768px) {
  .footer-section .footer-section-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer-section .footer-section-inner .copyright {
      margin-top: 0; } }
.courses-tab {
  padding-top: 120px; }
  .courses-tab .nav-tabs {
    border-bottom: 1px solid #b9b9b9; }
    .courses-tab .nav-tabs .nav-item .nav-link {
      padding-left: 0;
      padding-right: 30px;
      color: #b9b9b9;
      font-size: 15px; }
      .courses-tab .nav-tabs .nav-item .nav-link:hover {
        border-color: transparent; }
      .courses-tab .nav-tabs .nav-item .nav-link.active {
        color: #0172ce;
        background-color: transparent;
        border-color: transparent; }
  .courses-tab .tab-pane {
    padding: 30px 0;
    min-height: 700px; }
    .courses-tab .tab-pane .course-link {
      color: #484848; }
      .courses-tab .tab-pane .course-link:hover {
        text-decoration: none;
        color: #0072ce; }
    .courses-tab .tab-pane .card {
      margin-bottom: 30px;
      min-height: 365px; }
      .courses-tab .tab-pane .card .card-body {
        padding: 0;
        position: relative; }
        .courses-tab .tab-pane .card .card-body .card-body-img {
          position: relative; }
          .courses-tab .tab-pane .card .card-body .card-body-img .course-time-frame {
            position: absolute;
            padding: 3px 8px;
            background: #0072ce;
            border-radius: 5px;
            bottom: 10px;
            right: 10px; }
            .courses-tab .tab-pane .card .card-body .card-body-img .course-time-frame p {
              margin: 0;
              color: #fff; }
        .courses-tab .tab-pane .card .card-body img {
          max-width: 100%;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          height: 170px;
          width: 100%; }
        .courses-tab .tab-pane .card .card-body .card-body-details {
          padding: 30px 20px; }
          .courses-tab .tab-pane .card .card-body .card-body-details h5 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .courses-tab .tab-pane .card .card-body .card-body-details .card-body-report {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 40px; }
            .courses-tab .tab-pane .card .card-body .card-body-details .card-body-report .report-progress {
              width: 40%; }
              .courses-tab .tab-pane .card .card-body .card-body-details .card-body-report .report-progress .progress {
                margin-top: 7px; }
              .courses-tab .tab-pane .card .card-body .card-body-details .card-body-report .report-progress .completed-section {
                background: #70b462;
                margin-left: 15px;
                margin-right: -20px;
                text-align: center;
                color: #fff;
                padding: 10px;
                text-transform: uppercase;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px; }
                .courses-tab .tab-pane .card .card-body .card-body-details .card-body-report .report-progress .completed-section h6 {
                  margin: 0; }
                  .courses-tab .tab-pane .card .card-body .card-body-details .card-body-report .report-progress .completed-section h6:nth-child(2) {
                    font-size: 20px; }
            .courses-tab .tab-pane .card .card-body .card-body-details .card-body-report p {
              margin: 0;
              color: #484848;
              font-size: 12px; }
              .courses-tab .tab-pane .card .card-body .card-body-details .card-body-report p:first-child {
                color: #b9b9b9;
                text-transform: uppercase; }

@media (min-width: 768px) {
  .tab-pane .card .card-body .card-body-report {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px; } }

/*# sourceMappingURL=courses.css.map */
