.main {
    background-color: #eff4fb;
}

.sidepanel{
    position: static !important;
}

.icon {
    color: #2563eb;
}

.icon svg {
    width: 18px;
    height: 18px;
    margin: 0px 5px;
}

.video {
    padding: 12px;
    background: linear-gradient(180deg, #cf640d 0%, #faf2b5 48.39%, #FFF 100%);
}

.QuestionsText{
    flex-direction: row;
    width: 100%;
    border: 1px solid rgba(17,24,39,.08);
    background: #fff;
    border-radius: 18px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: right;
    box-shadow: 0 12px 30px rgba(15,23,42,.06);
}

.QuestionsIcon{
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(148,163,184,.22);
    color: #64748b;
    display: inline-block;
    text-align: center;
    line-height: 200%;
    /* align-items: center; */
    /* justify-content: center; */
    font-weight: 900;
    font-size: 30px;
    flex: 0 0 auto;
}

.QuestionsAnswer{
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 18px;
    /* background: #fff; */
    padding: 18px 22px;
    color: #475569;
    line-height: 2.1;
    box-shadow: 0 12px 30px rgba(15,23,42,.06);
}

.checkArrow{
    position: absolute;
    top: 32px;
    left: 24px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2210%22%20viewBox%3D%220%200%2016%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201.5L8%208.5L15%201.5%22%20stroke%3D%22%232563eb%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 16px;
    height: 10px;
    transition: all 300ms ease-in;
}

.LessonBox{
    display: flex;
    flex-direction: col;
    width: 100%;
    border: 1px solid rgba(17,24,39,.08);
    background: #fff;
    border-radius: 18px;
    padding: 10px 10px;
    align-items: center;
    gap: 14px;
    text-align: right;
    box-shadow: 0 12px 30px rgba(15,23,42,.06);
}

.LessonTitle{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px 10px;
    align-items: center;
    gap: 14px;
    text-align: right;
}

.LessonItems{
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 5px;
    /* background: #fff; */
    padding: 18px 22px;
    color: #475569;
    line-height: 2.1;
    box-shadow: 0 12px 30px rgba(15,23,42,.06);
}

.LessonIcon{
    display: inline-block;
    text-align: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    /* background: rgba(148,163,184,.22); */
    overflow: hidden;
}

.LessonAsset{
    margin: 5px 5px;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 5px;
}

.LessonAsset:last-child{
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 2px;
}

.formInput{
  width: 100%;
  height: 56px;
  border: 1px solid #d9dfeb;
  border-radius: 16px;
  padding: 0 16px;
  background: #fff;
  color: #475569;
  font-size: 15px;
  box-sizing: border-box;
  /* padding: 2px 4px; */
}

.formTextarea{
    line-height: 150%;
    padding: 10px 16px;
}

.commentForm label{
    padding-top: 16px;
    padding-bottom: 8px;
    margin-right: 10px;
}

.lastPackage .swiper-wrapper{
    overflow: hidden !important;
}

.bottomBar{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    box-shadow: 0px -3px 10px rgb(0 0 0 / 35%);
    z-index: 999999;
    transition: 0.3s ease-out;
}

.bottomBar .active{
    transform: translateY(0);
}

.bottomBar .listItem{
    margin: 0 5px;
}