.tenten_25072024.tenten_05082025 .tg_header_2024 > .container {
  max-width: 1326px;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.tenten_25072024.tenten_05082025 .tg_header_2024 .tg_cart_hd_2024 {
  position: fixed;
  z-index: 999;
  top: 130px;
  right: 60px;
  background: #e6f0f8;
  border-radius: 10px;
  padding: 10px 16px;
  cursor: pointer;
  animation: mover 1s infinite alternate;
}
.tenten_25072024.tenten_05082025 .tg_header_2024 .tg_cart_hd_2024 a {
  position: relative;
  display: flex;
  justify-content: center;
}
.tenten_25072024.tenten_05082025 .tg_header_2024 .tg_cart_hd_2024 a span {
  top: 3px;
  right: 5px;
}
.tenten_25072024.tenten_05082025 .tg_header_2024 .tg_cart_hd_2024 p {
  font-size: 12px;
  margin: 0px;
}
.tenten_05082025 .tg_step_hd_2025 ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 30px;
  position: relative;
}
.tenten_05082025 .tg_step_hd_2025 ul:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  background: #70c2e2;
  top: 20px;
  left: 70px;
}
.tenten_05082025 .tg_step_hd_2025 ul li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
.tenten_05082025 .tg_step_hd_2025 ul li strong {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #70c2e2;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}
.tenten_05082025 .tg_step_hd_2025 ul li.tg_active strong {
  background: #0066b2;
  box-shadow: 0px 10px 20px 0px #0066b233;
}
.tenten_05082025 .tg_step_hd_2025 ul li p {
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}
.tenten_05082025 .tg_search_05082025 {
  margin: 40px 0px 0px 0px;
}
.tenten_05082025 .search_filter_rangeslider .irs-handle {
  width: 12px;
  height: 12px;
}
.tenten_05082025 .search_filter_rangeslider .irs-handle > i:first-child {
  width: 12px;
  height: 12px;
  background: #e5f0f7;
  border: 2px solid #0066b2;
  border-radius: 50%;
  cursor: pointer;
  margin-left: -3px;
}
.tenten_05082025 .irs--flat {
  display: none;
}
.tenten_05082025 .search_filter_rangeslider .irs-line {
  height: 5px;
  background: #c7e7ff;
}
.tenten_05082025 .search_filter_rangeslider .irs-bar {
  height: 5px;
  background: #0066b2;
}
.tenten_05082025 .search_filter_rangeslider .irs-to {
  margin: 0px 0px 0px 3px;
}
.tenten_05082025 .search_filter_rangeslider .irs-from {
  margin: 0px 0px 0px 3px;
}
.tenten_05082025 .search_filter_rangeslider .irs-from,
.tenten_05082025 .search_filter_rangeslider .irs-to,
.tenten_05082025 .search_filter_rangeslider .irs-min,
.tenten_05082025 .search_filter_rangeslider .irs-max,
.tenten_05082025 .search_filter_rangeslider .irs-single {
  background: #0066b2;
  color: #fff;
  font-size: 11px;
  /*  font-size: 14px;
  border-radius: 90px;
  visibility: hidden !important;*/
}
.tenten_05082025 .search_filter_rangeslider .irs-from:before,
.tenten_05082025 .search_filter_rangeslider .irs-to:before,
.tenten_05082025 .search_filter_rangeslider .irs-single:before {
  /*display: none;*/
  border-top-color: #0066b2;
}
.tenten_05082025 .search_filter_rangeslider .irs-single {
  /*  visibility: visible !important;
    font-size: 14px;
  border-radius: 90px;*/
}
.tenten_05082025 .search_filter_general .search_filter_main_title {
  display: none;
}
.tenten_05082025 .search_filter_general .search_filter_main_title .ct_left h2 {
  font-size: 20px;
  line-height: 28px;
  color: #0066b2;
  font-weight: 600;
  margin: 0px;
}
.tenten_05082025 .search_filter_general .search_filter_main_title .ct_right svg {
  cursor: pointer;
}
.tenten_05082025 .search_filter_general {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 60px 0px #0066b233;
  padding: 20px;
}
.tenten_05082025 .search_filter_bg {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 24px;
}
.tenten_05082025 .tg_search_title {
  margin: 32px 0px 0px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tenten_05082025 .tg_search_title .tg_search_title_left h2 {
  font-size: 32px;
  line-height: 40px;
  color: #0066b2;
  font-weight: 600;
  margin: 0px;
}
.tenten_05082025 .tg_search_title .filter_icon {
  position: relative;
  background: #e9f6ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.tenten_05082025 .tg_search_title .filter_icon.tg_active {
  background: #0066b2;
}
.tenten_05082025 .tg_search_title .filter_icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tenten_05082025 .tg_search_title .filter_icon svg path {
  transition: all 0.3s;
}
.tenten_05082025 .tg_search_title .filter_icon.tg_active svg path {
  stroke: #fff;
}
.tenten_05082025 .tg_search_title .tg_search_title_middle {
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  top: 60px;
}
.tenten_05082025 .tg_search_title .tg_search_title_middle.tg_active {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.tenten_05082025 .search_filter_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tenten_05082025 .search_filter_title .filter_left h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
  font-weight: 600;
}
.tenten_05082025 .search_filter_title .filter_right input[type="checkbox"],
.tenten_05082025 .search_list_domainname ul li input[type="checkbox"],
.tenten_05082025 .search_list_domainfield ul li input[type="checkbox"],
.tenten_05082025 .multiple_domain_checkall input[type="checkbox"] {
  display: none;
}
.tenten_05082025 .search_filter_title .filter_right label {
  color: #4e4e4e;
  font-size: 12px;
  margin: 0px;
  padding: 0px 26px 0px 0px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.tenten_05082025 .search_list_domainname ul li label {
  color: #131a1f;
  font-size: 14px;
  margin: 0px;
  padding: 0px 0px 0px 26px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.tenten_05082025 .search_filter_title .filter_right input[type="checkbox"] + label:before,
.tenten_05082025 .search_list_domainname ul li input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 20px;
  border-radius: 5px;
  background: #fff;
  top: 50%;
  margin: -10.5px 0px 0px 0px;
  border: 1px solid #cce0f0;
}
.tenten_05082025 .search_filter_title .filter_right input[type="checkbox"] + label:before,
.tenten_05082025 .search_filter_title .filter_right input[type="checkbox"]:checked + label:after {
  right: 0px;
}
.tenten_05082025 .search_list_domainname ul li input[type="checkbox"] + label:before,
.tenten_05082025 .search_list_domainname ul li input[type="checkbox"]:checked + label:after {
  left: 0px;
}
.tenten_05082025 .search_filter_title .filter_right input[type="checkbox"]:checked + label:after,
.tenten_05082025 .search_list_domainname ul li input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: "";
  background: url(../images/05082025-check-icon.svg);
  width: 21px;
  height: 20px;
  text-align: center;
  top: 50%;
  margin: -10.5px 0px 0px 0px;
}
.tenten_05082025 .search_list_domainfield ul li label {
  border: 1px solid #dfebf3;
  font-weight: 500;
  border-radius: 90px;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
  cursor: pointer;
}
.tenten_05082025 .search_list_domainfield ul li input[type="checkbox"]:checked + label {
  background: #0066b21a;
  color: #0066b2;
}
.tenten_05082025 .search_filter_form_group .search_filter_list_group {
  margin: 0px 0px 30px 0px;
}
.tenten_05082025 .search_filter_form_group > .search_filter_list_group:last-child {
  margin: 0px;
}
.tenten_05082025 .search_filter_list_group .search_filter_title {
  margin: 0px 0px 12px 0px;
}
.tenten_05082025 .search_filter_form_group .search_filter_list_group select {
  background: url(../images/05082025-select-blue-icon.svg) #fff no-repeat;
  background-position: 97% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.tenten_05082025 .search_filter_form_group .search_filter_list_group select,
textarea {
  width: 100%;
  border-radius: 90px;
  border: 1px solid #d0e4f1;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
}
.tenten_05082025 .search_filter_domainname .search_filter_inside {
  position: relative;
}
.tenten_05082025 .search_filter_domainname .search_filter_inside input {
  width: 100%;
  border-radius: 90px;
  border: 1px solid #0066b2;
  padding: 3px 46px 3px 16px;
  font-size: 14px;
  cursor: pointer;
}
.tenten_05082025 .search_filter_domainname .search_filter_inside input::placeholder {
  color: rgb(78 78 78 / 20%);
}
.tenten_05082025 .search_filter_domainname .search_filter_inside button {
  position: absolute;
  top: 6px;
  right: 16px;
  border: none;
  background: transparent;
  padding: 0px;
}
.tenten_05082025 .search_list_domainname {
  margin: 15px 0px 0px 0px;
  border: 1px solid #d2e4f1;
  border-radius: 10px;
  padding: 15px;
}
.tenten_05082025 .search_list_domainfield {
  border: 1px solid #d2e4f1;
  border-radius: 10px;
  padding: 15px;
}
.tenten_05082025 .search_list_domainname ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 8px;
  max-height: 100px;
  overflow: auto;
}
.tenten_05082025 .search_list_domainfield ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 150px;
  overflow: auto;
}
.tenten_05082025 .search_list_domainname ul::-webkit-scrollbar,
.tenten_05082025 .search_list_domainfield ul::-webkit-scrollbar,
.tenten_05082025 .value_input_suggestion ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.tenten_05082025 .tenten_cart_box::-webkit-scrollbar,
.tenten_05082025 .popup::-webkit-scrollbar {
  width: 5px;
}
.tenten_05082025 .search_list_domainname ul::-webkit-scrollbar-track,
.tenten_05082025 .search_list_domainfield ul::-webkit-scrollbar-track,
.tenten_05082025 .tenten_cart_box::-webkit-scrollbar-track,
.tenten_05082025 .popup::-webkit-scrollbar-track,
.tenten_05082025 .value_input_suggestion ul::-webkit-scrollbar-track {
  background: #dfebf3;
  border-radius: 15px;
}

.tenten_05082025 .search_list_domainname ul::-webkit-scrollbar-thumb,
.tenten_05082025 .search_list_domainfield ul::-webkit-scrollbar-thumb,
.tenten_05082025 .tenten_cart_box::-webkit-scrollbar-track,
.tenten_05082025 .popup::-webkit-scrollbar-track,
.tenten_05082025 .value_input_suggestion ul::-webkit-scrollbar-track {
  background-color: #0066b2;
  border-radius: 90px;
  border: 2px solid #0066b2;
}
.tenten_05082025 .search_filter_btn {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 24px;
  margin: 20px 0px 0px 0px;
}
.tenten_05082025 .search_filter_btn .filter_btn_bg {
  grid-column: 2 / span 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
}
.tenten_05082025 .search_filter_btn a {
  width: 100%;
  border-radius: 90px;
  padding: 9px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.tenten_05082025 .search_filter_btn .reset_filter_btn {
  color: #0066b2;
  background: #fff;
  border: 1px solid #0066b2;
}
.tenten_05082025 .search_filter_btn .filter_resuilt_btn,
.tenten_05082025 .search_filter_btn .return_original_btn {
  background: #0066b2;
  color: #fff;
}
.tenten_05082025 .tg_multiple_domain .multiple_domain_general {
  margin: 16px 0px 200px 0px;
}
.tenten_05082025 .tg_multiple_domain .multiple_domain_bg {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
}
.tenten_05082025 .tg_multiple_domain .multiple_domain_detailds {
  background: transparent;
  border: 1px solid #d2e4f1;
  border-radius: 10px;
  padding: 16px 20px;
}
.tenten_05082025 .tg_multiple_domain .multiple_domain_detailds .multiple_domain_ct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  gap: 16px;
  height: 100%;
}
.tenten_05082025 .tg_multiple_domain .multiple_domain_detailds.tg_active {
  background: #e9f6ff;
}
.tenten_05082025 .multiple_domain_detailds .multiple_domain_left {
  width: 60%;
}
.tenten_05082025 .multiple_domain_detailds .multiple_domain_right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  /* flex-grow: 1; */
}
.tenten_05082025 .multiple_domain_name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tenten_05082025 .multiple_domain_name input[type="checkbox"] {
  display: none;
}
.tenten_05082025 .multiple_domain_name label {
  color: #131a1f;
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
  padding: 0px 0px 0px 34px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.tenten_05082025 .multiple_domain_name .hold_tooltip {
  flex-shrink: 0;
  margin: 0;
  cursor: pointer;
  line-height: 1;
}
.tenten_05082025 .multiple_domain_name label b {
  font-weight: 600;
  word-break: break-all;
}
.tenten_05082025 .multiple_domain_name label strong {
  color: #0066b2;
  font-weight: 600;
  white-space: nowrap;
}
.tenten_05082025 .multiple_domain_name input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 5px;
  left: 0px;
  background: #fff;
  top: 50%;
  margin: -10px 0px 0px 0px;
  border: 1px solid #cce0f0;
}

