/*
Theme Name: Roblox D-SCHOOL
Author: Educationaldesign
Author URI: https://bp.d-school.co/
Version: 1.0
*/

.video-frame {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-top: 30px;
}

.resources__cell .resources__cell-desc {
  padding: 0 10px;
}

.resources__cell {
  height: 225px;
}

.login__logo {
  width: 100px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.chap {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.chap i {
  display: block !important;
  font-size: 24px;
  top: 0 !important;
  left: 0 !important;
}
.chap-list i {
  color: #00a2ea !important;
}
.lesson_nav2 {
  padding-bottom: 100px;
}

.sample-btns {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.sample-btn {
  color: white;
  font-weight: bold;
  display: block;
  background-color: #0098d9;
  border-radius: 20px;
  padding: 10px 30px;
}

.sample-btn i {
  padding-right: 10px;
}
.sample-btn:hover {
  background-color: #0279ab;
}

.sample-btn-complete {
  background-color: #e4007f;
}
.sample-btn-complete:hover {
  background-color: #a6005b;
}
.text-space {
  letter-spacing: 0px !important;
}
