.filter-container {
  position: fixed;
  width: 100%;
  height: 62px;
  padding: 1rem 3rem;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  z-index: 1;
}
.filter-container .filter-btn {
  background-color: #fff;
  border: 1px solid rgb(139, 138, 141);
  padding: 0.5rem;
  border-radius: 6px;
  height: 31px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.5rem;
}
.filter-container .filter-btn img {
  margin-bottom: 0.125rem;
  display: none;
}
.filter-container .filter-btn .btn-label {
  color: rgb(139, 138, 141);
  font-weight: 400;
  font-size: 12px !important;
}
.filter-container .filter-btn:hover {
  background-color: rgb(55, 92, 180);
}
.filter-container .filter-btn:hover .btn-label {
  color: #fff;
  font-weight: 600;
}
.filter-container .filter-btn.active {
  background-color: rgb(55, 92, 180);
}
.filter-container .filter-btn.active .btn-label {
  color: #fff;
  font-weight: 500;
}
.filter-container .filter-btn.active img{
    display: unset;
}
.content-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  padding: 5rem 1rem 1rem;
}
.content-container .card {
  background-color: #fff;
  border-radius: 10px !important;
  width: 100%;
  height: 268px;
  padding: 0.25rem 0.5rem;
  position: relative;
  cursor: pointer;
}
.content-container .card .card-thumbnail {
  max-height: 131px;
  width: 100%;
}
.content-container .card .card-thumbnail img {
  height: 100%;
  width: 100%;
  border-radius: 6px;
}
.content-container .card .card-header {
  font-weight: 700;
  font-size: 15px !important;
  line-height: 19.52px;
  white-space: normal;
  word-break: break-word;
  padding: 0.375rem 0 0;
}
.content-container .card .card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: none;
  padding: 0.25rem 0.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  background-color: #fff;
  border-radius: 10px !important;
}
.content-container .card .card-footer .card-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.25rem;
}
.content-container .card .card-footer .card-info span {
  font-weight: 400;
  font-size: 10px !important;
  line-height: 16px;
  color: #000000;
}

#detail-container {
  padding: 0.125rem 1rem 1rem;
}
#detail-container .container-1 {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  margin-top: 1rem;
}
#detail-container .container-1 .card-thumbnail {
  width: calc(100vw - 432px);
  height: 358px;
  border-radius: 20px;
  /* background: #fff url("/img/cover-detail.png") no-repeat; */
  background-size: 100% 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}
#detail-container .container-1 .card-thumbnail img {
  position: absolute;
  width: 432px;
  height: 323px;
  top: 16px;
  right: 42px;
}
#detail-container .container-1 .card-thumbnail .card-content {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  max-width: 360px;
  padding: 3rem 0 0 2rem;
}
#detail-container .container-1 .card-thumbnail .card-content h1 {
  font-size: 48px !important;
  font-weight: 700;
  line-height: 58.09px;
  color: #000000;
  margin-bottom: 0;
}
#detail-container .container-1 .card-thumbnail .card-content p {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 14.52px;
  color: #000000;
  margin-bottom: 0;
  white-space: normal;
  word-break: break-word;
}
#detail-container .container-1 .card-detail {
  background-color: #fff;
  height: 360px;
  width: 410px;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
#detail-container .container-1 .card-detail .card-content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
#detail-container .container-1 .card-detail .card-content .price-content {
  display: flex;
  flex-direction: column;
}
#detail-container .container-1 .card-detail .card-content .price-content p {
  font-size: 14px !important;
  color: #000;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