.tenten_05082025 .multiple_domain_name input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: "";
  background: url(../images/05082025-multiple-input-check-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  text-align: center;
  left: 0px;
  top: 50%;
  margin: -10px 0px 0px 0px;
}
.tenten_05082025 .multiple_domain_detailds.multiple_domain_already_owned {
  background: #4e4e4e0d;
}
.tenten_05082025 .multiple_domain_detailds.multiple_domain_already_owned .multiple_domain_left input[type="checkbox"] + label::before {
  background: url(../images/05082025-multiple-close-icon.svg) no-repeat;
  border: none;
}
.tenten_05082025 .multiple_domain_price {
  text-align: right;
}
.tenten_05082025 .multiple_domain_price .sale_price {
  color: rgb(19 26 31 / 30%);
  padding: 0px 10px 0px 0px;
}
.tenten_05082025 .multiple_domain_cart_btn, .multiple_domain_see_whois {
  margin-left: auto;
}
.tenten_05082025 .multiple_domain_cart_btn a {
  width: 31px;
  height: 30px;
  background: url(../images/05082025-multiple-cart-icon.svg) no-repeat;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
  cursor: pointer;
}
.tenten_05082025 .multiple_domain_detailds.tg_active .multiple_domain_cart_btn a {
  background: url(../images/05082025-multiple-check-icon.svg) no-repeat;
}
.tenten_05082025 .multiple_domain_see_whois a {
  width: 30px;
  height: 30px;
  background: url(../images/05082025-multiple-whois-icon.svg) no-repeat;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
}

