.py-for-teen {
  font-size: 18px;
}

.py-bg {
  background-image: url('../images/python-for-teen/bg-con-hoc-duoc-gi.jpg');
  background-size: cover;
  background-position: top center;
}

p {
  color: white;
}

.py-text-primary {
  color: #fadc06;
}

.py-section-title {
  color: #fadc06 !important;
  font-size: 32px;
  margin-bottom: 2.5rem;
}

.py-sub-title {
  background-color: #fadc06;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 12px;
  font-weight: bold;
}

.py-content-list {
  color: white;
  padding-left: 15px;
  margin-bottom: 0;
}

.py-content-list li::before {
  content: "\2022";
  color: #fadc06;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.py-content-list li {
  margin-bottom: 10px;
}

.py-lesson-day {
  /* writing-mode: vertical-rl; */
  border-right: 3px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin: 0;
  text-align: center;
  padding-left: 7px;
  padding-right: 7px;
  background: rgb(254, 236, 150);
  background: linear-gradient(90deg, rgba(254, 236, 150, 1) 0%, rgba(250, 220, 6, 1) 100%);
  color: #146194;
}

/* .py-lesson-day.odd {
  background: rgb(254, 236, 150);
  background: linear-gradient(90deg, rgba(254, 236, 150, 1) 0%, rgba(250, 220, 6, 1) 100%);
  color: #146194;
}

.py-lesson-day.even {
  background: #2b77a7;
  background: linear-gradient(90deg, #2b77a7 0%, #146194 100%);
  color: #fadc08;
} */

#section-noi-dung .py-content-list,
.py-gift .py-content-list {
  background-color: #cce1e6;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #11406c;
  padding-left: 30px;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

#section-noi-dung .py-content-list li,
.py-gift .py-content-list {
  margin-bottom: 5px;
}

#section-noi-dung .py-content-list li::before,
.py-gift .py-content-list li::before {
  color: #11406c;
}

.py-gift .py-content-list {
  width: fit-content;
  margin: auto;
  font-size: 20px;
}

.py-gift .py-content-list ul {
  margin-left: 20px;
  ;
}

.py-gift .py-content-list li {
  margin-bottom: 10px;
}

.py-gift .py-content-list ul li::before {
  content: "-";
}

.py-gift-wrapper {
  background: #cce1e6;
  border-radius: 20px;
}

.py-for-teen form input {
  font-size: inherit;
}

.py-for-teen form label {
  color: inherit;
}

.py-register-form {
  background: #cce1e6;
  border-radius: 20px;
  padding: 20px;
  color: #11406c;
}

