.app-text--primary-color {
  color: #0da383 !important;
}

.app-title__text {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Roboto Condensed", Tahoma, sans-serif;
  color: #0da383;
  margin-bottom: 20px;
}
.app-title__select {
  background-color: #d2d2d2;
  border: 1px solid black;
}
.app-title__list-item {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.app-title__list-item a {
  transition: all 0.3s;
}
.app-title__list-item a:hover {
  font-weight: 500;
}

.app-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 6px;
}
.app-list__item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 20px;
}
.app-list__item:hover {
  transform: scale(1.05);
}
.app-list__item--bottom-line {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ececec;
}
.app-list__item img {
  width: 100%;
  transition: all 0.3s;
  object-fit: contain;
}
.app-list__name-item {
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 1px solid #f0f0f0;
}

.app-badge {
  position: absolute;
  top: 0;
  left: 12px;
  font-size: 1rem;
}
.app-badge--full {
  background-color: #0da383;
}
.app-badge--outline-full {
  background-color: transparent;
  color: #0da383;
  border: 1px solid #0da383;
  padding: 2px 4px;
  border-radius: 0 font-size 0.8rem;
}
.app-badge--outline-new {
  background-color: transparent;
  color: #b13243;
  border: 1px solid #b13243;
  padding: 2px 4px;
  border-radius: 0 font-size 0.8rem;
}
.app-badge--tag {
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #0da383;
  color: #fff !important;
  padding: 2px 6px;
  border-radius: 5px;
  opacity: 0.8;
}
.app-badge--tag:hover {
  opacity: 1;
}

.app-link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
.app-link:hover {
  color: #000;
}
.app-link--hover-underline:hover {
  text-decoration: underline;
}
.app-link--hover-color-light-gray:hover {
  color: #c0b1b1;
}
.app-link--block {
  display: block;
}
.app-link--text-white {
  color: #fff;
}

.app-search {
  position: relative;
}
.app-search__list {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 10;
  background-color: #fff;
  border-radius: 3px;
  padding: 0;
  width: 100%;
  list-style: none;
  display: none;
}
.app-search__list-item * {
  padding: 5px 10px;
}
.app-search__list-item a {
  display: block;
}
.app-search__list-item:hover * {
  text-decoration: underline;
  background-color: #f7f5f5;
}

.app-img__logo-box {
  width: 200px;
}
.app-img__img {
  width: 100%;
}

.app-product__content {
  background-color: #f0f0f0;
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
}
.app-product__description {
  height: 150px;
  overflow: hidden;
}

.app-bg--primary {
  background-color: #f0f0f0;
}

.app-section {
  margin-bottom: 16px;
  font-size: 1rem;
}
.app-section__sidebar {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #f0f0f0;
  margin-bottom: 16px;
}
.app-section__new {
  font-size: 1rem;
}

.app-pagination {
  list-style: none;
  padding-left: 0;
}
.app-pagination__item {
  display: inline-block;
  margin: 3px;
}
.app-pagination__item a {
  display: block;
  padding: 4px 12px;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: #f0f0f0;
  color: #888;
}
.app-pagination__item a:hover {
  background-color: #fff;
  color: #0da383;
  border: 1px solid #0da383;
}
.app-pagination__item.active a {
  background-color: #fff;
  color: #0da383;
  border: 1px solid #0da383;
  border-radius: 5px;
}
.app-pagination__item:first-child a, .app-pagination__item:last-child a {
  background-color: #0da383;
  opacity: 0.5;
  color: #fff;
}
.app-pagination__item:first-child a:hover, .app-pagination__item:last-child a:hover {
  opacity: 1;
}

.app-footer {
  min-height: 200px;
  border-top: 2px solid #f0f0f0;
  padding: 20px 0;
}
.app-footer .go-top {
  display: inline-block;
  padding: 5px 10px;
  background-color: #0da383;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.app-footer .go-top:hover {
  background-color: #028a6c;
}

.app-chapter__novel-name {
  color: #0da383;
  font-size: 1rem;
  text-align: center;
}
.app-chapter__chapter-name {
  color: #5a4747;
  font-size: 1.2rem;
  text-align: center;
}
.app-chapter__description {
  color: #5a4747;
  font-size: 1.2rem;
  margin: 50px 0;
}
.app-chapter__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-chapter__nav a {
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  background-color: #0da383;
  border-radius: 5px;
}
.app-chapter__nav select {
  width: 150px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: transparent;
  margin: 0 3px;
}

.show-more__btn {
  cursor: pointer;
  border: 1px solid #2c2929;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 0.8rem;
  transition: all 0.3s;
}
.show-more__btn:hover {
  background-color: #028a6c;
  color: #fff;
  border: 1px solid transparent;
}

.app-header__navbar {
  background-color: #0da383 !important;
}
.app-header__navbar-submenu {
  background-color: #0da383 !important;
}
.app-header__navbar-submenu.dropdown-menu {
  top: 110%;
  min-width: 360px;
  padding: 10px;
}
.app-header__navbar-submenu-link {
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  padding: 6px;
  text-decoration: none;
  text-align: center;
}
.app-header__navbar-submenu-link:hover {
  background-color: #028a6c !important;
}
.app-header__breadcrumb {
  background-color: #ececec;
}
.app-header__breadcrumb-link {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 0.9rem;
}
.app-main {
  font-size: 1rem;
}

/*# sourceMappingURL=custom.css.map */
