/*-------------------------------------------------------------------------
|                      donate
|-------------------------------------------------------------------------*/
.w-100 {
  width: 100%;
}

.tnc-label-recuit {
  margin: 10px 0px 10px 0px;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
  border: 2px #ffcd19 dotted;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  position: relative;
  color: #7d681a;
  background: antiquewhite;
}
.tnc-label-recuit .text {
  margin: 0px 0px 10px 0px;
}
.tnc-label-recuit a {
  color: #6495ed;
  margin-left: 5px;
}
.tnc-label-small {
  background: rgb(248 215 97);
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding: 0 6px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  width: 120px;

  text-shadow: 0 0 3px #ffffff;
  color: #7d681a;

  text-shadow: 0 0 3px #000000;
  color: #ffffff;

  text-shadow: 0 0 3px #fff;
  color: #f00;
}

.tnc-label-small:before {
  border: 37px solid transparent;
  border-width: 28px;
  width: calc(100% + 56px);
  left: -28px;
}

.tnc-label-small:after {
  border-color: rgb(248 215 97);
  border-width: 8px 18px;
  border-style: solid;
  border-top-color: transparent;
  width: 5px;
  height: 8px;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
}
.tnc-label-small:before,
.tnc-label-small:after {
  position: absolute;
  content: "";
  bottom: 0;
  z-index: 2;
}
/*-------------------------------------------------------------------------
|                     next pre chap
|-------------------------------------------------------------------------*/
.dropdown-wrench .dropdown-menu {
  left: 50%;
  transform: translate(-50%, 0);
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination-top {
  margin: 0px 0px 15px 0px;
}
.pagination-bottom {
  margin: 15px 0px 0px 0px;
}
.next-chap {
  width: 120px;
  border-radius: 3px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.next-chap a {
  width: 100%;
  text-align: center;
}
.next-chap span:after {
  content: "Ch.";
}
.next-chap .tag-sm {
  padding: 7px 10px;
}

@media screen and (min-width: 768px) {
  .next-chap {
    width: 140px;
  }
  .next-chap span:after {
    content: "Chương ";
  }
  .next-chap .tag-sm {
    padding: 0.9rem 1.4rem;
  }
}
.next-chap .tag-sm {
  margin: 0;
  font-size: 1.35rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

/*-------------------------------------------------------------------------
|                     new 
|-------------------------------------------------------------------------*/

.modal-dialog-scrollable {
  height: calc(100% - 2rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

@media (min-width: 576px) {
  .modal-dialog-scrollable {
    height: calc(100% - 5rem);
  }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

.user-interact {
  font-size: 1.34rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.user-interact .icon-img {
  width: 22px;
  height: 22px;
}

.user-interact .fa {
  font-size: 22px;
}

.user-interact > a {
  width: 60px;
}

h1 {
  font-size: 22px;
}
.ticket {
  backdrop-filter: blur(10px);
  transform: skewX(-10deg);
  height: 40px;
  width: 150px;
  border-radius: 20px 5px 20px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: linear-gradient(
    to bottom,
    rgb(248 215 97),
    rgb(248 215 97)
  );
  color: #4a3a00;
  margin-left: 10px;
}
.ticket span {
  transform: skewX(10deg);
}
.ticket:before {
  box-shadow: inset 0 0 30px 0 #ff0000;
  content: "";
  display: block;
  width: calc(100% - 22px);
  height: calc(40px - 8px);
  left: 10px;
  top: 3px;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 15px 3px 15px 3px;
}
.full {
  height: 36px;
}
.full .btn {
  height: 100%;
  display: flex;
  align-items: center;
}
.fullchap .form-group {
  margin-bottom: 0px;
}

/*------------------------------------------*/
.reading {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  word-wrap: break-word;
}

.reading a {
  border-style: solid;
  border-bottom-width: 2px;
  margin: 0px auto;
  -webkit-border-image: -webkit-linear-gradient(
    left,
    #1ebbf0 30%,
    #39dfaa 100%
  );
  border-image-slice: 1;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding-top: 10px;
}

.reading ul li {
  margin-bottom: 10px;
}

.reading br {
  line-height: 30px;
}

@media (min-width: 768px) {
  .reading {
    font-size: 24px;
  }

  .reading br {
    line-height: 50px;
  }
}
