.thong-so a.uk-flex>span {
  background: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.thong-so a.uk-flex:hover>span {
  background: linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thong-so a.uk-flex:hover>span svg path {
  stroke: #CE68B2;
}

.thong-so a.uk-flex:hover>span:first-child::before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  background: linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%);
  left: 0;
  bottom: 0;
}

.ju_new_story:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-right: 10px solid #FFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#upstorynew {
  max-width: 1194px;
  margin: 0 auto;
}

#upstorynew h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #A064E8 !important;
}

#upstorynew h5 {
  margin-bottom: 20px;
}

#upstorynew .uk-width-small {
  font-weight: bold;
  width: 139px;
}

#upstorynew .uk-select {
  border-radius: 10px;
}

#upstorynew .uk-button {
  border-radius: 90px;
}

#upstorynew .uk-width-small\@m {
  width: 150px;
  font-size: 20px;
  font-weight: 700;
}

#upstorynew #formUpStory .uk-flex.uk-flex-middle.uk-flex-wrap {
  gap: 10px;
}

.the-spin {
  display: none;
}

#chon-truyen-sua h2 {
  font-weight: 700;
  color: #A064E8;
  background: unset;
  -webkit-text-fill-color: unset;
}

#chon-truyen-sua .uk-h6 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

#chon-truyen-sua .uk-button {
  border-radius: 90px;
  padding: 0 100px;
}

#chon-truyen-sua .uk-flex.uk-flex-middle.uk-flex-wrap {
  gap: 10px;
}

#sua-truyen h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #A064E8 !important;
}

#sua-truyen h5 {
  margin-bottom: 20px;
}

#sua-truyen .uk-width-small {
  font-weight: bold;
  width: 139px;
}

#sua-truyen .uk-select {
  border-radius: 10px;
}

#sua-truyen .uk-button {
  border-radius: 90px;
  padding: 0 70px;

}

#sua-truyen .uk-width-small\@m {
  width: 150px;
  font-size: 20px;
  font-weight: 700;
}

#sua-truyen #formUpStory .uk-flex.uk-flex-middle.uk-flex-wrap {
  gap: 10px;
}


#chon-truyen-dang-chuong h2 {
  font-weight: 700;
}

#chon-truyen-dang-chuong .uk-h6 {
  font-weight: 700;
}

#chon-truyen-dang-chuong .uk-button {
  border-radius: 90px;
}

#dang-chuong .thong-tin-chuong {
  padding: 50px;
  border-radius: 20px;
  border: 1px solid #CF67B1;
}

#dang-chuong .uk-h6 {
  font-weight: 700;
}

#dang-chuong .thong-tin-chuong .uk-grid+.uk-grid {
  margin-top: 20px;
}

#dang-chuong .thong-tin-chuong .action>* {
  cursor: pointer;
}

#dang-chuong .thong-tin-chuong .action>*:hover {
  background: var(--Gradient-Color-mu-01, linear-gradient(270deg, #CF67B1 0%, #6EA2F9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#dang-chuong .thong-tin-chuong .action>*:hover svg path {
  stroke: #CF67B1;
  fill: #CF67B1;
}

#dang-chuong .uk-button {
  border-radius: 90px;
}

#hien-thi .uk-input {
  border: unset;
  padding: 0;
  height: 30px;
}

#hien-thi .uk-h6 {
  font-weight: 700;
}

#hien-thi .uk-button {
  border-radius: 90px;
}

#hien-thi .uk-text-danger {
  font-size: 14px;
}

#hien-thi hr {
  height: 2px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#CE68B2), to(#6EA3FA));
  background: linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%);
}

.input-hidden {
  width: 0 !important;
  height: 0 !important;
  border: unset !important;
  padding: 0 !important;
}

#tra_phi .uk-input {
  border: unset;
  padding: 0;
  height: 30px;
}

#tra_phi .uk-button {
  border-radius: 90px;
}

#sua-chuong .uk-button {
  border-radius: 90px;
}

#sua-chuong .thong-tin-chuong {
  padding: 50px;
  border-radius: 20px;
  border: 1px solid #CF67B1;
}

#xoa-chuong .uk-button {
  border-radius: 90px;
}


@media(max-width:960px) {
  .ju_new_story:before {
    left: 40px;
    top: 5px;
    -webkit-transform: translateY(-100%) rotate(90deg);
    transform: translateY(-100%) rotate(90deg)
  }
}

@media(max-width:640px) {
  #upstorynew h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #upstorynew .uk-width-small\@m {
    font-size: 16px;
    font-weight: 600;
  }

  #upstorynew .uk-overflow-auto {
    max-height: 375px;
  }

  #sua-truyen h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #sua-truyen .uk-width-small\@m {
    font-size: 16px;
    font-weight: 600;
  }

  #sua-truyen .uk-overflow-auto {
    max-height: 375px;
  }

  #chon-truyen-sua h2 {
    font-size: 24px;
  }

  #chon-truyen-sua .uk-h6 {
    font-size: 16px;
    font-weight: 600;
  }

  #chon-truyen-sua .uk-margin-medium {
    margin: 30px 0 !important;
  }

  #chon-truyen-dang-chuong h2 {
    font-size: 24px;
  }

  #chon-truyen-dang-chuong .uk-h6 {
    font-size: 16px;
    font-weight: 600;
  }

  #chon-truyen-dang-chuong .uk-margin-medium {
    margin: 30px 0 !important;
  }

  #dang-chuong .thong-tin-chuong {
    padding: 25px 15px;
  }

  #dang-chuong .thong-tin-chuong .uk-width-expand\@m .uk-grid>.uk-grid-margin {
    margin-top: 10px;
  }

  #dang-chuong .uk-h6 {
    font-size: 16px;
    font-weight: 600;
  }

  #hien-thi .uk-h2 {
    font-size: 24px;
  }

  #hien-thi .uk-form-label {
    font-size: 16px;
    font-weight: 600;
  }

  #hien-thi .uk-text-danger {
    font-size: 12px;
  }

  #sua-chuong .thong-tin-chuong {
    padding: 25px 15px;
  }

  #sua-chuong .thong-tin-chuong .uk-width-expand\@m .uk-grid>.uk-grid-margin {
    margin-top: 10px;
  }

  #sua-chuong .uk-h6 {
    font-size: 16px;
    font-weight: 600;
  }

}