.section-1 {
  background:
    linear-gradient(
      90deg,
      rgba(45, 101, 255, 0.3) 0%,
      rgba(118, 221, 255, 0.3) 132.63%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 96.47%);

  background-blend-mode: overlay;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 48px 0 0;
}
.section-1 .lft {
  max-width: 100%;
}
@media (min-width: 992px) {
  .section-1 {
    padding: 0;
  }
   .section-1 .content {
    height: 308px;
  }
   .section-1 .lft {
    max-width: 420px;
  }
  
}


@media (min-width: 1280px) {
  .section-1 .content {
    height: 368px;
  }
  .section-1 .lft {
    max-width: 594px;
  }
}

@media (min-width: 1600px) {
  .section-1 .content {
    height: 448px;
  }
 
}

.section-1 .lft h1 {
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-1 .lft .title {
  font-size: 16px;
}

@media (min-width: 1600px) {
  .section-1 .lft .title {
    font-size: 18px;
  }
}

.section-1 .lft .list-unstyled {
  margin-top: 20px;
}

.section-1 .rgt {
  max-width: 593px;
}
@media (min-width: 992px){
  .section-1 .rgt{
    max-width: 500px;

  }
}
@media (min-width: 1280px) {
  .section-1 .rgt {
    max-width: 590px;
  }
}

@media (min-width: 1600px) {
  .section-1 .rgt {
    max-width: 718px;
  }
}

.lft-tab {
  padding: 19px 24px;
  background: rgba(45, 101, 255, 0.1);
}

.lft-tab .text-box {
  padding-left: 12px;
  border-left: 4px solid #2d65ff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  height: 24px;
}

.lft-tab .svg-box:hover {
  color: #2d65ff;
}

.link {
  a {
    color: #616c7d;
  }
}

.search {
  form {
    border: 1px solid #8d96a4;
    padding: 8px 16px;
    border-radius: 50px;
    color: #8d96a4;
    font-size: 14px;
    line-height: 1.5;
  }

  input {
    padding: 0;
    border: none;
    background-color: #fff !important;
    color: #515455;
    outline: 0;
  }
}

.section-2 {
  padding-top: 32px;
}

@media (min-width: 992px) {
  .section-2 {
    padding-top: 32px;
  }
}

.section-2 .lft {
  position: sticky;
  top: 100px;
  width: 260px;
}

@media (max-width: 991.98px) {
  .section-2 .lft {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 495px;
    border-radius: 12px 12px 0 0;
    background: #fff;
    /* overflow: auto; */
    -webkit-transform: translateX(-50%) translateY(828px);
    -ms-transform: translateX(-50%) translateY(828px);
    transform: translateX(-50%) translateY(828px);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 59;
  }
}

.section-2 .lft.active {
  /* -webkit-transform: translateX(-50%) translateY(0); */
  -ms-transform: translateX(-50%) translateY(67%);
  transform: translateX(-50%) translateY(67%);
}

.section-2 .lft .close-box {
  margin: 16px 24px 8px;
  text-align: end;
}

.section-2 .table-of-contents {
  width: 100%;
  border: 1px solid rgba(141, 150, 164, 0.5);
  border-radius: 12px;
  /* overflow: auto; */
  display: flex;
  flex-direction: column;
  position: sticky;
}

@media (min-width: 992px) {
  .section-2 .table-of-contents {
    width: 260px;
    height: fit-content;
    top: 20px;
  }
}

.section-2 .lft.active .table-of-contents {
  border-radius: 0px;
  border: none;
}

.section-2 .table-of-contents .table-of-contents-title {
  padding: 13px 68px;
  background: rgba(45, 101, 255, 0.3);
  font-size: 20px;
}

@media (min-width: 1280px) {
  .section-2 .table-of-contents .table-of-contents-title {
    padding: 7px 24px;
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .section-2 .table-of-contents .table-of-contents-title {
    font-size: 18px;
  }
}

.section-2 .table-of-contents ul {
  height: 248px;
  overflow-y: auto;
  /* flex: 1; */
  margin: 0;
  padding: 0;
}

@media (min-width: 1280px) {
  .section-2 .table-of-contents ul {
    height: 248px;
  }
}

@media (min-width: 1600px) {
  .section-2 .table-of-contents ul {
    height: 248px;
  }
}

.section-2 .table-of-contents ul::-webkit-scrollbar {
  width: 6px;
}

.section-2 .table-of-contents ul::-webkit-scrollbar-track {
  border-radius: 10px;
}

.section-2 .table-of-contents ul::-webkit-scrollbar-thumb {
  background: rgba(216, 223, 226, 1);
  border-radius: 10px;
}

.section-2 .table-of-contents ul::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.section-2 .table-of-contents ul li {
  border-bottom: 1px solid rgba(238, 238, 238, 0.93);
  list-style: none;
  margin: 0;
}

.section-2 .table-of-contents ul li:last-child {
  border-bottom: none;
}

.section-2 .table-of-contents ul .nav-link .select-box {
  display: none;
}

.section-2 .table-of-contents ul .nav-link.active .select-box {
  display: block;
  line-height: 1;
}

.section-2 .table-of-contents ul .nav-link.active {
  color: #2d65ff;
}

.section-2 .table-of-contents ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  font-size: 18px;
  padding: 14px 25px;
}

@media (min-width: 1280px) {
  .section-2 .table-of-contents ul li a {
    font-size: 16px;
    padding: 7px 26px;
  }
}

@media (min-width: 1600px) {
  .section-2 .table-of-contents ul li a {
    font-size: 18px;
    padding: 10px 35px;
  }
}

.section-2 .table-of-contents ul li a::before {
  content: "•";
  margin-right: 5px;
  text-decoration: none;
}

@media (min-width: 992px) {
  .section-2 .table-of-contents ul li a::before {
    content: "";
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .section-2 .table-of-contents ul li a.active,
  .section-2 .table-of-contents ul li a:hover {
    background: rgba(45, 101, 255, 0.1);
    color: rgba(45, 101, 255, 1);
  }
}

@media (min-width: 992px) {
  .section-2 .rgt {
    min-height: 614px;
  }
}

@media (min-width: 1280px) {
  .section-2 .rgt {
    min-height: 432px;
  }
}

@media (min-width: 1600px) {
  .section-2 .rgt {
    min-height: 524px;
  }
}

.section-2 .rgt .cell {
  border-bottom: 1px solid #dddfe5;
  width: 100%;
}

@media (min-width: 1280px) {
  .section-2 .rgt .cell {
    width: 852px;
  }
}

@media (min-width: 1600px) {
  .section-2 .rgt .cell {
    width: 1024px;
  }
}

.section-2 .rgt .cell:hover {
  text-decoration: none;
}

.section-2 .rgt .cell .title {
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .section-2 .rgt .cell .title {
    font-size: 24px;
  }
}

.section-2 .rgt .cell .text-content {
  font-size: 14px;
}

@media (min-width: 992px) {
  .section-2 .rgt .cell .text-content {
    font-size: 18px;
  }
}

.section-2 .rgt .cell .mask {
  font-size: 14px;
}

@media (min-width: 992px) {
  .section-2 .rgt .cell .mask {
    font-size: 16px;
  }
}
.section-2 .rgt .page {
  list-style: none;
}
.section-2 .rgt .page .prev span,
.section-2 .rgt .page .next span {
  width: auto;
  border: 1px solid #081a2d;
  border-radius: 40px;
  font-size: 14px;
  border-radius: 20px;
  padding: 0 16px;
  cursor: pointer;
}
.section-2 .rgt .page .prev span:hover,
.section-2 .rgt .page .next span:hover {
  background: #2d65ff;
  color: #fff;
  border: 1px solid #2d65ff;
}

@media (min-width: 992px) {
  .page span {
    font-size: 20px;
  }
}

.page span {
  width: 33px;
  height: 33px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .page span {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.page .active {
  background: #2d65ff;
  border-radius: 50%;
  color: #fff;
}
.page span:hover {
  background: #2d65ff;
  cursor: pointer;
  border-radius: 50%;
  color: #fff;
}

.page .active a {
  color: #fff;
}
.page .pagination-jump {
  display: none !important;
}
.page .pagination-jump input {
  width: 70px;
  height: 40px;
  padding: 2px 8px;
  margin-right: 12px;
  border-radius: 4px;
  border: 1.25px solid #081a2d;
}
@media (min-width: 992px) {
.page .pagination-jump {
  display: flex !important;
}
}
.page .total {
  padding: 7px 0;
}


.mask-box {
  position: fixed;
  top: 0;
  background: rgba(33, 33, 33, 0.4);
}

.mask-box.active {
  width: 100vw;
  height: 100vh;
}