#detail-container .container-1 .card-detail .card-content .price-content h5 {
  font-size: 24px !important;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 29.05px;
  color: #000000;
}
#detail-container .container-1 .card-detail .card-content .price-content h6 {
  font-size: 13px !important;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 15.73px;
  text-decoration: line-through;
  color: rgb(139, 138, 141);
}
#detail-container .container-1 .card-detail .card-content .price-content .discount-text {
  color: rgb(55, 92, 180);
  font-size: 12px !important;
  font-weight: 400;
  line-height: 14.52px;
  background-color: rgb(169, 195, 255);
  border-radius: 12px;
  padding: 0.375rem;
}
#detail-container .container-1 .card-detail .card-content .detail-content {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
#detail-container .container-1 .card-detail .card-content .detail-content .information {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}
#detail-container .container-1 .card-detail .card-content .detail-content .information span {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}
#detail-container .container-1 .card-detail .card-action {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
#detail-container .container-1 .card-detail .card-action .btn-primary {
  box-shadow: none;
  border: none;
  outline: none;
  background-color: rgb(55, 92, 180);
  color: #fff;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  border-radius: 10px !important;
  padding: 0.875rem 0;
}
#detail-container .container-1 .card-detail .card-action .btn-primary:hover {
  background-color: rgb(8, 69, 153);
}
#detail-container .container-1 .card-detail .card-action .btn-secondary {
  box-shadow: none;
  outline: none;
  background-color: #fff;
  border: 1px solid rgb(55, 92, 180);
  color: rgb(55, 92, 180);
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  border-radius: 10px !important;
  padding: 0.875rem 0;
}
#detail-container .container-1 .card-detail .card-action .btn-secondary:hover {
  background-color: rgb(226, 226, 226);
}
#detail-container .container-2 {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  margin-top: 1.5rem;
}
#detail-container .container-2 .description-content {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: calc(100vw - 432px);
}
#detail-container .container-2 .description-content .description-title {
  display: flex;
  flex-direction: column;
  column-gap: 0.5rem;
}
#detail-container .container-2 .description-content .description-title h1 {
  font-size: 20px !important;
  font-weight: 600;
  color: #000;
  line-height: 16px;
  margin-bottom: 0;
}
#detail-container .container-2 .description-content .description-title span {
  font-weight: 400;
  font-size: 14px !important;
  color: #000;
  line-height: 14.52px;
}
#detail-container .container-2 .description-content .description-title .separator-x {
  height: 16px;
  width: 1px;
  background-color: #000;
}
#detail-container .container-2 .description-content .content {
  display: flex;
  flex-direction: column;
  column-gap: 0.75rem;
}
#detail-container .container-2 .description-content .content h1 {
  font-size: 20px !important;
  font-weight: 600;
  color: #000;
  line-height: 16px;
  margin-bottom: 0;
}
#detail-container .container-2 .description-content .content p {
  font-size: 12px !important;
  color: #000;
  line-height: 20px;
  font-weight: 400;
  white-space: normal;
  word-break: break-word;
}
#detail-container .container-2 .card-creator {
  background-color: #fff;
  min-height: 315px;
  width: 410px;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
#detail-container .container-2 .card-creator .card-header {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 0;
}
#detail-container .container-2 .card-creator .card-header h6 {
  font-size: 1rem !important;
  color: #000;
  font-weight: 700;
  line-height: 19.36px;
}
#detail-container .container-2 .card-creator .card-header .creator-name {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 19.36px;
  color: #000;
  margin-bottom: 0;
}
#detail-container .container-2 .card-creator .card-header .creator-instance {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 14.52px;
  color: #000;
  margin-bottom: 0;
}
#detail-container .container-2 .card-creator .card-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
#detail-container .container-2 .card-creator .card-content .information {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}
#detail-container .container-2 .card-creator .card-content .information span {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}
#detail-container .container-2 .card-creator .card-content p {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 20px;
  white-space: normal;
  word-break: break-word;
}

