body #reseller-tlds-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #reseller-tlds-body .content-head {
  width: 100%;
  height: 724px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(180deg, rgb(42, 38, 129) -73.92%, #FFF 82.08%);
}
body #reseller-tlds-body .content-head .content-head-content {
  width: 100%;
  padding-top: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body #reseller-tlds-body .content-head .content-head-content .content-head-tag {
  display: flex;
  height: 40px;
  padding: 15.464px 25.596px;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  border-radius: 100px;
  background: rgba(42, 38, 129, 0.6);
}
body #reseller-tlds-body .content-head .content-head-content .content-head-tag .content-head-tag-icon {
  color: #a7a4c9;
  background: #FFF;
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.36px;
}
body #reseller-tlds-body .content-head .content-head-content .content-head-tag .content-head-tag-description {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15.997px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body #reseller-tlds-body .content-head .content-head-content .content-head-title {
  padding-top: 30px;
  color: #0E2944;
  text-align: center;
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  max-width: 800px;
  word-wrap: break-word;
}
body #reseller-tlds-body .content-head .content-head-content .content-head-description {
  padding-top: 6px;
  color: rgba(14, 41, 68, 0.6);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}
body #reseller-tlds-body .content-body {
  width: 80%;
  height: fit-content;
  max-width: 1180px;
  margin-top: -260px;
  margin-bottom: 50px;
  padding: 24px 41px;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  border: 1px solid rgba(14, 41, 68, 0.2);
  background: #FFF;
}
body #reseller-tlds-body .content-body .content-body-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
body #reseller-tlds-body .content-body .content-body-header .search-input-container {
  display: flex;
  height: 48px;
  width: 320px;
  padding: 15px 18px;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #B78E4F;
  background: rgba(183, 142, 79, 0.1);
}
body #reseller-tlds-body .content-body .content-body-header .search-input-container i {
  color: rgb(100, 111, 124);
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
}
body #reseller-tlds-body .content-body .content-body-header .search-input-container input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  color: #121127;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
}
body #reseller-tlds-body .content-body table.reseller-tlds-table {
  width: 100%;
}
body #reseller-tlds-body .content-body table.reseller-tlds-table thead th {
  height: 44px;
  width: 33.3%;
  padding: 10px 0;
  text-align: center;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid rgba(18, 17, 39, 0.12);
}
body #reseller-tlds-body .content-body table.reseller-tlds-table tbody tr td {
  height: 44px;
  width: 33.3%;
  padding: 10px 0;
  text-align: center;
  color: #0E2944;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid rgba(18, 17, 39, 0.12);
}
body #reseller-tlds-body .content-body table.reseller-tlds-table tbody tr.reseller-tlds-no-data {
  height: 300px;
}
body #reseller-tlds-body img {
  width: auto;
  height: auto;
}
body .become-reseller {
  display: none;
}

