/*tld-pricing*/
#tld-pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;

  height: 400px;
  background-image: url("../img/bg-TldPrice.png");
  background-size: 100% 100%;
  margin-bottom: 40px;
}
#tld-pricing #tld-pricing-text {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 42px;
}
#tld-pricing #tld-pricing-text #big-font {
  display: block;
  margin-bottom: 16px;

  font-family: 'Swansea', sans-serif;
  font-weight: 700;
  font-size: 56px;
  font-style: normal;
  line-height: normal;
}
#tld-pricing #tld-pricing-text #small-font {
  font-size: 24px;
  font-family: 'Switzer', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

/*search*/
#search-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#search-bar #search {
  width: 90%;
  max-width: 800px;
  height: 60px;
  border: 1px solid #EBF3FF;
  border-radius: 10px;
  padding-left: 20px;

  font-family: 'Switzer', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #031242;
}
input::-webkit-input-placeholder {
  opacity: 0.6;
}
#search-icon{
  position: relative;
  right: 45px;
  color: #0080FF;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-right: 6px;
}

#tld-empty {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  height: calc(100vh - 300px);

  font-family: 'Switzer', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #161412;
}
#tld-empty img {
  width: 140px;
  margin-bottom: 30px;
}

/*table*/
#tld-table {
  display: flex;
  justify-content: center;
  filter: drop-shadow(2px 4px 10px #EBF3FF);

  margin-bottom: 21px;
  margin-left: 121px;
  margin-right: 121px;
}
#tld-table table{
  border-radius: 20px;
  box-shadow: 0 8px 30px 0 rgba(3, 18, 66, 0.10);
  width: 1200px;
  border-collapse: collapse;
}
#tld-table table thead tr{
  height: 80px;
  background: #EBF3FF;
}
#tld-table table thead tr th i{
  width: 13px;
  height: 20px;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: #0096F7;
  transform: rotate(-180deg);
}
#tld-table table thead tr th{
  text-align: left;
  vertical-align:middle;
  border-top: none;

  padding-left: 35px;

  font-family: 'Switzer', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #031242;
}
#tld-table table thead tr th:first-child{
  border-top-left-radius: 20px;
  cursor: pointer;
}
#tld-table table thead tr th:last-child{
  border-top-right-radius: 20px;
}
#tld-table table tr td{
  text-align: left;
  height: 80px;
  vertical-align:middle;
  padding-left: 35px;
  border-top: none;

  font-family: 'Switzer', sans-serif;
  font-size: 20px;
  opacity: 0.6;
}
#tld-table table tr.color{
  background-color:rgba(235,243,255,0.3);
}

/*mobile tld*/
.mobile-tld-collapse{
  display: none;
}

/*pagination*/
#pagination{
  display: flex;
  justify-content: center;

  height: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#pagination ul li{
  float: left;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: 10px;
  cursor: pointer;
}
#pagination ul li.page-item,
#pagination ul li.previous,
#pagination ul li.next{
  border: 1px solid rgba(3, 18, 66, 0.1);
  border-radius: 4px;
}
#pagination ul li.dot{
  line-height: 40px;
}
#pagination ul li.active{
  background: rgba(235, 243, 255, 0.6);
}
#pagination ul li a{
  width: 40px;
  height: 40px;

  text-align: center;
  line-height: 40px;

  font-family: 'Switzer', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: rgba(3, 18, 66, 0.6);
}
#pagination ul li.active a{
  color: #0096F7;
}

#pagination #select-page-count i{
  position: relative;
  font-size: 18px;
  line-height: 18px;
  color: rgba(3, 18, 66, 0.6);
}
#pagination #select-page-count i.fa-list{
  left: 35px;
}
#pagination #select-page-count i.fa-angle-down{
  right: 35px;
  width: 14px;
  height: 18px;
  font-family: 'Font Awesome 6 Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #0096F7;

}
#pagination select{
  width: 120px;
  height: 40px;
  padding-left: 40px;
  background: rgba(235, 243, 255, 0.6);
  border: 1px solid rgba(3, 18, 66, 0.1);
  border-radius: 4px;

  font-family: 'Switzer', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;

  color: rgba(3, 18, 66, 0.6);

}

