/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
  height: 100vh;
  margin: 0;
  font-family:  'Open Sans', sans-serif;;
  font-size: 16px;
}

.text-success {
  color: #15964F !important;
}

.bg-success {
  background: #15964F !important;
}

.alert-success {
  background: #F6FFF9 !important;
  border: 1px solid #b7cabd;
}

.pccp-logo-front {
  width: 100%;
  max-width: 200px;
}

.card-board {
  width: 100%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 7%), 0 4px 5px rgb(0 0 0 / 6%), 0 1px 10px rgb(0 0 0 / 10%);
  background: #fff;
  border-radius: 9px;
}

.card-module {
  position: relative;
}

.card-text-div {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* min-height: 50%; */
  background: rgb(0, 0, 0, 0.7);
  border-radius: 0 0 3px 3px;
  padding: 10px 10px;
}

.card-text-disabled-div {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(217, 217, 217, 0.5);
  border-radius: 0 0 3px 3px;
  padding: 10px 10px;
  z-index: 5;
}

.div-completed {
  position: absolute;
  top: 5px;
  left: 5px;
}

.div-coming-soon {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 99;
}

.card-module-title {
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.card-module-desc {
  font-size: 0.7rem;
  margin-bottom: 0px;
}

.card-clock {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.card-click {
  font-size: 1.5rem;
}

.progress-container {
  width: 100%;
  height: 10px;
  background: #ddd;
  border-radius: 5px;
  /* overflow: hidden; */
  /* cursor: pointer; */
  position: relative;
}
.progress-bar {
  width: 0%;
  height: 100%;
  background:rgb(255, 0, 17);
  /* transition: width 0.2s; */
  transition: width 0.1s linear;
}
.hover-preview {
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 3px;
  display: none;
  white-space: nowrap;
}
.buffering {
  position: absolute;
  top: -222%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.buffering.active {
  opacity: 1;
}

/* About Module */
.img-containers{
  height: 100%; 
  min-height: 230px;
  max-height: 250px;
  width: 100%;
}

.div-vimeo-btn {
  background: #000;
}

.video-buttons {
  cursor: pointer;
}

.video-buttons:hover {
  color: #15964F !important;
}

/* Footer */
.ul-learn{
  font-weight: 600;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  }
  
  .ul-learn li a {
  color: #000;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 10px;
  }
  
  .ul-learn li a:hover {
  color: #000;
  }
  
  .copyright {
  display: block;
  font-size: 1.1rem;
  }
  
  .poweredby {
  width: 100%;
  max-width: 250px;
  }

  /* Activity Page */
  .activity-card-img {
    height: 150px;
  }

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /* Footer */
  .ul-learn li {
      float: left;
  }

  .ul-learn li a {
      color: #000;
      display: block;
      text-align: center;
      padding: 0 20px;
      border-right: 2px solid #010101;
  }

  .ul-learn li a:hover {
      color: #000;
  }

  .ul-learn li:first-child a{
      padding-left: 0px;
  }

  .ul-learn li:last-child a{
      border-right: none;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .card-text-div {
    min-height: 30%;
  }

  .card-module-title {
    font-size: 0.9rem;
  }
  
  .card-module-desc {
    font-size: 0.8rem;
  }
  
  .card-clock {
    font-size: 0.9rem;
  }
  
  .card-click {
    font-size: 1.7rem;
  }

  .card-div {
    width: 100%;
    max-width: 350px;
  }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .pccp-logo-front {
    width: 100%;
    max-width: 350px;
  }

  .card-text-div {
    min-height: 40%;
  }

  .card-module-title {
    font-size: 1rem;
  }
  
  .card-module-desc {
    font-size: 0.9rem;
  }
  
  .card-click {
    font-size: 2.5rem;
  }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .card-text-div {
    min-height: 35%;
  }

  /* .card-module-title {
    font-size: 1.1rem;
  }
  
  .card-module-desc {
    font-size: 1rem;
  }
  
  .card-clock {
    font-size: 1.2rem;
  }
  
  .card-click {
    font-size: 2.5rem;
  } */

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .pccp-logo-front {
    width: 100%;
    max-width: 450px;
  }
}

/* Loader */
#loader {
  border: 12px solid #bcbcbc;
  border-radius: 50%;
  border-top: 12px solid #15964F;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes spin {
  100% {
      transform: rotate(360deg);
  }
}