#question-container .navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 7.25rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 52px;
  background-color: #FFFFFF;
  z-index: 2;
}
#question-container .navigation-container #nav-tabs-new .nav-item {
  position: relative;
}
#question-container .navigation-container #nav-tabs-new .nav-item .nav-link {
  color: #8B8A8D !important;
  font-weight: 500 !important;
}
#question-container .navigation-container #nav-tabs-new .nav-item .nav-link:hover {
  background-color: #FFFFFF !important;
  box-shadow: none !important;
  color: #375CB4 !important;
  font-weight: 600 !important;
}
#question-container .navigation-container #nav-tabs-new .nav-item .nav-link:hover:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 4px;
  background-color: #375CB4;
  border-radius: 100px;
  bottom: 0.25rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#question-container .navigation-container #nav-tabs-new .nav-item .nav-link.active {
  background-color: #FFFFFF !important;
  box-shadow: none !important;
  color: #375CB4 !important;
  font-weight: 600 !important;
}
#question-container .navigation-container #nav-tabs-new .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 4px;
  background-color: #375CB4;
  border-radius: 100px;
  bottom: 0.25rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#question-container #data-1 .btn-feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 8px;
  border-radius: 10px;
  column-gap: 4px;
}
#question-container #data-1 .btn-feature:hover {
  background-color: #e4e4e7;
}
#question-container #data-2 #list-soal {
  width: 400px;
}
#question-container #data-2 #list-soal .card-header {
  text-align: left;
  padding: 0.75rem 0;
}
#question-container #data-2 #list-soal .card-header h1 {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
  padding: 0;
}
#question-container #data-2 #list-soal .card-body {
  display: flex;
  flex-direction: column;
  height: fit-content;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.8rem 0 0;
}
#question-container #data-2 #list-soal .card-body .content {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  border-bottom: 1px solid rgb(217, 217, 217);
  padding-bottom: 1rem;
  padding-top: 0.75rem;
  cursor: pointer;
}
#question-container #data-2 #list-soal .card-body .content:hover {
  background-color: rgb(241, 243, 244);
}
#question-container #data-2 #list-soal .card-body .content.active {
  background-color: rgb(236, 243, 255);
  border-left: 6px solid rgb(55, 92, 180);
}
#question-container #data-2 #list-soal .card-body .content.active .box-image {
  margin-left: 1rem;
}
#question-container #data-2 #list-soal .card-body .content .box-image {
  margin-left: 1.5rem;
  border-radius: 4px;
  display: flex;
  padding: 1.5rem 1.25rem;
  background-color: rgb(236, 243, 255);
}
#question-container #data-2 #list-soal .card-body .content .question-fill {
  display: flex;
  flex-direction: column;
  row-gap: 0.35rem;
}
#question-container #data-2 #list-soal .card-body .content .question-fill h6 {
  margin-bottom: 0;
  padding: 0;
  font-size: 16px !important;
  font-weight: 500;
  color: #000;
  line-height: 19.36px;
}
#question-container #data-2 #list-soal .card-body .content .question-fill p {
  margin: 0;
  font-weight: 400;
  font-size: 12.8px !important;
  line-height: 20px;
  color: #000;
}
#question-container #data-2 .content-soal {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: calc(100vw - 435px);
}
#question-container #data-2 .content-soal .card {
  width: 100%;
}
#question-container #data-2 .content-soal .card .card-header {
  padding: 0 0 1.5rem;
}
#question-container #data-2 .content-soal .card .card-header h1 {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  margin-bottom: 0;
  padding: 0;
}
#question-container #data-2 .content-soal .card .card-body {
  padding: 0;
}
#question-container #data-2 .content-soal .card .card-body h6 {
  font-size: 12.8px !important;
  font-weight: 500;
  color: #000;
  line-height: 18px;
  margin-top: 1rem;
}
#question-container #data-2 .content-soal .card .card-body .box-question {
  background-color: rgb(236, 243, 255);
  border-radius: 4px;
  padding: 0.5rem;
  width: 100%;
  height: fit-content;
}
#question-container #data-2 .content-soal .card .card-body .box-question h6 {
  font-size: 12.8px !important;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
  padding: 0;
}
#question-container #data-2 .content-soal .card .card-body .box-question p {
  margin-bottom: 0;
  padding: 0;
  font-size: 12.8px !important;
  font-weight: 400;
  line-height: 20px;
}
#question-container #data-2 .content-soal .card .card-body .table-jurnal thead th {
  background-color: rgb(241, 243, 244) !important;
  font-weight: 500;
  font-size: 12.8px !important;
  color: #000;
}

/*# sourceMappingURL=mon-dosen.css.map */