@media only screen and (max-width: 850px) {
  /*tld-pricing*/
  #tld-pricing {
    height: 342px;
    justify-content: center;
  }
  #tld-pricing #tld-pricing-text {
    margin-bottom: 30px;
  }
  #tld-pricing #tld-pricing-text #big-font {
    margin-bottom: 23px;
    font-size: 38px;
  }
  #tld-pricing #tld-pricing-text #small-font {
    font-size: 16px;
  }

  /*search*/
  #search-bar {
    margin-bottom: 16px;
  }
  #search-bar #search {

    max-width: 580px;
    height: 40px;
    padding-left: 10px;
    border-radius: 6px;
    font-size: 14px;
  }

  #search-icon{
    right: 38px;
    font-weight: 400;
    margin-right: 7px;
  }
  #tld-table {
    display: none;
  }

  .mobile-tld-collapse {
    border-radius: 10px;
    box-shadow: 2px 3px 10px 2px rgb(235 243 255 / 90%);
    margin: 0 72px 24px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-tld-collapse ul {
    width: 100%;
  }
  .mobile-tld-collapse > ul > li {
    padding: 0 20px;
  }
  .mobile-tld-collapse > ul > li.mobile-tld-collapse-head {
    height: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #EBF3FE;
  }
  .mobile-tld-collapse > ul > li.color {
    background-color: rgba(235, 243, 255, 0.3);
  }
  .mobile-tld-collapse > ul li .collapse-head {
    height: 60px;
  }
  .mobile-tld-collapse > ul li > div:first-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-tld-collapse > ul li > div .tldName,
  .mobile-tld-collapse > ul li > div .tldPrice{
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #031242;
    opacity: 0.6;
  }
  .mobile-tld-collapse > ul li > div .tldPrice i{
    margin-left: 10px;
  }
  .mobile-tld-collapse > ul li > div.collapsed .tldPrice i.fa-caret-down{
    display: inline-block;
  }
  .mobile-tld-collapse > ul li > div.collapsed .tldPrice i.fa-caret-up{
    display: none;
  }
  .mobile-tld-collapse > ul li > div .tldPrice i.fa-caret-down{
    display: none;
  }
  .mobile-tld-collapse > ul li > div .tldPrice i.fa-caret-up{
    display: inline-block;
  }
  .mobile-tld-collapse > ul li > div i{
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    color: #0096F7;
  }
  .mobile-tld-collapse > ul li > div ul li{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(3,18,66, 0.1);
    padding: 0 15px;
  }
  .mobile-tld-collapse > ul li > div ul  > li:nth-child(1){
    border-top: 1px solid rgba(3,18,66, 0.1);
  }
  .mobile-tld-collapse > ul li > div ul li .tld-info-title,
  .mobile-tld-collapse > ul li > div ul li .tld-info{
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #031242;
  }
  .mobile-tld-collapse > ul li > div ul li .tld-info {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 450px) {
  #tld-empty img {
    width: 100px;
    margin-bottom: 25px;
  }

  #tld-empty-text {
    font-size: 16px;
  }

  /*tld-pricing*/
  #tld-pricing {
    height: 200px;
    margin-bottom: 20px;
  }

  #tld-pricing #tld-pricing-text {
    margin-bottom: 19px;
  }

  #tld-pricing #tld-pricing-text #big-font {
    font-size: 24px;
  }
  #tld-pricing #tld-pricing-text #small-font {
    text-align: center;
    font-size: 12px;
    width: 324px;
  }

  /*search*/
  #search-bar {
    width: 100%;
  }
  #search-bar #search {
    max-width: 335px;
    height: 28px;
    font-size: 12px;
  }

  #search-icon{
    right: 26px;
    font-size: 16px;
    margin-right: 5px;
  }

  .mobile-tld-collapse {
    margin: 0 37px 24px;
    min-height: 500px;
  }
  .mobile-tld-collapse > ul > li {
    padding: 0 12px 0 20px;
  }
  .mobile-tld-collapse > ul li .collapse-head {
    height: 40px;
  }
  .mobile-tld-collapse > ul li > div .tldName,
  .mobile-tld-collapse > ul li > div .tldPrice {
    font-size: 14px;
    line-height: 18px;
  }
  .mobile-tld-collapse > ul li > div i {
    font-size: 14px;
    line-height: 14px;
  }
  .mobile-tld-collapse > ul li > div ul li{
    height: 40px;
    padding: 0 10px;
  }
  .mobile-tld-collapse > ul li > div ul li .tld-info-title,
  .mobile-tld-collapse > ul li > div ul li .tld-info{
    font-size: 14px;
    line-height: 18px;
  }

  /*pagination*/
  #pagination{
    height: 26px;
    margin-bottom: 20px;
  }
  #pagination ul li.dot{
    line-height: 26px;
  }
  #pagination ul li a{
    width: 24px;
    height: 24px;
    line-height: 26px;
    font-size: 14px;
  }
  #pagination #select-page-count i{
    font-size: 14px;
    line-height: 14px;
  }
  #pagination #select-page-count i.fa-list{
    left: 22px;
  }
  #pagination #select-page-count i.fa-angle-down{
    right: 25px;
    width: 14px;
    height: 18px;
    font-size: 14px;
    line-height: 14px;
    color: #0096F7;

  }
  #pagination select{
    width: 84px;
    height: 26px;
    padding-left: 26px;
    font-size: 14px;
    line-height: 26px;
  }
}