.tenten_05082025 .multiple_domain_premium_whois a {
  width: 25px;
  height: 25px;
  background: url(../images/14082024-crown-btn.svg) no-repeat;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
}

.multiple_domain_premium_whois {
  margin-left: auto;
}

.tenten_05082025 .multiple_domain_fixed {
  position: fixed;
  z-index: 99;
  width: 100%;
  bottom: 0px;
  left: 0px;
  border-top: 1px solid #cce0f0;
  background: #fff;
  padding: 24px 0px;
}
.tenten_05082025 .single_domain_fixed.multiple_domain_fixed {
  justify-content: center;
}
.tenten_05082025 .multiple_domain_fixed.under_index {
  z-index: -1;
}
.tenten_05082025 .multiple_domain_fixed .multiple_domain_fixed_bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tenten_05082025 .multiple_domain_fixed.single_domain_fixed .multiple_domain_fixed_bg {
  justify-content: center;
}
.tenten_05082025 .multiple_domain_fixed .multiple_domain_right {
  display: flex;
  align-items: center;
  gap: 32px;
}
.tenten_05082025 .multiple_domain_checkall label {
  color: #4e4e4e;
  font-size: 14px;
  margin: 0px;
  padding: 0px 0px 0px 28px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
}
.tenten_05082025 .multiple_domain_checkall label em {
  font-style: normal;
}
.tenten_05082025 .multiple_domain_checkall input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 20px;
  border-radius: 5px;
  left: 0px;
  background: #fff;
  top: 50%;
  margin: -10.5px 0px 0px 0px;
  border: 1px solid #cce0f0;
}
.tenten_05082025 .multiple_domain_checkall input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: "";
  background: url(../images/05082025-check-icon.svg);
  width: 21px;
  height: 20px;
  text-align: center;
  left: 0px;
  top: 50%;
  margin: -10.5px 0px 0px 0px;
}
.tenten_05082025 .multiple_domain_see_more_btn {
  margin: 24px 0px 0px 0px;
}
.tenten_05082025 .multiple_domain_see_more_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  list-style: 22px;
  font-weight: 500;
  color: #0066b2;
}
.tenten_05082025 .multiple_domain_cartpreview a {
  font-size: 14px;
  line-height: 22px;
  color: #0066b2;
  position: relative;
  padding: 0px 0px 0px 38px;
}
.tenten_05082025 .multiple_domain_cartpreview a::before {
  position: absolute;
  content: "";
  background: url(../images/05082025-multiple-cart-icon.svg) no-repeat;
  background-size: cover;
  width: 31px;
  height: 30px;
  top: 50%;
  margin: -15.5px 0px 0px 0px;
  left: 0px;
}
.tenten_05082025 .multiple_domain_continue a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #dfebf3;
  border-radius: 90px;
  padding: 10px 16px;
  color: #131a1f66;
  font-weight: 600;
  width: 220px;
  pointer-events: none;
  font-size: 14px;
  line-height: 22px;
}
.tenten_05082025 .multiple_domain_continue a svg {
  transition: all 0.3s;
}
.tenten_05082025 .multiple_domain_continue a svg path {
  stroke: #131a1f66;
  transition: all 0.3s;
}
.tenten_05082025 .multiple_domain_continue a.tg_active {
  pointer-events: inherit;
  background: #0066b2;
  color: #fff;
}
.tenten_05082025 .multiple_domain_continue a.tg_active svg path {
  stroke: #fff;
}
.tenten_05082025 .multiple_domain_continue a.tg_active:hover svg {
  transform: translateX(5px);
}
.tenten_05082025 .tenten_cart_box {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 600px;
  right: -600px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  z-index: 1000;
  overflow: hidden;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  box-shadow: 0px 0px 60px 0px #0066b226;
}
.tenten_05082025 .ct_top {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.tenten_05082025 .ct_top::-webkit-scrollbar {
  width: 5px;
}
.tenten_05082025 .ct_top::-webkit-scrollbar-track {
  background: #dfebf3;
  border-radius: 15px;
}
.tenten_05082025 .ct_top::-webkit-scrollbar-thumb {
  background-color: #0066b2;
  border-radius: 90px;
}
.tenten_05082025 .ct_bottom {
  flex-shrink: 0;
}
.tenten_opacity {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.tenten_05082025 .tenten_cart_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tenten_05082025 .tenten_cart_title .ct_left b {
  font-size: 20px;
  list-style: 28px;
  font-weight: 600;
}
.tenten_05082025 .tenten_cart_title .ct_left b em {
  font-style: normal;
}
.tenten_05082025 .tenten_cart_title .cart_close_icon {
  position: relative;
  top: 3px;
  cursor: pointer;
}
.tenten_05082025 .tenten_cart_general {
  margin: 16px 0px 0px 0px;
}
.tenten_05082025 .tenten_cart_bg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tenten_05082025 .tenten_cart_detailds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tenten_05082025 .tenten_cart_trac_bg {
  /* max-height: 300px; */
  overflow-y: auto;
  overflow-x: hidden;
}
.tenten_05082025 .tenten_cart_trac_bg::-webkit-scrollbar {
  width: 5px;
}
.tenten_05082025 .tenten_cart_trac_bg::-webkit-scrollbar-track {
  background: #dfebf3;
  border-radius: 15px;
}
.tenten_05082025 .tenten_cart_trac_bg::-webkit-scrollbar-thumb {
  background-color: #0066b2;
  border-radius: 90px;
}
.tenten_05082025 .tenten_cart_trac_bg .tenten_cart_detailds {
  padding: 16px 0px;
}
.tenten_05082025 .tenten_cart_domain .tenten_cart_detailds {
  position: relative;
}
.tenten_05082025 .tenten_cart_domain .tenten_cart_detailds::before {
  position: absolute;
  content: "";
  background: url(../images/05082025-dashed-line.png) repeat-x;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
}
.tenten_05082025 .tenten_cart_domain .tenten_cart_trac_title .tenten_cart_detailds::before,
.tenten_05082025 .tenten_cart_domain .tenten_cart_trac_bg > .tenten_cart_detailds:last-child:before {
  display: none;
}
.tenten_05082025 .tenten_cart_trac_title .tenten_cart_detailds span {
  font-size: 14px;
  line-height: 22px;
}
.tenten_05082025 .tenten_cart_detailds .tenten_cart_ct_left {
  width: 220px;
}
.tenten_05082025 .tenten_cart_detailds .tenten_cart_ct_middle {
  width: 130px;
}
.tenten_05082025 .tenten_cart_detailds .tenten_cart_ct_right {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}
.tenten_05082025 .tenten_cart_total .tenten_cart_detailds .tenten_cart_ct_left {
  font-size: 14px;
  line-height: 22px;
}
.tenten_05082025 .tenten_cart_total .tenten_cart_detailds .tenten_cart_ct_right {
  padding: 0px 40px 0px 0px;
}
.tenten_05082025 .tenten_cart_trac_title .tenten_cart_detailds .tenten_cart_ct_middle,
.tenten_05082025 .tenten_cart_trac_title .tenten_cart_detailds .tenten_cart_ct_right {
  text-align: center;
}
.tenten_05082025 .tenten_cart_trac_title .tenten_cart_detailds .tenten_cart_ct_right {
  justify-content: center;
}
.tenten_05082025 .tenten_cart_detailds .tenten_cart_ct_left .proceduce_name {
  margin: 0px;
}
.tenten_05082025 .tenten_cart_detailds .tenten_cart_ct_left .proceduce_name b {
  word-break: break-all;
  font-weight: 600;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}
.tenten_05082025 .tenten_cart_detailds .tenten_cart_ct_left .proceduce_name strong {
  color: #0066b2;
  font-weight: 600;
}
.tenten_05082025 .tenten_cart_detailds .tenten_cart_ct_middle select {
  width: 100%;
  border: none;
  /* border: 1px solid #d0e4f1;
  border-radius: 90px; */
  font-size: 14px;
  padding: 1px 16px;
  /* background: url(../images/05082025-cart-select-arr-icon.svg) #fff no-repeat; */
  background-position: 90% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  cursor: pointer;
}
.tenten_05082025 .tenten_cart_detailds .proceduce_price {
  font-size: 14px;
}
.tenten_05082025 .tenten_cart_detailds .tg_remove_dm {
  padding: 0px 0px 0px 16px;
  position: relative;
  top: -1px;
}
.tenten_05082025 .tenten_cart_box .tenten_cart_service {
  border-top: 1px solid #dfebf3;
  padding: 16px 0px 0px 0px;
}
.tenten_05082025 .tenten_cart_box .tenten_cart_total {
  border-top: 1px solid #dfebf3;
}
.tenten_05082025 .tenten_cart_total .tenten_cart_detailds {
  padding: 16px 0px 0px 0px;
}
.tenten_05082025 .tenten_cart_box .tenten_cart_payment {
  padding: 24px 0px 0px 0px;
  border-top: 1px solid #dfebf3;
}
.tenten_05082025 .tenten_cart_box .tenten_cart_payment .tenten_cart_payment_number {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.tenten_05082025 .tenten_cart_box .tenten_cart_payment .tenten_cart_payment_number b {
  color: #df1111;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.tenten_05082025 .tenten_cart_box .tenten_cart_payment .tenten_cart_payment_btn {
  display: grid;
  padding: 16px 0px 0px 0px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
}
.tenten_05082025 .tenten_cart_box .tenten_cart_payment .tenten_cart_payment_btn a {
  width: 100%;
  border-radius: 90px;
  font-size: 14px;
  line-height: 22px;
}
.tenten_05082025 .tenten_cart_box .tenten_cart_payment .tenten_cart_payment_btn .add_domain_btn {
  text-align: center;
  border: 1px solid #0066b2;
  padding: 10px;
  transition: all 0.3s;
}
.tenten_05082025 .tenten_cart_box .tenten_cart_payment .tenten_cart_payment_btn .add_domain_btn:hover {
  color: #fff;
  background: #0066b2;
}
.tenten_05082025 .tenten_cart_box .tenten_cart_payment .tenten_cart_payment_btn .add_continue_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: #0066b2;
}
.tenten_05082025 .tenten_cart_box .tenten_cart_payment .tenten_cart_payment_btn .add_continue_btn svg {
  transition: all 0.3s;
}
.tenten_05082025 .tenten_cart_box .tenten_cart_payment .tenten_cart_payment_btn .add_continue_btn:hover svg {
  transform: translateX(5px);
}
.tenten_05082025 .popup {
  background: rgba(0, 0, 0, 0.6) center center no-repeat;
  backdrop-filter: blur(10px);
}
.tenten_05082025 .popup .content_popup {
  max-width: 600px;
}
.popup_whois_05082025 .whois_general .whois_detailds {
  margin: 0px 0px 16px 0px;
  color: #4e4e4e;
}
.popup_whois_05082025 .whois_general .whois_bg {
  font-size: 14px;
  line-height: 22px;
}
.popup_whois_05082025 .whois_general .whois_bg p {
  margin: 0px;
}
.popup_whois_05082025 .whois_general > .whois_detailds:last-child {
  margin: 0px;
}
.popup_whois_05082025 .whois_flex {
  position: relative;
  display: flex;
  gap: 8px;
}
.popup_whois_05082025 .whois_flex .flex_left {
  width: 35%;
}
.popup_whois_05082025 .whois_flex .flex_right {
  width: 65%;
  word-break: break-all;
}
.popup_whois_05082025 .whois_general .whois_ct {
  position: relative;
  padding: 6px 0px;
}
.popup_whois_05082025 .whois_ct::before {
  position: absolute;
  content: "";
  background: url(../images/05082025-dashed-line.png) repeat-x;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
}
.popup_whois_05082025 .whois_bg > .whois_ct:last-child::before {
  display: none;
}
.popup_whois_05082025 .whois_detailds .whois_title {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.popup_whois_05082025 .whois_detailds .see_hide_btn {
  cursor: pointer;
  font-size: 14px;
  color: #0066b2;
  font-weight: 500;
  position: relative;
  padding: 0px 32px 0px 0px;
}
.popup_whois_05082025 .whois_detailds .see_hide_btn::before {
  position: absolute;
  content: "";
  background: url(../images/05082025-showhide-arr-icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
  top: 50%;
  right: 0px;
  margin: -12px 0px 0px 0px;
}
.popup_whois_05082025 .whois_detailds .see_hide_btn.tg_active::before {
  transform: rotate(180deg);
}
.popup_whois_05082025 .whois_detailds .see_hide_btn em {
  font-style: normal;
}
.popup_whois_05082025 .whois_detailds .see_hide_btn .hide_details_title,
.popup_whois_05082025 .whois_detailds .see_hide_btn.tg_active .see_details_title {
  display: none;
}
.popup_whois_05082025 .whois_detailds .see_hide_btn.tg_active .hide_details_title {
  display: block;
}
html.tg_ovetflow,
body.tg_ovetflow {
  overflow: hidden;
}
.tenten_05082025 .tg_single_domain .cart_search_form .tg_searchf_normal .always_form_group {
  padding: 4px 20px;
}
/* Fix placeholder italic */
.tenten_05082025 .tg_searchf_normal .always_form_group .form_left input::placeholder,
#domain_search_input_2025::placeholder {
  font-style: normal !important;
}
.tenten_05082025 #search-multidm-cart textarea {
  line-height: 1.5 !important;
  padding: 12px 0 !important;
  height: 48px;
  box-sizing: border-box;
}
.tenten_05082025 .suggested_multipledomains_title {
  font-size: 14px;
  line-height: 22px;
  margin: 12px 0px 0px 0px;
  display: block;
}
.tenten_05082025 .tg_single_domain {
  position: relative;
}
.tenten_05082025 .box_value_input {
  position: absolute;
  top: 60px;
  left: 0px;
  box-shadow: 0px 0px 60px 0px #0066b233;
  background: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  width: 100%;
  display: none;
}
.tenten_05082025 .box_value_input .value_input_general {
  display: flex;
  gap: 24px;
}
.tenten_05082025 .box_value_input .value_input_general .ct_left {
  width: 51%;
}
.tenten_05082025 .box_value_input .value_input_general .ct_right {
  width: 49%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12px;
}
.tenten_05082025 .value_input_suggestion ul li {
  margin: 0px 0px 16px 0px;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow-wrap: break-word;
}
.tenten_05082025 .value_input_suggestion ul li:hover {
  background-color: #0066b214;
  transform: translateX(5px);
}
.tenten_05082025 .value_input_suggestion ul > li:last-child {
  margin: 0px;
}
.tenten_05082025 .value_input_suggestion ul li a {
  color: #4e4e4e;
  display: block;
  transition: color 0.3s ease;
}
.tenten_05082025 .value_input_suggestion ul li:hover a {
  color: #0066b2;
}
.tenten_05082025 .value_input_basic,
.tenten_05082025 .value_input_ai {
  border-radius: 10px;
  background: #4e4e4e0d;
  padding: 20px;
  min-height: 240px;
  overflow: hidden;
}
.tenten_05082025 .value_input_title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tenten_05082025 .value_input_title figure {
  flex-shrink: 0;
}
.tenten_05082025 .value_input_title strong {
  font-weight: 600;
}
.tenten_05082025 .value_input_sapo {
  font-size: 14px;
  line-height: 22px;
  margin: 12px 0px 0px 0px;
  text-align: justify;
}
.tenten_05082025 .value_input_sapo p:last-child {
  margin: 0px;
}
.tenten_05082025 .value_input_gif {
  margin: 20px 0px 0px 0px;
  min-height: 70px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 12px 20px;
}
.tenten_05082025 .value_input_gif figure {
  height: 70px;
}
.tenten_05082025 .value_input_gif figure img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.tenten_05082025 .marquee-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #131A1F;
}
.tenten_05082025 .marquee-text .tld {
  color: #ACACAC;
  font-weight: 500;
}
.tenten_05082025 .marquee-text .cursor {
  display: inline-block;
  width: 2px;
  height: 22px;
  background-color: #0066b2;
  margin-left: 2px;
  vertical-align: middle;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}
.tenten_05082025 .tg_single_domain .single_domain_general {
  margin: 16px 0px 200px 0px;
}
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds {
  border-radius: 10px;
  border: 1px solid #d2e4f1;
  margin: 0px 0px 16px 0px;
}
.tenten_05082025 .tg_single_domain .single_domain_bg > .single_domain_detailds:last-child {
  margin: 0px;
}
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_available,
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_bestsuggestion,
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_highvalue,
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_aisuggested {
  background: #e9f6ff;
}
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_notavailable,
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_notsupport {
  background: #4e4e4e0d;
}
.tenten_05082025 .tg_single_domain .single_domain_main_ct {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.tenten_05082025 .tg_single_domain .single_domain_inside_niam {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_incentives .single_domain_main_ct {
  flex-direction: column;
  padding: 0px;
  gap: 0px;
}
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_incentives .single_domain_inside_niam,
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_incentives .single_domain_inside_bus {
  width: 100%;
  padding: 20px;
}
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_aisuggested .single_domain_inside_niam,
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_defauilt .single_domain_inside_niam {
  width: 100%;
}
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_available .single_domain_inside_niam.no-combo-deal,
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_bestsuggestion .single_domain_inside_niam.no-combo-deal {
  width: 100%;
}

.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_incentives .single_domain_inside_bus {
  border-top: 1px solid #d2e4f1;
  border-radius: 0px 0px 10px 10px;
  display: none;
}
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_incentives .single_domain_sub_incentives_de {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tenten_05082025 .tg_single_domain .single_domain_inside_bus {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #ffffffcc;
  border-radius: 10px;
  padding: 16px;
}
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_available .single_domain_inside_bus .ct_left,
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_bestsuggestion .single_domain_inside_bus .ct_left {
  width: 60%;
}
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_available .single_domain_inside_bus .ct_right,
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_bestsuggestion .single_domain_inside_bus .ct_right {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.tenten_05082025 .tg_single_domain .single_domain_type {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tenten_05082025 .tg_single_domain .single_domain_incentives .single_domain_type {
  cursor: pointer;
}
.tenten_05082025 .tg_single_domain .show_hide_incentives_btn.tg_active {
  transform: rotate(180deg);
}
.tenten_05082025 .tg_single_domain .single_domain_type span {
  border-radius: 90px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 22px;
  gap: 6px;
  color: #fff;
}
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_available .single_domain_type span {
  background: #34c759;
}
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_bestsuggestion .single_domain_type span {
  background: #ff383c;
}
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_notavailable .single_domain_type span,
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_notsupport .single_domain_type span {
  background: #4e4e4e;
}
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_highvalue .single_domain_type span {
  background: #ff8d28;
}
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_incentives .single_domain_type span {
  background: #00c0e8;
}
.tenten_05082025 .tg_single_domain .single_domain_bg .single_domain_detailds.single_domain_aisuggested .single_domain_type span {
  background: #572aca;
}
.tenten_05082025 .tg_single_domain .single_domain_name {
  margin: 8px 0px 0px 0px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_defauilt .single_domain_name {
  margin: 0px;
}
.tenten_05082025 .tg_single_domain .single_domain_name b {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  word-break: break-all;
}
.tenten_05082025 .tg_single_domain .single_domain_name b strong {
  color: #0066b2;
  white-space: nowrap;
}
.tenten_05082025 .tg_single_domain .single_domain_inside_niam .ct_right {
  flex-shrink: 0;
}
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_available .single_domain_inside_niam .ct_right,
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_bestsuggestion .single_domain_inside_niam .ct_right,
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_available .single_domain_inside_niam .ct_right {
  /* display: flex; */
  align-items: center;
  gap: 20px;
}
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_incentives .single_domain_inside_niam .ct_right,
.tenten_05082025 .tg_single_domain .single_domain_sub_incentives_de .ct_right,
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_aisuggested .single_domain_inside_niam .ct_right,
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_defauilt .single_domain_inside_niam .ct_right,
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_ai_mode .no-combo-deal .ct_right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_incentives .single_domain_inside_niam .ct_right .single_domain_cart_btn,
.tenten_05082025 .tg_single_domain .single_domain_sub_incentives_de .single_domain_inside_niam .ct_right {
  margin: 0px;
}
.tenten_05082025 .tg_single_domain .single_domain_cart_btn,
.tenten_05082025 .tg_single_domain .single_domain_combo_btn {
  margin: 10px 0px 0px 0px;
}
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_aisuggested .single_domain_cart_btn,
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_incentives .single_domain_cart_btn,
.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_defauilt .single_domain_cart_btn {
  margin: 0px;
  position: relative;
  top: 2px;
}
.tenten_05082025 .tg_single_domain .single_domain_trackdomain_btn {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0px 0px 0px;
}
.tenten_05082025 .tg_single_domain .single_domain_trackdomain_btn a {
  width: inherit !important;
}
.tenten_05082025 .tg_single_domain .single_domain_whois_btn a,
.tenten_05082025 .tg_single_domain .single_domain_trackdomain_btn a {
  overflow: hidden;
  border: 1px solid #0066b2;
  border-radius: 90px;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 24px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.tenten_05082025 .tg_single_domain .single_domain_whois_btn a:hover,
.tenten_05082025 .tg_single_domain .single_domain_trackdomain_btn a:hover {
  background: #0066b2;
  color: #fff;
}
.tenten_05082025 .tg_single_domain .single_domain_cart_btn a,
.tenten_05082025 .tg_single_domain .single_domain_combo_btn a {
  overflow: hidden;
  border: 1px solid #0066b2;
  border-radius: 90px;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 2px;
  cursor: pointer;
  position: relative;
  width: 170px;
  color: #0066b2;
  transition: all 0.3s;
}
.tenten_05082025 .tg_single_domain .single_domain_cart_btn a.tg_active,
.tenten_05082025 .tg_single_domain .single_domain_combo_btn a.tg_active,
.tenten_05082025 .tg_single_domain .single_domain_cart_btn a:hover,
.tenten_05082025 .tg_single_domain .single_domain_combo_btn a:hover {
  background: #0066b2;
  color: #fff;
}
.tenten_05082025 .tg_single_domain .single_domain_cart_btn a span,
.tenten_05082025 .tg_single_domain .single_domain_combo_btn a span {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  display: inline-block;
  margin: 0px !important;
}
.tenten_05082025 .tg_single_domain .single_domain_cart_btn a:hover span,
.tenten_05082025 .tg_single_domain .single_domain_combo_btn a:hover span {
  transform: translateY(-150%);
}
.tenten_05082025 .tg_single_domain .single_domain_cart_btn a span strong,
.tenten_05082025 .tg_single_domain .single_domain_combo_btn a span strong {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  display: inline-block;
  font-weight: 500;
}
.tenten_05082025 .tg_single_domain .single_domain_cart_btn a span > strong:nth-child(2),
.tenten_05082025 .tg_single_domain .single_domain_combo_btn a span > strong:nth-child(2) {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  opacity: 0;
}
.tenten_05082025 .tg_single_domain .single_domain_cart_btn a:hover span > strong:nth-child(1),
.tenten_05082025 .tg_single_domain .single_domain_combo_btn a:hover span > strong:nth-child(1) {
  opacity: 0;
}
.tenten_05082025 .tg_single_domain .single_domain_cart_btn a:hover span > strong:nth-child(2),
.tenten_05082025 .tg_single_domain .single_domain_combo_btn a:hover span > strong:nth-child(2) {
  transform: translate(-50%, 100%);
  opacity: 1;
}
.tenten_05082025 .tg_single_domain .more_save_title {
  font-size: 14px;
  line-height: 22px;
  color: #df1111;
}
.tenten_05082025 .tg_single_domain .single_domain_save {
  margin: 10px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tenten_05082025 .tg_single_domain .single_domain_sub_incentives_de .single_domain_save {
  flex-direction: inherit;
  align-items: center;
}
.tenten_05082025 .tg_single_domain .single_domain_save b {
  font-weight: 600;
  word-break: break-all;
}
.tenten_05082025 .tg_single_domain .single_domain_save ul {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.tenten_05082025 .tg_single_domain .single_domain_save ul li {
  position: relative;
}
.tenten_05082025 .tg_single_domain .single_domain_save ul li strong {
  display: inline-block;
  border-radius: 7px;
  background: #e3f7ff;
  padding: 4px 10px;
  color: #4e4e4e;
}
.tenten_05082025 .tg_single_domain .single_domain_save ul li:after {
  content: "+";
  padding: 0px 10px;
}
.tenten_05082025 .tg_single_domain .single_domain_save ul > li:last-child:after {
  display: none;
}
.tenten_05082025 .tg_single_domain .single_domain_save ul li .free_title {
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  background: #ffcdcd;
  border-radius: 90px;
  padding: 0px 6px;
  color: #ff1a1a;
  height: 16px;
  line-height: 16px;
}
.tenten_05082025 .single_domain_sapo {
  font-size: 14px;
  line-height: 22px;
}
.tenten_05082025 .single_domain_sapo p:last-child {
  margin: 0px;
}
.tenten_05082025 .single_domain_contact {
  margin: 10px 0px 0px 0px;
}
.tenten_05082025 .single_domain_contact a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 22px;
  color: #df1111;
}
.tenten_05082025 .single_domain_contact a strong {
  font-weight: 600;
}
.tooltip.custom-tooltip .tooltip-inner {
  font-size: 12px !important;
  line-height: 20px !important;
}
.tenten_25072024.tenten_05082025 .popup_whois_05082025 .content_popup {
  max-width: 600px;
}
.tooltip.custom-tooltip {
  pointer-events: inherit;
}
.tenten_05082025 .br_mobile {
  display: none;
}
.tenten_05082025 .free_domain_btn {
  display: block;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  margin: 5px 0px 0px 0px;
  color: #df1111;
}

.tooltip .tooltip-arrow{
  pointer-events: none;
}

/*end css content rau*/
@media (min-width: 1025px) and (max-width: 1600px) {
  .tenten_25072024.tenten_05082025 .tg_header_2024 .tg_cart_hd_2024 {
    display: none;
  }
  .tenten_05082025 .tg_multiple_domain .multiple_domain_general,
  .tenten_05082025 .tg_single_domain .single_domain_general {
    margin: 16px 0px 120px 0px;
  }
  .tenten_05082025 .tg_header_2024 .tg_cart_hd_2024 {
    top: 250px !important;
    right: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tenten_05082025 .search_filter_btn .filter_btn_bg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 50%;
  }
  .tenten_05082025 .box_value_input .value_input_general .ct_right {
    width: 100%;
  }
  .tenten_05082025 .box_value_input .value_input_general .ct_left {
    width: 100%;
  }
  .tenten_05082025 .box_value_input .value_input_general {
    flex-direction: column;
  }
  .tenten_05082025 .tg_single_domain .single_domain_bg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 24px;
    display: grid;
  }
  .tenten_05082025 .multiple_domain_continue a {
    width: 180px;
  }
  .tenten_05082025 .search_filter_bg {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .tenten_05082025 .tg_single_domain .single_domain_cart_btn a:hover, .tenten_05082025 .tg_single_domain .single_domain_combo_btn a:hover{
    background: #fff;
    color: #0066b2;
  }

  .tenten_05082025 .tg_single_domain .single_domain_cart_btn a.tg_active , .tenten_05082025 .tg_single_domain .single_domain_combo_btn a.tg_active{
    background: #0066b2;
    color: #fff;
  }

    .tenten_05082025 .multiple_domain_price,
  .tenten_05082025 .value_input_title {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .tenten_05082025 .tg_single_domain .single_domain_sub_incentives_de .single_domain_save {
    flex-direction: column;
    align-items: inherit;
  }
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_aisuggested .single_domain_type span img {
    max-width: 16px;
    width: 100%;
  }
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_available .single_domain_type span img {
    max-width: 12px;
    width: 100%;
  }
  .tenten_05082025 .tg_single_domain .single_domain_type span img {
    max-width: 14px;
    width: 100%;
  }
  .tenten_05082025 .tg_single_domain .single_domain_type span {
    font-size: 12px;
    line-height: 20px;
  }
  .tenten_05082025 .tg_single_domain .single_domain_cart_btn,
  .tenten_05082025 .tg_single_domain .single_domain_combo_btn {
    margin: 12px 0px 0px 0px;
  }
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_available .single_domain_inside_niam .ct_right,
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_bestsuggestion .single_domain_inside_niam .ct_right,
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_available .single_domain_inside_niam .ct_right {
    /* align-items: inherit; */
    flex-direction: column;
    align-items: inherit;
    gap: 16px;
  }
  /*.tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_bestsuggestion .single_domain_inside_niam .ct_right {
    align-items: flex-start;
  }*/
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_available .single_domain_inside_bus .ct_right,
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_bestsuggestion .single_domain_inside_bus .ct_right {
    width: 100%;
    align-items: inherit;
  }
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_available .single_domain_inside_bus .ct_left,
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_bestsuggestion .single_domain_inside_bus .ct_left {
    width: 100%;
  }
  .tenten_05082025 .tg_search_05082025 {
    margin: 0px;
  }
  .tenten_05082025 .tg_single_domain .single_domain_name b {
    font-size: 16px;
    line-height: 24px;
  }
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_defauilt .single_domain_inside_niam .ct_right,
  .tenten_05082025 .tg_single_domain .single_domain_sub_incentives_de .ct_right,
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_incentives .single_domain_sub_incentives_de,
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_aisuggested .single_domain_inside_niam .ct_right,
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_incentives .single_domain_inside_niam .ct_right {
    flex-direction: column;
    align-items: inherit;
    gap: 16px;
  }
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_defauilt .single_domain_inside_niam .ct_right .single_domain_cart_btn,
  .tenten_05082025 .tg_single_domain .single_domain_sub_incentives_de .ct_right .single_domain_combo_btn,
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_aisuggested .single_domain_inside_niam .ct_right .single_domain_cart_btn,
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_incentives .single_domain_inside_niam .ct_right .single_domain_cart_btn {
    margin: 0px;
  }
  .tenten_05082025 .tg_single_domain .single_domain_cart_btn a,
  .tenten_05082025 .tg_single_domain .single_domain_combo_btn a {
    width: 100%;
  }
  .tenten_05082025 .tg_single_domain .single_domain_trackdomain_btn a {
    width: 100% !important;
  }
  .tenten_05082025 .tg_single_domain .single_domain_inside_bus {
    width: 100%;
    flex-direction: column;
    align-items: inherit;
  }
  .tenten_05082025 .tg_single_domain .single_domain_save {
    justify-content: space-between;
  }
  .tenten_05082025 .tg_single_domain .single_domain_inside_niam {
    width: 100%;
    flex-direction: column;
    align-items: inherit;
  }
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_notsupport .single_domain_inside_niam,
  .tenten_05082025 .tg_single_domain .single_domain_detailds.single_domain_highvalue .single_domain_inside_niam {
    gap: 0px;
  }

  .tenten_05082025 .tg_single_domain .single_domain_main_ct {
    padding: 16px;
    flex-direction: column;
    align-items: inherit;
    gap: 16px;
  }
  .tenten_05082025 .multiple_domain_name label b {
    word-break: break-all;
  }
  .tenten_05082025 .tg_multiple_domain .multiple_domain_general {
    margin: 16px 0px 100px 0px;
  }
  .tenten_05082025 .multiple_domain_detailds .multiple_domain_left {
    width: 100%;
  }
  .tenten_05082025 .multiple_domain_detailds .multiple_domain_right {
    justify-content: space-between;
  }
  .tenten_05082025 .multiple_domain_name label {
    font-size: 16px;
    line-height: 24px;
  }
  .tenten_05082025 .tg_multiple_domain .multiple_domain_detailds .multiple_domain_ct {
    flex-direction: column;
    align-items: inherit;
  }
  .tenten_05082025 .multiple_domain_fixed {
    padding: 16px 0px;
  }
  .tenten_05082025 .search_filter_btn {
    display: flex;
    justify-content: center;
  }
  .tenten_05082025 .search_filter_title .filter_left h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .tenten_05082025 .tg_header_2024 .hd_flex {
    justify-content: center;
  }
  .tenten_05082025 .tg_header_2024 .hd_left {
    margin-right: inherit !important;
  }
}
@media (max-width: 767px) {
  .tenten_05082025  .cart_search_form{
    max-width: 100% !important;
  }
  .tenten_05082025 .tg_single_domain .single_domain_save b {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tenten_25072024.tenten_05082025 .tg_header_2024 {
    padding: 24px 0px;
  }
  .tenten_05082025 .logo_trophy {
    max-width: 38px;
    width: 100%;
  }
  .tenten_05082025 .logo_numberone {
    max-width: 54px;
    width: 100%;
  }
  .tenten_05082025 .tg_search_title {
    margin: 20px 0px 0px 0px;
  }
  .tenten_05082025 .value_input_title figure {
    max-width: 24px;
    width: 100%;
  }
  .tenten_05082025 .value_input_sapo {
    font-size: 12px;
    line-height: 20px;
  }


  .tenten_05082025 .single_domain_fixed.multiple_domain_fixed .multiple_domain_continue a {
    width: 100%;
  }
  .tenten_05082025 .single_domain_fixed.multiple_domain_fixed .multiple_domain_fixed_bg {
    display: inherit;
  }
  .tenten_05082025 .single_domain_fixed.multiple_domain_fixed .multiple_domain_fixed_bg .multiple_domain_right {
    display: inherit;
  }
  .tenten_05082025 .br_mobile {
    display: block;
  }
  .tenten_05082025 .suggested_multipledomains_title {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .tenten_05082025 .tg_single_domain .single_domain_general {
    margin: 16px 0px 100px 0px;
  }
  .tenten_05082025 .value_input_gif {
    margin: 12px 0px 0px 0px;
    min-height: 80px;
    padding: 12px 16px;
  }
  .tenten_05082025 .value_input_basic,
  .tenten_05082025 .value_input_ai {
    min-height: inherit;
  }
  .tenten_05082025 .value_input_gif figure {
    height: 80px;
  }
  .tenten_05082025 .marquee-text {
    font-size: 14px;
  }
  .tenten_05082025 .marquee-text .cursor {
    height: 19px;
  }
  .tenten_05082025 .box_value_input {
    padding: 16px;
  }
  .tenten_05082025 .box_value_input .value_input_general .ct_right {
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tenten_05082025 .box_value_input .value_input_general .ct_left {
    display: none;
  }
  .tenten_05082025 .tg_single_domain .cart_search_form .tg_searchf_normal .always_form_group .form_right {
    bottom: 8px;
  }
  .tenten_05082025 .tg_single_domain .cart_search_form .tg_searchf_normal .always_form_group {
    padding: 4px 30px 4px 20px;
    font-size: 15px;
  }
  .tenten_05082025 .tg_multiple_domain .multiple_domain_bg {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 12px;
  }
  .tenten_05082025 .search_filter_btn .filter_btn_bg {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
  }
  .tenten_05082025 .search_filter_opacity {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.6) center center no-repeat;
    backdrop-filter: blur(10px);
    overflow: auto;
    /* display: none; */
    z-index: 99999;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 0 16px;
  }
  .tenten_05082025 .search_filter_general {
    padding: 0px;
    margin: 50px auto;
  }
  .tenten_05082025 .search_filter_general .search_filter_main_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 16px 0px 16px;
  }
  .tenten_05082025 .multiple_domain_continue a {
    width: 145px;
    font-size: 14px;
  }
  .tenten_05082025 .multiple_domain_cartpreview {
    display: none;
  }
  .tenten_05082025 .search_filter_btn {
    margin: 0px;
    padding: 16px;
    border-top: 1px solid #cce0f0;
  }
  .tenten_05082025 .search_list_domainfield ul {
    max-height: 185px;
  }
  .tenten_05082025 .search_filter_domainname .search_filter_inside button {
    top: 9px;
  }
  .tenten_05082025 .search_filter_domainname .search_filter_inside input {
    padding: 6px 46px 6px 16px;
  }
  .tenten_05082025 .search_filter_domainname .search_filter_inside input {
    font-size: 12px;
  }
  .tenten_05082025 .search_filter_form_group .search_filter_list_group {
    margin: 0px 0px 16px 0px;
  }
  .tenten_05082025 .search_filter_bg {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 16px 16px 20px 16px;
  }
  .tenten_05082025 .tg_search_title .tg_search_title_left h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .tenten_05082025 .cart_search_form .tg_searchf_normal .always_form_group .form_left {
    padding: 0px 40px 0px 0px;
  }
}

/* Animation for "Xem thêm" button loading */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Skeleton loading for multi-domain search */
@keyframes skeleton-shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}

.skeleton-line,
.skeleton-button {
    background: linear-gradient(
        90deg,
        #f0f0f0 0%,
        #e0e0e0 20%,
        #f0f0f0 40%,
        #f0f0f0 100%
    );
    background-size: 200px 100%;
    animation: skeleton-shimmer 1.5s infinite linear;
    border-radius: 4px;
}

.skeleton-price-loader {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.skeleton-price-line {
    width: 120px;
    height: 20px;
}

.skeleton-button-loader {
    display: flex;
    align-items: center;
}

.skeleton-button {
    width: 31px;
    height: 30px;
    border-radius: 50%;
}

/* Skeleton for single domain search (search-2025.js) */
.skeleton-badge-wrapper {
    display: inline-block;
}

.skeleton-badge {
    width: 120px;
    height: 26px;
    border-radius: 90px;
}

.skeleton-cart-button {
    width: 170px;
    height: 28px;
    border-radius: 90px;
}
.tg_cart_hd_2024.tg_call_cart p {
    text-align: center;
}

.tenten_cart_ct_middle select {
  text-align: center;
}

/* ============================================
   Skeleton Loading Styles
   ============================================ */

/* Shimmer animation for skeleton */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* Skeleton container */
.skeleton-loading-container {
    position: relative;
    width: 100%;
    min-height: 400px;
}

/* Loading spinner overlay */
.skeleton-loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.skeleton-loading-spinner .spinner-icon {
    width: 50px;
    height: 50px;
    border: 4px solid #E6F0F8;
    border-top-color: #0066CC;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.skeleton-loading-spinner .spinner-text {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Skeleton items */
.skeleton-item {
    background: #F8FAFC;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    opacity: 0.6;
    position: relative;
    overflow: hidden;
}

/* Shimmer effect overlay */
.skeleton-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}

.skeleton-item-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.skeleton-item-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.skeleton-item-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Skeleton badge */
.skeleton-badge {
    width: 80px;
    height: 24px;
    background: #E0E7EF;
    border-radius: 6px;
}

/* Skeleton domain name */
.skeleton-domain {
    width: 200px;
    height: 28px;
    background: #E0E7EF;
    border-radius: 6px;
}

/* Skeleton price */
.skeleton-price {
    width: 120px;
    height: 24px;
    background: #E0E7EF;
    border-radius: 6px;
}

/* Skeleton button */
.skeleton-button {
    width: 140px;
    height: 40px;
    background: #E0E7EF;
    border-radius: 8px;
}

/* Skeleton combo section */
.skeleton-item-combo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #E6F0F8;
}

.skeleton-combo-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skeleton-combo-title {
    width: 180px;
    height: 18px;
    background: #E0E7EF;
    border-radius: 4px;
}

.skeleton-combo-domains {
    width: 150px;
    height: 20px;
    background: #E0E7EF;
    border-radius: 4px;
}

/* Fade in animation for results */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.single_domain_detailds.fade-in {
    animation: fadeIn 0.4s ease-out;
}

.multiple_domain_name strong {
    word-break: break-all;
    white-space: normal !important;
}

/* Fix Tagify: prevent text from wrapping vertically when removing tag */
.tagify__tag--hide > div > * {
    white-space: nowrap !important;
    overflow: hidden !important;
}

/* Disable transition to remove tag instantly without animation */
.tagify__tag--hide {
    --tag-hide-transition: 0s !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
}

.header-tooltip .tooltip-inner {
    max-width: 300px;
}