@media (max-width: 1150px) {
  body #reseller-tlds-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body #reseller-tlds-body .content-head {
    width: 100%;
    height: 674px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(180deg, rgba(42, 38, 129, 0.6) -73.92%, #FFF 82.08%);
  }
  body #reseller-tlds-body .content-head .content-head-content {
    width: 100%;
    padding-top: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-tag {
    display: flex;
    height: 40px;
    padding: 15.464px 25.596px;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
    border-radius: 100px;
    background: rgba(42, 38, 129, 0.6);
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-tag .content-head-tag-icon {
    color: #a7a4c9;
    background-color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.36px;
    border-radius: 50%;
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-tag .content-head-tag-description {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 15.997px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-title {
    padding-top: 30px;
    color: #0E2944;
    text-align: center;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.9px;
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-description {
    padding-top: 6px;
    color: rgba(14, 41, 68, 0.6);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
  }
  body #reseller-tlds-body .content-body {
    width: 80%;
    height: fit-content;
    max-width: 1180px;
    margin-top: -260px;
    margin-bottom: 50px;
    padding: 24px 41px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    border-radius: 10px;
    border: 1px solid rgba(14, 41, 68, 0.2);
    background: #FFF;
  }
  body #reseller-tlds-body .content-body .content-body-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  body #reseller-tlds-body .content-body .content-body-header .search-input-container {
    display: flex;
    height: 48px;
    padding: 15px 18px;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #B78E4F;
    background: rgba(183, 142, 79, 0.1);
  }
  body #reseller-tlds-body .content-body .content-body-header .search-input-container i {
    color: #6c7b88;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: -0.36px;
  }
  body #reseller-tlds-body .content-body .content-body-header .search-input-container input {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    color: #121127;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
  }
  body #reseller-tlds-body .content-body table.reseller-tlds-table {
    width: 100%;
  }
  body #reseller-tlds-body .content-body table.reseller-tlds-table thead th {
    width: 33.3%;
    padding: 10px 0;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid rgba(18, 17, 39, 0.12);
  }
  body #reseller-tlds-body .content-body table.reseller-tlds-table tbody tr td {
    width: 33.3%;
    padding: 10px 0;
    text-align: center;
    color: #0E2944;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid rgba(18, 17, 39, 0.12);
  }
  body #reseller-tlds-body .content-body table.reseller-tlds-table tbody tr.reseller-tlds-no-data {
    height: 300px;
  }
  body #reseller-tlds-body img {
    width: 540px;
    height: auto;
  }
  body .become-reseller {
    display: none;
  }
}
@media (max-width: 768px) {
  body #reseller-tlds-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body #reseller-tlds-body .content-head {
    width: 100%;
    height: 674px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(180deg, rgb(42, 38, 129) -73.92%, #FFF 82.08%);
  }
  body #reseller-tlds-body .content-head .content-head-content {
    width: 100%;
    padding-top: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-tag {
    display: flex;
    height: 40px;
    padding: 15.464px 25.596px;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
    border-radius: 100px;
    background: rgba(42, 38, 129, 0.6);
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-tag .content-head-tag-icon {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.36px;
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-tag .content-head-tag-description {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 15.997px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-title {
    padding-top: 30px;
    color: #0E2944;
    text-align: center;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.9px;
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-description {
    padding-top: 6px;
    color: rgba(14, 41, 68, 0.6);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
  }
  body #reseller-tlds-body .content-body {
    width: 80%;
    height: fit-content;
    max-width: 1180px;
    margin-top: -200px;
    margin-bottom: 50px;
    padding: 24px 41px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    border-radius: 10px;
    border: 1px solid rgba(14, 41, 68, 0.2);
    background: #FFF;
  }
  body #reseller-tlds-body .content-body .content-body-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  body #reseller-tlds-body .content-body .content-body-header .search-input-container {
    display: flex;
    height: 48px;
    padding: 15px 18px;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #B78E4F;
    background: rgba(183, 142, 79, 0.1);
  }
  body #reseller-tlds-body .content-body .content-body-header .search-input-container i {
    color: #0E2944;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: -0.36px;
  }
  body #reseller-tlds-body .content-body .content-body-header .search-input-container input {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    color: #121127;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
  }
  body #reseller-tlds-body .content-body table.reseller-tlds-table {
    width: 100%;
  }
  body #reseller-tlds-body .content-body table.reseller-tlds-table thead th {
    width: 33.3%;
    padding: 10px 0;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid rgba(18, 17, 39, 0.12);
  }
  body #reseller-tlds-body .content-body table.reseller-tlds-table tbody tr td {
    width: 33.3%;
    padding: 10px 0;
    text-align: center;
    color: #0E2944;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid rgba(18, 17, 39, 0.12);
  }
  body #reseller-tlds-body .content-body table.reseller-tlds-table tbody tr.reseller-tlds-no-data {
    height: 300px;
  }
  body #reseller-tlds-body img {
    width: 480px;
    height: auto;
  }
  body .become-reseller {
    display: none;
  }
  body .pagination {
    flex-direction: column;
    gap: 10px;
    height: auto;
  }
}
@media (max-width: 475px) {
  body #reseller-tlds-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body #reseller-tlds-body .content-head {
    width: 100%;
    height: 674px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(180deg, rgb(42, 38, 129) -74%, #FFF 82%);
  }
  body #reseller-tlds-body .content-head .content-head-content {
    width: 100%;
    padding-top: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-tag {
    display: flex;
    height: 40px;
    padding: 15.464px 25.596px;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
    border-radius: 100px;
    background: rgba(42, 38, 129, 0.6);
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-tag .content-head-tag-icon {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.36px;
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-tag .content-head-tag-description {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 15.997px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-title {
    padding-top: 30px;
    color: #0E2944;
    text-align: center;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.9px;
  }
  body #reseller-tlds-body .content-head .content-head-content .content-head-description {
    padding-top: 6px;
    color: rgba(14, 41, 68, 0.6);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
  }
  body #reseller-tlds-body .content-body {
    width: 80%;
    height: fit-content;
    max-width: 1180px;
    margin-top: -120px;
    margin-bottom: 50px;
    padding: 24px 15px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    border-radius: 10px;
    border: 1px solid rgba(14, 41, 68, 0.2);
    background: #FFF;
  }
  body #reseller-tlds-body .content-body .content-body-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  body #reseller-tlds-body .content-body .content-body-header .search-input-container {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 15px 18px;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #B78E4F;
    background: rgba(183, 142, 79, 0.1);
  }
  body #reseller-tlds-body .content-body .content-body-header .search-input-container i {
    color: #0E2944;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: -0.36px;
  }
  body #reseller-tlds-body .content-body .content-body-header .search-input-container input {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    color: #121127;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
  }
  body #reseller-tlds-body .content-body table.reseller-tlds-table {
    width: 100%;
  }
  body #reseller-tlds-body .content-body table.reseller-tlds-table thead th {
    width: 33.3%;
    padding: 10px 0;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid rgba(18, 17, 39, 0.12);
  }
  body #reseller-tlds-body .content-body table.reseller-tlds-table tbody tr td {
    width: 33.3%;
    padding: 10px 0;
    text-align: center;
    color: #0E2944;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid rgba(18, 17, 39, 0.12);
  }
  body #reseller-tlds-body .content-body table.reseller-tlds-table tbody tr.reseller-tlds-no-data {
    height: 300px;
  }
  body #reseller-tlds-body .content-body .pagination.pagination-knight {
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-bottom: 0;
  }
  body #reseller-tlds-body .content-body .pagination.pagination-knight ul li {
    width: 30px;
    height: 27px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    cursor: pointer;
  }
  body #reseller-tlds-body .content-body .pagination.pagination-knight ul li a {
    color: #A6A5BA;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Switzer;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  body #reseller-tlds-body .content-body .pagination.pagination-knight ul li.page-item {
    border-radius: 20px;
    background: #E5E3DC;
  }
  body #reseller-tlds-body .content-body .pagination.pagination-knight ul li.page-item,
  body #reseller-tlds-body .content-body .pagination.pagination-knight ul li.previous,
  body #reseller-tlds-body .content-body .pagination.pagination-knight ul li.next {
    border: none;
  }
  body #reseller-tlds-body .content-body .pagination.pagination-knight ul li.dot {
    line-height: 40px;
  }
  body #reseller-tlds-body .content-body .pagination.pagination-knight ul li.active {
    background: rgba(183, 142, 79, 0.6);
  }
  body #reseller-tlds-body .content-body .pagination.pagination-knight ul li.active a {
    color: #121127;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Switzer;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  body #reseller-tlds-body .content-body .pagination.pagination-knight .select-page-count {
    display: none;
  }
  body #reseller-tlds-body .content-body .pagination.pagination-knight select {
    outline: none;
    width: 100px;
    height: 35px;
    padding-left: 40px;
    background-color: rgba(52, 55, 134, 0.1);
    border: none;
    color: #121127;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Switzer;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  body #reseller-tlds-body img {
    width: 350px;
    height: auto;
  }
  body .become-reseller {
    display: none;
  }
}

/*# sourceMappingURL=reseller-tlds.css.map */
