@charset "UTF-8";
.vnx_tab_script.group_1 .vnx_table_mobile {
  box-shadow: 0px 0px 20px rgba(16, 69, 131, 0.15);
}
.vnx_tab_script.group_1 .vnx-tab-content {
  display: none;
}
.vnx_tab_script.group_1 .vnx-tab-content.is_active {
  display: block;
}
.vnx_tab_script.group_1 .icon-estimating:hover .absolute {
  display: block;
}
.vnx_tab_script.group_1 .icon-estimating .absolute {
  z-index: 1;
  box-shadow: none;
  top: calc(100% + 20px);
}
.vnx_tab_script.group_1 .icon-estimating .absolute:before {
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  transform: rotateZ(45deg) translateY(50%);
  top: -12px;
  left: 50%;
  z-index: 1;
}
.vnx_tab_script.group_1 .icon-estimating .absolute:after {
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.5490196078);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}

.ion-ios-checkmark:before {
  font-family: Ionicons;
  content: "\f3ff";
  font-weight: 900;
  font-size: 1.75rem;
}

@media (min-width: 1024px) {
  .vnx_tab_script.group_1 .tab-active {
    background: linear-gradient(90deg, #66bcff 0%, #0075ff 100%);
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .vnx_tab_script.group_1 .tab-active {
    border-color: #38a7ff;
  }
}
.vnx_div_loadmore .vnx_title_button {
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0.48px;
  color: #38a7ff;
  text-align: center;
  margin: 0px 20px;
}

.vnx_button_loadmore {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid var(--brand-color-gradient-orange, #f3b847);
  background: var(--brand-color-text-white, #fff);
  margin: 0px 20px;
  display: flex;
  padding: 12px 15px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.vnx_button_loadmore span {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--brand-color-gradient-orange, linear-gradient(90deg, #f3b847 0%, #f49846 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vnx_button_loadmore span::after {
  font-family: Ionicons;
  content: "\f110";
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.price-row.hidden {
  display: none;
}

.vnx-table-price-hosting.hidden {
  display: none !important;
}

.mobile .estimating-cost {
  left: -155px;
  top: 56px !important;
}
.mobile .estimating-cost .el-custom-text-price-title {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.14px;
  color: #525666;
}
.mobile .estimating-cost .el-custom-text-price {
  color: #f2994a;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.14px;
}

.vnx_tab_script.group_1 .mobile.icon-estimating .absolute:before {
  top: -18px;
  left: 82%;
  width: 0 !important;
  height: 0 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 1;
  background: none;
  transform: none;
}
.vnx_tab_script.group_1 .mobile.icon-estimating:hover .absolute {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.vnx_tab_script.group_1 .icon-estimating .absolute.table-package:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #fff;
  background: none;
  transform: none;
  top: -16px;
  left: 24px;
}
.vnx_tab_script.group_1 .icon-estimating:hover .absolute.table-package {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  top: calc(100% + 14px);
}

.mobile.icon-estimating img.icon-estimating {
  border: 1px solid #38a7ff;
  border-radius: 50%;
}

.vnx-table-price-hosting {
  position: relative;
  padding: 30px;
}
.vnx-table-price-hosting .cursor-pointer.icon-estimating {
  border: 2px solid #38a7ff;
  border-radius: 50px;
  height: 24px !important;
}
.vnx-table-price-hosting .vnx-title-table {
  text-transform: uppercase;
  color: #38a7ff;
  font-family: Roboto;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.vnx-table-price-hosting .price-content .price-row {
  min-height: 53px;
}
.vnx-table-price-hosting .top-spotlight {
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--Gradient-1, linear-gradient(97deg, #ffbd2a 5%, #fd7659 170.21%));
  position: absolute;
  top: -15px;
}
.vnx-table-price-hosting .el-custom-text-price {
  background: var(--Gradient-1, linear-gradient(97deg, #ffbd2a 5%, #fd7659 170.21%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Roboto;
  font-size: 35.084px;
  font-weight: 900;
  font-style: normal;
}
.vnx-table-price-hosting .el-custom-text-price-month {
  color: #d7dbe2;
  font-family: Roboto;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vnx-table-price-hosting .vnx-button-select {
  display: flex;
  padding: 9px 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px 0px 0px 6px;
  border: 1px solid var(--Border-2, #e5e8ed);
  color: #7c7c7c;
  cursor: pointer;
  background: #fff;
}
.vnx-table-price-hosting .vnx-button-register {
  padding: 15px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 0px 6px 6px 0px;
  background: var(--Brand-color, #38a7ff);
  cursor: pointer;
}
.vnx-table-price-hosting .vnx-button-register:hover {
  background: #0172cb;
}
.vnx-table-price-hosting .vnx-button-register.text {
  color: var(--color-white, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.16px;
}
.vnx-table-price-hosting .vnx-button-register.bg-btn-spotlight {
  background: var(--Gradient-1, linear-gradient(97deg, #ffbd2a 5%, #fd7659 170.21%));
}
.vnx-table-price-hosting .vnx-button-register.bg-btn-spotlight:hover {
  background-color: transparent;
  background-image: linear-gradient(153deg, #ff902a 0%, #ff4d27 100%);
}

.el-custom-text-price-base.spotlight {
  color: rgba(255, 255, 255, 0.7) !important;
}

.vnx-bg-brand {
  background: linear-gradient(187deg, #38a7ff 2%, #0064de 98.67%);
}

.estimating-cost.table-package {
  left: -19px;
}

.hidden-table-select.open {
  display: block !important;
}

.vnx-list-point i {
  color: #019b2c;
  align-self: center;
}

.vnx-list-point.spotlight i {
  color: #fff !important;
}

.vnx-table-price-hosting.text-white .vnx-title-table {
  color: white;
}

.param .vnx-row-param {
  padding-top: 22px;
}
.param .vnx-row-param i::before {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: rgba(82, 86, 102, 0.8);
}
.param .vnx-row-param span {
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.16px;
  margin-right: 10px;
}

.param.bg-btn-spotlight .vnx-row-param i::before {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: white;
}

.hidden-table-select {
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid var(--Border-2, #e5e8ed);
  background: var(--color-white, #fff);
  box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
  color: #7c7c7c;
  position: absolute;
  top: 41%;
}
.hidden-table-select .vnx-select-option {
  display: flex;
  padding: 10px 0px;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.hidden-table-select .vnx-select-option .green {
  background-color: #27ae60;
  border-radius: 2px;
  color: var(--color-white, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.hidden-table-select .vnx-select-option .red {
  background-color: #eb5757;
  border-radius: 2px;
  color: var(--color-white, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1024px) and (min-width: 766px) {
  .table-package-hosting {
    width: 500px !important;
  }
}
@media screen and (max-width: 765px) {
  .table-package-hosting {
    width: 100% !important;
  }
  .vnx-table-price-hosting.table-package-hosting {
    padding: 20px !important;
  }
  .hidden-table-select {
    top: 41%;
  }
  .param .vnx-row-param {
    padding-top: 20px;
  }
  .item-point {
    margin-top: 20px !important;
  }
}
.brxe-vnx-table.domain_price_v3 {
  overflow-y: hidden;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp {
  padding: 0px;
  background: none;
  border-radius: 0px;
  width: -moz-max-content;
  width: max-content;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .header_table {
  margin-bottom: 12px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .header_table tr th {
  height: 40px;
  max-height: 40px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .header_table tr th .vnx_bg_button {
  width: 100%;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  background: #007CFC;
  color: #FCFCFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .header_table tr th .vnx_bg_button:hover {
  background: #085FC5;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .header_table tr .domain_price_name_table {
  display: flex;
  flex-wrap: nowrap;
  height: 32px;
  gap: 10px;
  align-items: flex-end;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .header_table tr .domain_price_name_table img {
  max-height: 32px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .header_table tr .domain_price_name_table p {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_wrap {
  border-radius: 8px;
  border: 1px solid #C0C0C2;
  background: #FFF;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table {
  border-collapse: separate;
  border-spacing: 0;
  /* Bo góc trên */
  /* Bo góc dưới */
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tbody tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr {
  height: 60px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_name {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 418px;
  min-width: 418px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_name .domain_price_name {
  color: #282829;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_name .tooltip_tb2 {
  display: flex;
  align-items: center;
  height: 100%;
  align-content: center;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_name .tooltip_tb2:hover .tooltiptext_price_table2 {
  display: flex;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_name .tooltip_tb2 .tooltiptext_price_table2 {
  display: none;
  border-radius: 4px;
  background: #007CFC;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  width: 142px;
  height: auto;
  position: absolute;
  top: calc(100% - 10px);
  left: -10px;
  z-index: 1;
  padding: 4px;
  margin-top: 18px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_name .tooltip_tb2 .tooltiptext_price_table2 .text {
  color: #FCFCFC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 765px) {
  .brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_name .tooltip_tb2 .tooltiptext_price_table2 .text {
    color: #FCFCFC;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_name .tooltip_tb2 .tooltiptext_price_table2::before {
  position: absolute;
  content: " ";
  background: #007CFC;
  width: 12px;
  height: 12px;
  top: -6px;
  left: 10px;
  transform: rotate(45deg);
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_name .text_name {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border-radius: 16px;
  margin-left: 10px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_dk_moi .row_price {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_dk_moi .row_price .text_price_old {
  overflow: hidden;
  color: #747475;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_dk_moi .row_price .text_price_new {
  color: #FF6F00;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_dk_moi .row_price .text_price_original {
  color: #282829;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_dk_moi .row_price .tooltip_tb2:hover .tooltiptext {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_dk_moi .row_price .tooltip_tb2 .tooltiptext {
  display: none;
  gap: 12px;
  min-width: 306px;
  z-index: 1;
  margin-top: 14px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  padding: 20px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_dk_moi .row_price .tooltip_tb2 .tooltiptext.tooltiptext_top {
  bottom: 14px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_dk_moi .row_price .tooltip_tb2 .tooltiptext .text_infor {
  color: #282829;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_dk_moi .row_price .tooltip_tb2 .tooltiptext .vnx_cs_ul_table li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_dk_moi .row_price .tooltip_tb2 .tooltiptext .vnx_cs_text_total_2 {
  border-top: 1px solid #747475;
  padding-top: 12px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_dk_moi .row_price .tooltip_tb2 .tooltiptext .vnx_cs_text_total_2 .total_text {
  color: #282829;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_dk_moi .row_price .tooltip_tb2 .tooltiptext .vnx_cs_text_total_2 .total_price {
  color: #007CFC;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_gia_han .row_price {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_gia_han .row_price .text_price_original {
  color: #282829;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_gia_han .row_price .tooltip_tb2:hover .tooltiptext {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_gia_han .row_price .tooltip_tb2 .tooltiptext {
  display: none;
  gap: 12px;
  min-width: 306px;
  z-index: 1;
  margin-top: 14px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  padding: 20px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_gia_han .row_price .tooltip_tb2 .tooltiptext.tooltiptext_top {
  bottom: 14px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_gia_han .row_price .tooltip_tb2 .tooltiptext .text_infor {
  color: #282829;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_gia_han .row_price .tooltip_tb2 .tooltiptext .vnx_cs_ul_table li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_gia_han .row_price .tooltip_tb2 .tooltiptext .vnx_cs_text_total_2 {
  border-top: 1px solid #747475;
  padding-top: 12px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_gia_han .row_price .tooltip_tb2 .tooltiptext .vnx_cs_text_total_2 .total_text {
  color: #282829;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_gia_han .row_price .tooltip_tb2 .tooltiptext .vnx_cs_text_total_2 .total_price {
  color: #007CFC;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_chuyen_ten_mien .row_price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr .row_chuyen_ten_mien .row_price .text_price_original {
  color: #282829;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr td.row {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  max-width: 240px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr td.row .tooltip_tb2 .tooltiptext {
  display: none;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr:nth-child(odd) {
  background: #FFF;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr:nth-child(even) {
  background: #F2F3F5;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr.last_row {
  border-top: 1px solid #C0C0C2;
  background: #FFF;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr.last_row .text_infor {
  display: flex;
  padding: 12px 8px;
  align-self: stretch;
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr.last_row .text_infor .vnx_more_button {
  display: none;
  align-items: center;
  gap: 8px;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr.last_row .text_infor .vnx_more_button span {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table tr.last_row .text_infor .vnx_more_button.active_more {
  display: flex;
}
.brxe-vnx-table.domain_price_v3 .domain_price_warp .body_table .vnx_tooltip_icon {
  color: #747475;
}

/* purgecss start ignore */
/* --- START - Common --- */
.el-custom-table-price {
  min-height: 500px;
}

.el-custom-tab-wrapper {
  width: 670px;
}
.el-custom-tab-wrapper.el-custom-tab-hosting, .el-custom-tab-wrapper.el-custom-tab-vps {
  width: 804px;
}

.el-custom-tab-discount {
  color: #FFFFFF;
  background-color: #F2994A;
}

.el-custom-btn-register {
  border: solid 2px #38A7FF;
  color: #38A7FF;
  border-radius: 5px;
}
.el-custom-btn-register:hover {
  background-color: #38A7FF;
  color: #FFFFFF;
}

.tab-active {
  background-color: #F1F3F6;
}

.el-custom-common-label {
  display: flex;
  justify-content: center;
  top: -17px;
  left: 0px;
  right: 0;
}

.el-custom-text-price {
  color: #F2994A;
}

.el-custom-text-discount {
  background-color: #EB5757;
  color: #FFFFFF;
  border-radius: 5px;
}

.el-custom-text-price-base {
  color: #828282;
  text-decoration: line-through;
}

.el-custom-text-gray {
  color: #828282;
}

.estimating-cost {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  top: 20px;
  left: -85px;
  display: none;
}
.estimating-cost:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  position: absolute;
  top: -26px;
  left: 95px;
}

.el-custom-text-mini {
  font-size: 10px !important;
}

.avalible-text {
  color: #38A7FF;
}

.el-custom-tab-mobile {
  border: solid 1px #D6E2F2;
  color: rgba(1, 58, 82, 0.631372549);
}

.tab-mobile-active {
  border: solid 1px #38A7FF;
}

.el-custom-tab-content-mobile table {
  box-shadow: 0px 0px 20px rgba(16, 69, 131, 0.15);
}

.el-custom-btn-register-mobile {
  background-color: #E8F0FA;
  color: #38A7FF;
}

.compare-table-bg {
  background-color: #001438;
}

.el-custom-bg-mobile {
  background-color: #F7FAFC;
}

.el-custom-btn-expand:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f103";
  font-weight: 700;
  font-size: 14px;
  margin-right: 4px;
}

.el-custom-btn-collapse:before {
  font-family: "Font Awesome 6 pro";
  content: "\f102";
  font-weight: 700;
  font-size: 14px;
  margin-right: 4px;
}

.el-custom-text-primary {
  color: #38A7FF;
}

.el-custom-price-expand {
  border: solid 2px #38A7FF;
  cursor: pointer;
  color: #38A7FF;
  background-color: #FFFFFF;
}

.el-custom-price-expand:hover {
  background-color: #38A7FF;
  color: #FFFFFF;
}

.el-custom-price-collapse {
  cursor: pointer;
  color: #38A7FF;
  background-color: #FFFFFF;
}

.el-custom-price-collapse:hover {
  background-color: #38A7FF;
  color: #FFFFFF;
}

.el-custom-default-hidden {
  display: none;
}

.el-hosting-bang-so-sanh-v2 .el-hosting-bang-so-sanh-v2__name {
  background-color: #f3f6f9;
  color: #333333;
  opacity: 0.7;
  border: 1px solid #F2F2F2;
  width: 220px;
  min-width: 220px;
  font-size: 12px;
  line-height: 14px;
}
.el-hosting-bang-so-sanh-v2 .el-hosting-bang-so-sanh-v2__info {
  padding: 6px 12px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #4F4F4F;
  border: 1px solid #F2F2F2;
}
.el-hosting-bang-so-sanh-v2 .el-hosting-bang-so-sanh-v2__info b {
  font-size: 12px;
  line-height: 16px;
}

.el-hosting-bang-so-sanh-mobile-v2 .el-hosting-bang-so-sanh-v2__name {
  background-color: #f3f6f9;
  color: #333333;
  border: 1px solid #F2F2F2;
  width: 65%;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 20px;
  word-break: break-word;
}
.el-hosting-bang-so-sanh-mobile-v2 .el-hosting-bang-so-sanh-v2__info {
  padding: 6px 12px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4F4F4F;
  border: 1px solid #F2F2F2;
}

.swiper-pagination {
  justify-content: center;
}

/* --- END - Common--- */
/* purgecss end ignore */
.vnx-layer-toggle-content {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.vnx-layer-line::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -7px;
  top: 50%;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 3px #000;
  outline: #000;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background: #637a82;
}
.vnx-layer-line::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background: #6d6e71;
}

.vnx-layer-toggle-row.active .vnx-layer-line::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -7px;
  top: 50%;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 3px #000;
  height: 14px;
  width: 14px;
  background: #38a7ff;
}
.vnx-layer-toggle-row.active .vnx-layer-toggle-content {
  border: 2px solid #38a7ff;
}
.vnx-layer-toggle-row.active .vnx-layer-toggle-image {
  z-index: 50 !important;
}

.vnx-layer-toggle-row:not(.active) .vnx-layer-toggle-image img {
  filter: opacity(0.4);
}

.loading_posts {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
}

.brxe-vnx-posts-fillter-v2.case_studies {
  background: linear-gradient(90deg, rgba(0, 124, 252, 0.04) 0%, rgba(0, 100, 204, 0.04) 100%);
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter {
  width: 100%;
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter {
    flex-direction: column;
    gap: 12px;
  }
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option {
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item {
  width: 100%;
  padding: 0px 20px;
  border-right: 1px solid #007cfc;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item {
    padding: 0px 12px;
    width: 50%;
  }
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item:last-child {
  border-right: none;
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .vnx_item_label {
  color: #282829;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .vnx_item_label {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify {
  max-height: 28px;
  border: none !important;
  cursor: pointer;
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify.tagify--select.selectMode.tagify--noTags.tagify--empty {
  width: 100% !important;
  display: flex;
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify.tagify--select::after {
  display: none !important;
  content: none !important;
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__tag {
  margin-inline: unset !important;
  display: flex !important;
  max-height: 28px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 999px;
  padding: 0 8px;
  background-color: #dde9fc;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__tag {
    max-width: 140px;
  }
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__tag > div {
  padding: 0px;
  width: -moz-max-content !important;
  width: max-content !important;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__tag > div {
    padding: 0 !important;
  }
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__tag > div > [contenteditable] {
  margin: 0px !important;
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__tag .tagify__tag__removeBtn {
  height: 20px;
  width: 20px;
  background: #fff;
  margin: 0;
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__tag .tagify__tag__removeBtn:hover {
  color: #0f0f0f;
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__tag .tagify__tag-text {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__tag .tagify__tag-text {
    font-size: 14px;
    line-height: 24px;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify.tagify--select.selectMode {
  display: flex;
  width: 100% !important;
  max-width: -moz-max-content;
  max-width: max-content;
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__input {
  min-width: 248px;
  margin: 0;
  padding: 0px !important;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__input {
    padding: 0px;
    height: 24px;
  }
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__input::before {
  color: #282829;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_option .vnx_content_item .tagify .tagify__input::before {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_button {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_button {
    width: 100% !important;
    padding: 0px 12px;
  }
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_button .vnx_btn_fillter {
  color: #fcfcfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 8px;
  background: linear-gradient(90deg, #007CFC 3.25%, #48cdff 100%);
  padding: 8px 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_button .vnx_btn_fillter {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    font-size: 12px;
  }
}
.brxe-vnx-posts-fillter-v2.case_studies .vnx_box_wraper_fillter .vnx_box_fillter .vnx_box_button .vnx_btn_fillter:hover {
  background: linear-gradient(104deg, #007CFC 0%, #0691FF 100%);
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter {
    flex-direction: column;
  }
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter {
    width: 100%;
    flex-wrap: wrap;
  }
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter {
    min-width: 85px;
  }
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter:first-child .select-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter:first-child .select-btn {
    border-radius: 4px 4px 0px 0px;
  }
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter:last-child .select-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter:last-child .select-btn {
    border-radius: 0px 0px 4px 4px;
  }
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .select-btn {
  display: flex;
  height: 50px;
  align-items: center;
  padding: 0px 8px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .select-btn {
    justify-content: space-between;
  }
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .select-btn .btn-text,
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .select-btn .btn-text-count {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  min-width: -moz-max-content;
  min-width: max-content;
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .select-btn .btn-text-count {
  display: none;
  padding: 0px;
  text-align: center;
  width: 16px;
  height: 16px;
  background: #828282;
  color: #fff;
  border-radius: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .select-btn .btn-text-count {
    margin-right: 6px;
  }
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .select-btn .arrow-dwn {
  display: flex;
  height: 21px;
  width: 21px;
  color: #333;
  font-size: 14px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-left: 6px;
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .select-btn.open .arrow-dwn {
  transform: rotate(-180deg);
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .list-items {
  width: 100%;
  position: absolute;
  margin-top: 4px;
  border-radius: 8px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  display: none;
  z-index: 2;
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .list-items .item {
  display: flex;
  align-items: center;
  list-style: none;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 12px;
  border-radius: 8px;
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .list-items .item:hover {
  background-color: #d9e1ee;
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .list-items .item .item-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .list-items .item.checked .checkbox {
  background-color: #828282;
  border-color: #828282;
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .list-items .item.checked .checkbox .check-icon {
  transform: scale(1);
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .list-items .item.checked .checkbox i {
  transform: scale(1);
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .list-items .item.checked .checkbox i:before {
  font-size: 16px;
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .list-items .item .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16px;
  min-width: 16px;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  margin-right: 12px;
  border: 1.5px solid #c0c0c0;
  transition: all 0.3s ease-in-out;
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .list-items .item .checkbox .check-icon {
  color: #fff;
  font-size: 12px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .list-items .item .checkbox i {
  color: #fff;
  font-size: 12px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.brxe-vnx-posts-fillter-v2.jobs .vnx_box_form_filter .vnx_body_filter .container_posts_filter .select-btn.open ~ .list-items {
  display: block;
}

.brxe-vnx-custom-posts-list-v2 .vnx_posts_list .loading_posts {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
}
.brxe-vnx-custom-posts-list-v2 .vnx_btn_loadmore {
  color: #007CFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-custom-posts-list-v2 .vnx_btn_loadmore {
    font-size: 12px;
    line-height: 24px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.vnx_search_to_popup button:not(.popup_btn) {
  background: linear-gradient(90deg, #f3b847 0%, #f49846 100%);
}
.vnx_search_to_popup button:disabled {
  opacity: 0.5;
}
.vnx_search_to_popup .vnx_popup {
  z-index: 15;
  opacity: 0;
  visibility: hidden;
}
.vnx_search_to_popup .vnx_popup.show {
  opacity: 1;
  visibility: visible;
}
.vnx_search_to_popup .vnx_popup_bgr {
  background: black;
  opacity: 0.6;
}
.vnx_search_to_popup .vnx_loading .loading_wrapper {
  position: relative;
  width: 32px;
  height: 32px;
}
.vnx_search_to_popup .vnx_loading .loading_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #3498db;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.vnx_search_to_popup .vnx_popup_content_wrapper {
  width: 100%;
  max-width: 1030px;
  background: white;
  padding: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.vnx_search_to_popup .vnx_popup_content_wrapper .vnx_list {
  max-height: 750px;
  overflow-y: scroll;
  margin-right: -15px;
  padding-right: 5px;
}
.vnx_search_to_popup .vnx_popup_content_wrapper .vnx_list::-webkit-scrollbar-track {
  border-radius: 10px;
  border: none;
}
.vnx_search_to_popup .vnx_popup_content_wrapper .vnx_list::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
  border: none;
}
.vnx_search_to_popup .vnx_popup_content_wrapper .vnx_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d9d9d9;
}
.vnx_search_to_popup .page-numbers {
  text-align: center;
}
.vnx_search_to_popup .page-numbers li {
  display: inline-block;
}
.vnx_search_to_popup .page-numbers span {
  color: #9a9a9a;
  padding: 10px;
  color: #38a7ff;
}
.vnx_search_to_popup .page-numbers a {
  color: #9a9a9a;
  padding: 10px;
}
.vnx_search_to_popup .page-numbers a:hover {
  color: #38a7ff;
}
.vnx_search_to_popup .append_loading {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.831372549);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vnx_search_to_popup .vnx_card_item {
  margin-bottom: 20px;
}
.vnx_search_to_popup .vnx_card_item:last-child {
  margin-bottom: 0;
}
.vnx_search_to_popup input:disabled {
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .vnx_search_to_popup .vnx_popup_content_wrapper {
    max-width: calc(100% - 60px);
  }
  .vnx_search_to_popup .vnx_popup_content_wrapper .vnx_list {
    max-height: 60vh;
  }
}
.vnx_count_result span {
  width: -moz-max-content !important;
  width: max-content !important;
}

[v-cloak] {
  display: none;
}

.vnx_tab_script.group_1 .tab-active {
  background: linear-gradient(282deg, #00b0ff 5.54%, #3e98eb 100%) !important;
  color: white;
}

.hosting_price_v1 .el-custom-tab-discount {
  color: #ff9038;
  border: 1px solid #ff9038;
  background: #fff4eb;
}

.list_hosting_price_v1 .card-price {
  background: #f9fcff;
}
.list_hosting_price_v1 .card-price .card-content-infor.collapsed::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(249, 252, 255, 0) 0%, #f9fcff 66%, #f9fcff 100%);
}
.list_hosting_price_v1 .card-price .box-div-link {
  background: none;
}
.list_hosting_price_v1 .card-price .box-div-link .vnx-button-more {
  background: #f9fcff !important;
}
.list_hosting_price_v1 .card-price .box-div-link .vnx-button-more,
.list_hosting_price_v1 .card-price .box-div-link .vnx-button-close {
  width: 100%;
  transition: color 0.5s ease;
  padding-bottom: 12px;
}
.list_hosting_price_v1 .card-price .box-div-link .vnx-button-more:hover,
.list_hosting_price_v1 .card-price .box-div-link .vnx-button-close:hover {
  color: #2d86cc;
}
.list_hosting_price_v1 .card-price:hover {
  background: #f1f8ff !important;
  box-shadow: 0px 4px 12px 0px rgba(56, 167, 255, 0.2);
}
.list_hosting_price_v1 .card-price:hover .card-content-infor.collapsed::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(241, 248, 255, 0) 0%, #f1f8ff 66%, #f1f8ff 100%);
}
.list_hosting_price_v1 .card-price:hover .vnx-button-more {
  background: #f1f8ff !important;
}
.list_hosting_price_v1 .vnx-price-reduced {
  background: var(--Gradient-Orangle-01, linear-gradient(90deg, #f3b847 0%, #f49846 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list_hosting_price_v1 .box-div-link .button-register {
  padding-bottom: 0px;
}
.list_hosting_price_v1 a.vnx-button-register.url-register {
  border: none;
  background: linear-gradient(90deg, #f3b847 0%, #f49846 100%);
  color: #fff;
  transition: background-color 0.8s;
}
.list_hosting_price_v1 a.vnx-button-register.url-register:hover {
  background: linear-gradient(87.72deg, #ffa800 4.36%, #cb6000 100.54%);
}
.list_hosting_price_v1 .button-give-table .button-title {
  color: #525666;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border-radius: 8px;
  border: 1px solid #757885 !important;
  background: #fff;
  text-decoration: none;
  width: 100%;
  display: flex;
  width: 250px;
  height: 48px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
}
.list_hosting_price_v1 .button-give-table .button-title:hover {
  background: #ececec;
}

.vnx-body-service-price ul.splide__pagination.splide__pagination--ltr {
  gap: 0;
}
.vnx-body-service-price .splide__list {
  display: flex;
}
.vnx-body-service-price .splide__slide {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.vnx-body-service-price .card-price {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.vnx-body-service-price .card-content-price {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vnx-splide-service-price .el-custom-tab-discount {
  color: #ff9038;
  border: 1px solid #ff9038;
  background: #fff4eb;
}
.vnx-splide-service-price .card-content-price {
  border-bottom: 1px solid #e0e0e0;
}
.vnx-splide-service-price .button-register {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
}
.vnx-splide-service-price .button-register .vnx-button-register {
  display: flex;
  width: 250px;
  height: 48px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #38a7ff;
  background: #38a7ff;
  transition: background-color 0.3s ease;
}
.vnx-splide-service-price .button-register .vnx-button-register:hover {
  background: #2d86cc;
}
.vnx-splide-service-price .button-register a.vnx-button-register {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.vnx-splide-service-price .vnx-button-register {
  transition: background-color 0.5s;
}
.vnx-splide-service-price .vnx-button-register:hover {
  background-color: #ebf6ff;
}
.vnx-splide-service-price .card-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vnx-splide-service-price .card-price .card-content-infor {
  overflow: hidden;
  padding-top: 12px;
  width: 100%;
  position: relative;
}
.vnx-splide-service-price .box-row-infor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 12px;
}
.vnx-splide-service-price .infor-tooltip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.vnx-splide-service-price .infor-tooltip .infor-icon {
  cursor: pointer;
}
.vnx-splide-service-price .infor-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  margin-left: 2px;
  color: #525666;
}
.vnx-splide-service-price .infor-text .text-none {
  opacity: 0.7;
}
.vnx-splide-service-price .infor-icon {
  position: relative;
}
.vnx-splide-service-price .infor-icon:hover ~ .text-tooltip {
  display: block;
  position: absolute;
  top: 20px;
  left: -200px;
  right: 0;
  z-index: 1;
  background: #38a7ff;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
}
.vnx-splide-service-price .text-tooltip {
  display: none;
}
.vnx-splide-service-price p.infor-title {
  font-family: Roboto;
  padding-bottom: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #525666;
}
.vnx-splide-service-price .box-content-infor {
  padding-top: 12px;
}
.vnx-splide-service-price .box-content-infor span > strong {
  color: #ff9038;
}
.vnx-splide-service-price .box-content-infor.button-give-table {
  display: flex;
  justify-content: center;
}
.vnx-splide-service-price a.button-title {
  color: #929292;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.16px;
  text-decoration-line: underline;
}
.vnx-splide-service-price div#vnx-splide-service-price {
  position: relative;
}
.vnx-splide-service-price .splide__arrows.splide__arrows--ltr {
  position: absolute;
  top: 50%;
  width: 100%;
}
.vnx-splide-service-price button.splide__arrow.splide__arrow--prev {
  position: absolute;
  left: -15px;
  border: 1px solid var(--color-white-base, #fff);
}
.vnx-splide-service-price button.splide__arrow.splide__arrow--next {
  position: absolute;
  right: -15px;
  border: 1px solid var(--color-white-base, #fff);
}
.vnx-splide-service-price button.splide__arrow {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #38a7ff;
  background: #38a7ff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
}
.vnx-splide-service-price button.splide__arrow.splide__arrow--next {
  right: -15px;
}
.vnx-splide-service-price button.splide__arrow.splide__arrow--prev {
  left: -15px;
}
.vnx-splide-service-price button.splide__pagination__page.is-active {
  width: 40px !important;
  height: 4px !important;
  border-radius: 0;
  background-color: #38a7ff !important;
}
.vnx-splide-service-price button.splide__pagination__page {
  width: 20px !important;
  height: 4px !important;
  border-radius: 0 !important;
  background-color: #d7edff !important;
}
.vnx-splide-service-price .splide__arrow i {
  font-size: 20px;
  color: #fff;
}
.vnx-splide-service-price .splide__pagination {
  bottom: -32px;
  gap: 8px;
  width: 100%;
}
.vnx-splide-service-price .vnx-common-label {
  display: none;
}
.vnx-splide-service-price .vnx-cyc-price {
  transition: background-color 0.8s;
}
.vnx-splide-service-price .vnx-cyc-price .vnx-common-label {
  display: none !important;
}
.vnx-splide-service-price .vnx-cyc-price.tab-active .vnx-common-label {
  display: block;
}

.vnx_tooltip_icon {
  color: #525666;
}

.vnx-price-special.card-price {
  background: #38a7ff !important;
  color: #fff !important;
}
.vnx-price-special.card-price .card-box-title > * {
  color: #fff !important;
}
.vnx-price-special.card-price .vnx_tooltip_icon {
  color: #ffffff;
}

.el-custom-text-price-year {
  display: flex;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  color: #757885 !important;
  align-items: center;
  text-align: center;
  font-style: italic;
  border-bottom: 1px dashed #757885;
  cursor: pointer;
}

.box-vnx-price-reduced-year {
  position: relative;
}

.el-custom-tooltip-price-year {
  color: #525666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 1;
}

.el-custom-tooltip-price-year::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #fff;
  top: -6px;
  left: 45%;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}

.compare_hosting_v1 .el-custom-tooltip-price-year {
  color: #525666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 1;
  right: -10px;
}
.compare_hosting_v1 .el-custom-tooltip-price-year .vnx-price-reduced-year {
  background: linear-gradient(90deg, #f3b847 0%, #f49846 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.compare_hosting_v1 .el-custom-tooltip-price-year::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #fff;
  top: -6px;
  right: 10% !important;
  left: unset !important;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}

.vnx-price-special .card-content-price {
  margin-top: 32px;
}
.vnx-price-special .card-content-infor.collapsed::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(56, 167, 255, 0) 0%, rgba(56, 167, 255, 0.32) 10%, #38a7ff 40%);
}
.vnx-price-special p.infor-title {
  color: #fff !important;
}
.vnx-price-special i.vnx_icon_yes {
  color: #fff !important;
}
.vnx-price-special i.vnx_icon_no {
  color: #fff !important;
}
.vnx-price-special a.button-title {
  color: rgba(255, 255, 255, 0.8) !important;
}
.vnx-price-special span.vnx-price-cost {
  color: rgba(255, 255, 255, 0.8) !important;
}
.vnx-price-special span.el-custom-tab-discount {
  color: #f14c2e !important;
  background: #fff5f3 !important;
  border: 1px solid #f14c2e !important;
}
.vnx-price-special .el-custom-text-price span {
  color: #fffffc !important;
}
.vnx-price-special .el-custom-text-price span.vnx-price-reduced {
  color: #fff000 !important;
}
.vnx-price-special .el-custom-text-price-year {
  display: flex;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff !important;
  align-items: center;
  text-align: center;
  font-style: italic;
  border-bottom: 1px dashed;
}
.vnx-price-special p.text-tooltip {
  background: #fff !important;
  color: #525666 !important;
  z-index: 1;
}
.vnx-price-special a.vnx-button-register.url-register {
  background: var(--Gradient-Orangle-01, linear-gradient(90deg, #f3b847 0%, #f49846 100%));
  color: #fff;
  transition: background-color 0.8s;
}
.vnx-price-special a.vnx-button-register.url-register:hover {
  background: linear-gradient(87.72deg, #ffa800 4.36%, #cb6000 100.54%);
}
.vnx-price-special .infor-text {
  color: #fff;
}
.vnx-price-special .infor-text .text-none {
  color: rgba(255, 255, 255, 0.6);
}
.vnx-price-special .box-content-infor span > strong {
  color: #fff000;
}
.vnx-price-special .box-div-link {
  background: #38a7ff;
}
.vnx-price-special .box-div-link .vnx-button-more,
.vnx-price-special .box-div-link .vnx-button-close {
  color: #fff;
  transition: color 0.5s ease;
}
.vnx-price-special .box-div-link .vnx-button-more:hover,
.vnx-price-special .box-div-link .vnx-button-close:hover {
  color: rgba(255, 255, 255, 0.6);
}

.box-div-link {
  background: #fff;
}
.box-div-link .vnx-button-more,
.box-div-link .vnx-button-close {
  color: #38a7ff;
  transition: color 0.3s ease;
}
.box-div-link .vnx-button-more:hover,
.box-div-link .vnx-button-close:hover {
  color: #2d86cc;
}

.card-content-infor.collapsed::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 40%, #fff 100%);
}

@media only screen and (max-width: 1024px) {
  .vnx-splide-service-price button.splide__arrow {
    width: 28px;
    height: 28px;
    padding: 10px;
    border-radius: 50px;
    background: #38a7ff;
    border: none;
    box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
    position: absolute;
  }
  .vnx-splide-service-price .splide__arrow i {
    color: #fff !important;
    font-size: 16px;
  }
  .vnx-splide-service-price ul.splide__pagination.splide__pagination--ltr {
    width: 100%;
  }
}
.firewall_anti .special {
  background: linear-gradient(270deg, rgba(169, 234, 255, 0.7) 0%, rgba(169, 234, 255, 0) 50%, rgba(169, 234, 255, 0.7) 100%);
}
.firewall_anti .vnx-fillter-service-price .vnx-cyc-price {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.firewall_anti .vnx-fillter-service-price .vnx-cyc-price span.el-custom-tab-discount {
  color: #ff9038;
  border: 1px solid #ff9038;
  background: #fff4eb;
}
.firewall_anti .vnx-fillter-service-price .vnx-cyc-price.tab-active {
  background: linear-gradient(282deg, #00b0ff 5.54%, #3e98eb 100%) !important;
}
.firewall_anti .vnx-fillter-service-price .vnx-cyc-price.tab-active span.el-custom-tab-title {
  color: #fff !important;
}
.firewall_anti .vnx-fillter-service-price .vnx-cyc-price.vnx-tab-active {
  background: linear-gradient(282deg, #00b0ff 5.54%, #3e98eb 100%) !important;
}
.firewall_anti .vnx-fillter-service-price .vnx-cyc-price.vnx-tab-active span.el-custom-tab-title {
  color: #fff !important;
}
.firewall_anti .vnx_firewall_name > .box-title {
  width: 188px;
  min-width: 188px;
  min-height: 68px;
  padding: 18px 12px 8px 12px !important;
}
.firewall_anti .vnx_firewall_name > .box-title span.title {
  color: #fff;
  text-align: center;
  font-family: var(--Font, Roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.firewall_anti .vnx_firewall_name > .box-title.special,
.firewall_anti .vnx_firewall_name .special.box-title:nth-child(2),
.firewall_anti .vnx_firewall_name .special.box-title:last-child {
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 8px 8px 0px 0px;
}
.firewall_anti .vnx_firewall_name > .box-title.special::before {
  content: " ";
  position: absolute;
  width: calc(100% + 2px);
  height: 100%;
  left: -2px;
  border-left: 2px solid #FFF;
  border-right: 1px solid #FFF;
  border-radius: 6px 4px 0px 0px;
  top: 0px;
}
.firewall_anti .vnx_firewall_name > .box-title:first-child {
  width: 200px;
  border-radius: 0px 8px 0px 0px;
}
.firewall_anti .vnx_firewall_name > .box-title:nth-child(2) {
  border-radius: 8px 0px 0px 0px;
}
.firewall_anti .vnx_firewall_name > .box-title:last-child {
  border-radius: 0px 8px 0px 0px;
}
.firewall_anti .vnx_firewall_url > .box-title {
  width: 188px;
  min-width: 188px;
  min-height: 68px;
  padding: 0px 12px !important;
  z-index: 1;
}
.firewall_anti .vnx_firewall_url > .box-title.special,
.firewall_anti .vnx_firewall_url .special.box-title:nth-child(2),
.firewall_anti .vnx_firewall_url .special.box-title:last-child {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0px 0px 8px 8px;
}
.firewall_anti .vnx_firewall_url > .box-title.special::after {
  content: " ";
  position: absolute;
  width: calc(100% + 2px);
  height: 100%;
  left: -2px;
  border-left: 2px solid #FFF;
  border-right: 1px solid #FFF;
  border-radius: 0px 0px 4px 6px;
  top: 0px;
  z-index: -1;
}
.firewall_anti .vnx_firewall_url > .box-title:first-child {
  width: 200px;
  border-radius: 0px 0px 0px 0px;
}
.firewall_anti .vnx_firewall_url > .box-title:nth-child(2) {
  border-radius: 0px 0px 0px 8px;
}
.firewall_anti .vnx_firewall_url > .box-title:last-child {
  border-radius: 0px 0px 8px 0px;
}
.firewall_anti .vnx_firewall_url .vnx-button-register {
  display: flex;
  width: 145px;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f3b847 0%, #f49846 100%);
  color: #ffffff;
  font-family: var(--Font, Roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.firewall_anti .vnx_firewall_url .vnx-button-register:hover {
  background: linear-gradient(88deg, #ffa800 4.36%, #cb6000 100.54%);
}
.firewall_anti .vnx_firewall_package {
  border-top: 1px solid #FFF;
  border-radius: 8px 0px 0px 0px;
  overflow: hidden;
}
.firewall_anti .vnx_firewall_package .box-infor {
  position: relative;
  z-index: 0;
}
.firewall_anti .vnx_firewall_package .box-infor .box-infor-col {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  max-height: 68px;
  height: 68px;
  width: 188px !important;
  min-width: 188px !important;
  padding: 8px 12px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.firewall_anti .vnx_firewall_package .box-infor .box-infor-col .box-infor-text-price-year {
  display: flex;
  height: 24px;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  align-items: center;
  text-align: center;
  font-style: italic;
  border-bottom: 1px dashed #fff;
  cursor: pointer;
}
.firewall_anti .vnx_firewall_package .box-infor .box-infor-col .box-infor-tooltip-price-year {
  color: #525666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 1;
  width: calc(100% + 12px);
}
.firewall_anti .vnx_firewall_package .box-infor .box-infor-col .box-infor-tooltip-price-year::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #fff;
  top: -6px;
  left: 45%;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
.firewall_anti .vnx_firewall_package .box-infor .box-infor-col:not(:first-child) {
  align-items: center;
}
.firewall_anti .vnx_firewall_package .box-infor .box-infor-col-data {
  color: #fff;
  text-align: center;
  font-family: var(--Font, Roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.firewall_anti .vnx_firewall_package .box-infor .box-infor-col-data .vnx-price-reduced-text {
  color: #fff000;
  text-align: center;
  font-family: var(--Font, Roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.firewall_anti .vnx_firewall_package .box-infor .box-infor-col-data .vnx-price-reduced-pr {
  color: rgba(255, 255, 255, 0.8);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.firewall_anti .vnx_firewall_package .box-infor .box-vnx-price-reduced-year .vnx-price-reduced-year {
  text-align: center;
  font-family: var(--Font, Roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background: var(--Gradient-Orangle-01, linear-gradient(90deg, #f3b847 0%, #f49846 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.firewall_anti .vnx_firewall_package .box-infor.special::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  border-left: 1px solid #FFF;
  border-right: 2px solid #FFF;
  z-index: -1;
}
.firewall_anti .vnx_firewall_package .box-infor:first-child > .box-infor-col {
  width: 200px !important;
  padding: 0px 12px !important;
  border-left: 1px solid #FFF;
}
.firewall_anti .vnx_firewall_package .box-infor:first-child > .box-infor-col .box-infor-col-title {
  width: 100%;
  color: #fff;
  font-family: var(--Font, Roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.firewall_anti .vnx_firewall_package .box-infor:first-child > .box-infor-col:first-child {
  border-radius: 8px 0px 0px 0px;
}
.firewall_anti .vnx_firewall_package .box-infor:first-child > .box-infor-col:last-child {
  border-radius: 0px 0px 0px 8px;
}
@media (max-width: 1024px) {
  .firewall_anti .vnx-fillter-service-price .vnx-cyc-price {
    width: 158px;
  }
  .firewall_anti .vnx-fillter-service-price .vnx-cyc-price .el-custom-tab-discount {
    padding: 2px 8px !important;
  }
  .firewall_anti .body_slider_firewall {
    width: 320px;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_box {
    border-radius: 8px;
    border: 2px solid #FFF;
  }
  .firewall_anti .body_slider_firewall .splide__pagination {
    bottom: -24px;
    gap: 8px;
  }
  .firewall_anti .body_slider_firewall .splide__pagination button.splide__pagination__page {
    margin: 0px !important;
    border-radius: 8px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    width: 12px !important;
    height: 4px !important;
  }
  .firewall_anti .body_slider_firewall .splide__pagination button.splide__pagination__page.is-active {
    background-color: #FFF !important;
    width: 24px !important;
    height: 4px !important;
  }
  .firewall_anti .body_slider_firewall .service-price-arrow button.splide__arrow {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    border: 1px solid #FFF;
    background: var(--Primary-color-500, #38A7FF);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .firewall_anti .body_slider_firewall .service-price-arrow button.splide__arrow i {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .firewall_anti .body_slider_firewall .service-price-arrow .splide__arrow--next {
    right: -18px;
  }
  .firewall_anti .body_slider_firewall .service-price-arrow .splide__arrow--prev {
    left: -18px;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_name {
    width: 100%;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_name.special {
    background: linear-gradient(270deg, rgba(169, 234, 255, 0.7) 0%, rgba(169, 234, 255, 0) 50%, rgba(169, 234, 255, 0.7) 100%);
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_name > .box-title {
    width: 100%;
    border-radius: 4px 4px 0px 0px !important;
    border: none !important;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_url {
    width: 100% !important;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_url > .box-title {
    width: 100% !important;
    min-width: 100%;
    min-height: 56px;
    padding: 8px 12px !important;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_url > .box-title.special::after {
    content: " ";
    position: absolute;
    width: calc(100% + 2px);
    height: 100%;
    left: -2px;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px 0px 4px 4px;
    top: 0px;
    z-index: -1;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_url > .box-title:first-child {
    width: 100% !important;
    border-radius: 0px 0px 4px 4px !important;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_url .vnx-button-register {
    display: flex;
    width: 148px;
    height: 40px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: linear-gradient(90deg, #f3b847 0%, #f49846 100%);
    color: #ffffff;
    font-family: var(--Font, Roboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_url .vnx-button-register:hover {
    background: linear-gradient(88deg, #ffa800 4.36%, #cb6000 100.54%);
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package {
    border-top: 1px solid #FFF;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor .box-infor-col {
    width: 100% !important;
    max-height: 100%;
    min-height: 48px;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor .box-infor-col .box-infor-text-price-year {
    display: flex;
    height: 24px;
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    align-items: center;
    text-align: center;
    font-style: italic;
    border-bottom: 1px dashed #fff;
    cursor: pointer;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor .box-infor-col .box-infor-tooltip-price-year {
    color: #525666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
    padding: 8px;
    position: absolute;
    top: calc(100% + 8px);
    z-index: 1;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor .box-infor-col .box-infor-tooltip-price-year::before {
    content: "";
    height: 12px;
    width: 12px;
    position: absolute;
    background: #fff;
    top: -6px;
    left: 45%;
    transform: rotate(45deg);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor .box-infor-col.price {
    height: 68px;
    border-bottom-width: 1px !important;
    padding: 8px 12px !important;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor .box-infor-col-data {
    color: #fff;
    text-align: center;
    font-family: var(--Font, Roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor .box-infor-col-data .vnx-price-reduced-text {
    color: #fff000;
    text-align: center;
    font-family: var(--Font, Roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor .box-infor-col-data .vnx-price-reduced-pr {
    color: rgba(255, 255, 255, 0.8);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor .box-vnx-price-reduced-year .vnx-price-reduced-year {
    text-align: center;
    font-family: var(--Font, Roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    background: var(--Gradient-Orangle-01, linear-gradient(90deg, #f3b847 0%, #f49846 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor.special::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    border-left: none !important;
    border-right: none !important;
    z-index: -1;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor:first-child {
    width: 100%;
    padding: none !important;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor:first-child > .box-infor-col {
    width: 100% !important;
    border-width: 0px 0px 1px 0px !important;
    padding: 8px 12px !important;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor:first-child > .box-infor-col .box-infor-col-title {
    width: 100%;
    color: #fff;
    font-family: var(--Font, Roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor:first-child > .box-infor-col:first-child {
    border-radius: 0px 0px 0px 0px;
  }
  .firewall_anti .body_slider_firewall .vnx_firewall_package .box-infor:first-child > .box-infor-col:last-child {
    border-radius: 0px 0px 0px 0px;
  }
}

.maxspeed_hosting .vnx-cyc-price-list {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, rgba(0, 124, 252, 0.12) 0%, rgba(0, 100, 204, 0.12) 100%);
}
.maxspeed_hosting .vnx-cyc-price-list .vnx-cyc-price .el-custom-tab-discount {
  color: #FF9038;
  background-color: #F2994A;
  border-radius: 16px;
  border: 1px solid #FF9038;
  background: #FFF4EB;
}
.maxspeed_hosting .vnx-cyc-price-list .vnx-cyc-price.vnx-tab-active {
  background: linear-gradient(282deg, #00b0ff 5.54%, #3e98eb 100%) !important;
}
.maxspeed_hosting .vnx-cyc-price-list .vnx-cyc-price.vnx-tab-active span.el-custom-tab-title {
  color: #fff !important;
}
.maxspeed_hosting .vnx-cyc-price-list .vnx-cyc-price.tab-active {
  background: linear-gradient(104deg, #0064CC 0%, #0095FF 100%);
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting {
  padding: 24px;
  background: linear-gradient(155deg, rgba(109, 110, 118, 0.06) 0%, rgba(109, 110, 118, 0.12) 99.97%);
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting.special {
  border: 2px solid #F2F3F5 !important;
  box-shadow: 0px 0px 8px 0px #00C8FF, 0px 0px 12px 0px rgba(124, 208, 254, 0.5), 0px 0px 16px 0px rgba(123, 207, 254, 0.5);
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting:hover {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.12) 56.49%);
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-price {
  border-bottom: 1px solid #747475;
  width: 100%;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-price .card-price .card-price-reduced .price-reduced-text {
  position: relative;
  display: inline-block;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-price .card-price .card-price-reduced .price-reduced-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #C0C0C2;
  transform: rotate(-10deg);
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-price .card-price .card-price-popular .box-vnx-price-reduced-year .el-custom-text-price-year {
  height: 24px;
  width: 24px;
  border: none;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-price .card-price .card-price-popular .price.vnx-price-popular {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  background: linear-gradient(104deg, #007DFF 0%, #40D3FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-price .card-price .card-price-popular .el-custom-tooltip-price-year {
  color: #525666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
  position: absolute;
  top: calc(100% + 12px);
  z-index: 1;
  right: -14px;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-price .card-price .card-price-popular .el-custom-tooltip-price-year .vnx-price-reduced-year {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background: linear-gradient(104deg, #FF8600 0%, #FFB300 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-price .card-price .card-price-popular .el-custom-tooltip-price-year::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #fff;
  top: -6px;
  right: 22px;
  left: unset;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor {
  padding: 24px 0px 32px 0px;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 12px;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-text b {
  background: linear-gradient(104deg, #007DFF 0%, #40D3FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-text strong {
  color: #40D3FF;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-tooltip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-tooltip .text-tooltip {
  display: none;
  color: #282829;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-tooltip .infor-icon {
  position: relative;
  cursor: pointer;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-tooltip .infor-icon .vnx_tooltip_icon {
  color: #C0C0C2;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-tooltip .infor-icon:hover ~ .text-tooltip {
  display: block;
  position: absolute;
  width: 142px;
  height: -moz-fit-content;
  height: fit-content;
  top: 20px;
  right: 0;
  z-index: 1;
  background: #FFF;
  border-radius: 4px;
  color: #282829;
  padding: 4px;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-register a.vnx-button-register {
  padding: 12px 32px;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  background: #0064CC;
  color: #FCFCFC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: background-color 0.3s;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-register a.vnx-button-register:hover {
  background: #007DFF;
}
.maxspeed_hosting .vnx-data-service-price .box-card-hosting.special {
  padding: 51px 24px 24px 24px;
}
@media (max-width: 1024px) {
  .maxspeed_hosting .vnx-data-service-price .splide__pagination {
    bottom: -20px;
    gap: 8px;
  }
  .maxspeed_hosting .vnx-data-service-price .splide__pagination button.splide__pagination__page {
    margin: 0px !important;
    border-radius: 0px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    width: 20px !important;
    height: 4px !important;
  }
  .maxspeed_hosting .vnx-data-service-price .splide__pagination button.splide__pagination__page.is-active {
    background-color: #FFF !important;
    width: 32px !important;
    height: 4px !important;
  }
  .maxspeed_hosting .vnx-data-service-price .service-price-arrow button.splide__arrow {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    border: 1px solid #FFF;
    background: var(--Primary-color-500, #38A7FF);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .maxspeed_hosting .vnx-data-service-price .service-price-arrow button.splide__arrow i {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .maxspeed_hosting .vnx-data-service-price .service-price-arrow .splide__arrow--next {
    right: -8px;
  }
  .maxspeed_hosting .vnx-data-service-price .service-price-arrow .splide__arrow--prev {
    left: -8px;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting {
    padding: 16px;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting.special {
    padding: 51px 16px 16px 16px;
    border: 2px solid #F2F3F5 !important;
    box-shadow: 0px 0px 8px 0px #00C8FF, 0px 0px 12px 0px rgba(124, 208, 254, 0.5), 0px 0px 16px 0px rgba(123, 207, 254, 0.5);
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-price {
    border-bottom: 1px solid #747475;
    width: 100%;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-price .card-price .card-price-reduced .price-reduced-text {
    position: relative;
    display: inline-block;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-price .card-price .card-price-reduced .price-reduced-text::after {
    top: 45%;
    height: 1px;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-price .card-price .card-price-popular .price.vnx-price-popular {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor {
    padding: 20px 0px 24px 0px;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-tooltip {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-tooltip .text-tooltip {
    display: none;
    color: #282829;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-tooltip .infor-icon {
    position: relative;
    cursor: pointer;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-tooltip .infor-icon .vnx_tooltip_icon {
    color: #C0C0C2;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-infor .box-row-infor .infor-tooltip .infor-icon:hover ~ .text-tooltip {
    display: block;
    position: absolute;
    width: 142px;
    height: -moz-fit-content;
    height: fit-content;
    top: 20px;
    right: 0;
    z-index: 1;
    background: #FFF;
    border-radius: 4px;
    color: #282829;
    padding: 4px;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-register a.vnx-button-register {
    padding: 8px 24px;
    height: 36px;
    width: 100%;
    border-radius: 8px;
    background: #0064CC;
    color: #FCFCFC;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .maxspeed_hosting .vnx-data-service-price .box-card-hosting .card-content-register a.vnx-button-register:hover {
    background: #007DFF;
  }
}

.vnx-price_hosting_v2 .vnx-container-cycle {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 32px 0px 64px 0px;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-cycle {
    padding: 32px 0px 43px 0px;
  }
}
.vnx-price_hosting_v2 .vnx-container-cycle .vnx-cycle {
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(0, 124, 252, 0.12) 0%, rgba(0, 100, 204, 0.12) 100%) !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-cycle .vnx-cycle {
    border-radius: 16px !important;
    width: 100%;
    gap: 16px 12px !important;
  }
}
.vnx-price_hosting_v2 .vnx-container-cycle .vnx-cycle .vnx-container-item {
  display: flex;
  height: 36px;
  min-width: 150px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-cycle .vnx-cycle .vnx-container-item {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    height: 40px;
    min-width: auto;
  }
}
.vnx-price_hosting_v2 .vnx-container-cycle .vnx-cycle .vnx-container-item .vnx-cycle-popular {
  position: absolute;
  bottom: 100%;
}
.vnx-price_hosting_v2 .vnx-container-cycle .vnx-cycle .vnx-container-item .vnx-cycle-popular_mobile {
  position: absolute;
  top: -25%;
}
.vnx-price_hosting_v2 .vnx-container-cycle .vnx-cycle .vnx-container-item:hover:not(.vnx-active) {
  background: rgba(255, 255, 255, 0.6);
}
.vnx-price_hosting_v2 .vnx-container-cycle .vnx-cycle .vnx-container-item:hover:not(.vnx-active) .vnx-time {
  color: #525666;
}
.vnx-price_hosting_v2 .vnx-container-cycle .vnx-cycle .vnx-time {
  color: #525666;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.vnx-price_hosting_v2 .vnx-container-cycle .vnx-cycle .vnx-active {
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
}
.vnx-price_hosting_v2 .vnx-container-cycle .vnx-cycle .vnx-active .vnx-time {
  color: #FFFFFF;
}
.vnx-price_hosting_v2 .vnx-container-cycle .vnx-cycle .vnx-sale {
  height: 22px;
  padding: 0px 8px;
  border-radius: 16px;
  border: 1px solid #FF9038;
  background: #FFF4EB;
  color: #FF9038;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.vnx-price_hosting_v2 .vnx-container-price {
  width: 100%;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price {
    gap: 0px !important;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-label-popular {
  min-height: 36px;
  width: 100%;
  position: absolute;
  top: -36px;
  border: 1px solid #0064CC;
  border-radius: 8px 8px 0px 0px;
  border-bottom-width: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-label-popular {
    width: calc(100% - 16px);
    top: -28px;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item {
  display: flex;
  position: relative;
  padding: 24px;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item {
    padding: 12px;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-label-special {
  position: absolute;
  right: 0;
  top: 0;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-name {
  color: #525666;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-name {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-sale {
  display: flex;
  align-items: center;
  gap: 16px;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-sale .vnx-original-price {
  position: relative;
  color: #757885;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-sale .vnx-original-price {
    font-size: 18px;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-sale .vnx-original-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #757885;
  transform: rotate(-8deg);
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price {
  height: 100%;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price {
    padding-bottom: 20px;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price {
  display: flex;
  align-items: flex-end;
  padding: 0px;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-price {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.64px;
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-price {
    font-size: 28px;
    line-height: 34px;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-time {
  color: #757885;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-right: 8px;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-time {
    font-size: 18px;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-icon {
  padding-bottom: 6px;
  position: relative;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-icon .vnx-tooltip {
  display: none;
  color: #525666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(100% + 8px);
  right: -10px;
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  z-index: 1;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-icon .vnx-tooltip::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #fff;
  top: -5px;
  left: unset;
  right: 16px !important;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-icon:hover .vnx-tooltip {
  display: block !important;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code {
  padding: 4px 8px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #EA4848;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code {
    font-size: 16px;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-code {
  padding-left: 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy {
  position: relative;
  padding-left: 8px;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy .icon-copy,
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy .icon-paste {
  font-size: 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 3px;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy .vnx-tooltip-copy {
  color: #525666;
  font-size: 12px;
  font-weight: 400;
  width: 90px;
  display: flex;
  padding: 4px 8px;
  gap: 4px;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  right: -30px;
  top: 30px;
  display: none;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy .vnx-tooltip-copy::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  background: #fff;
  top: -4px;
  left: unset;
  right: 37px !important;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy:hover .vnx-tooltip-copy {
  display: flex;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-text-info {
  color: #525666;
  text-align: start;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-text-info {
    font-size: 16px;
    line-height: 24px;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-text-info2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-text-info2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .highlight_icon {
  color: #FF9038;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-yes-icon,
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-custom-icon,
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-no-icon {
  font-size: 18px;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-icon-tooltip {
  position: relative;
  color: #979AA3;
  align-items: center;
  display: flex;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-icon-tooltip .vnx-tooltip {
  margin-top: 1px;
  display: none;
  position: absolute;
  width: 162px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  right: 0;
  z-index: 1;
  color: #525666;
  top: 100%;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .highlight_icon,
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-custom-icon,
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-yes-icon,
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-no-icon {
  font-size: 18px !important;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .highlight_icon,
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-custom-icon,
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-yes-icon,
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-no-icon {
    font-size: 18px !important;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .tooltip-icon {
  font-size: 18px !important;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .tooltip-icon {
    font-size: 18px !important;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-info-product .vnx-icon-tooltip:hover .vnx-tooltip {
  display: block;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-button {
  display: flex;
  height: 48px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  border-radius: 8px;
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-button {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item .vnx-btn-popular {
  background: linear-gradient(90deg, #F3B847 0%, #F49846 100%) !important;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-popular {
  background: #FFF;
  border: 1px solid #0064CC;
  border-top-width: 0px;
  border-radius: 0px 0px 8px 8px;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover {
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover .vnx-name,
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover .vnx-warp-discount-price .vnx-original-price {
  color: #FFF;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover .vnx-original-price::after {
  background-color: #FFF;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-price {
  background: linear-gradient(90deg, #FFBD2A 0.18%, #FFF000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-time {
  color: #EEEEF0;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-icon:hover .vnx-tooltip {
  display: block !important;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-tooltip-icon-price {
  display: none !important;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-tooltip-icon-price-hover {
  display: block !important;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover .vnx-info-product .vnx-text-info {
  color: #FFF;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover .vnx-info-product .highlight_icon {
  color: #FFF000;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover .vnx-info-product .vnx-icon-tooltip {
  color: #FFF;
}
.vnx-price_hosting_v2 .vnx-container-price .vnx-item:hover .vnx-button {
  background: linear-gradient(90deg, #F3B847 0%, #F49846 100%);
}
.vnx-price_hosting_v2 #splide .splide__arrow--prev svg {
  transform: rotate(180deg) !important;
}
.vnx-price_hosting_v2 #splide .splide__arrow {
  border-radius: 50px;
  border: 1px solid #FFF;
  background: #38A7FF;
  width: 28px;
  height: 28px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.vnx-price_hosting_v2 #splide .splide__arrow .fas {
  font-size: 16px;
  color: white;
}
.vnx-price_hosting_v2 #splide .splide__arrow--next {
  right: -8px;
}
.vnx-price_hosting_v2 #splide .splide__arrow--prev {
  left: -8px;
}
.vnx-price_hosting_v2 #splide .splide__pagination {
  bottom: -35px;
  width: 100%;
}
.vnx-price_hosting_v2 #splide .splide__pagination__page {
  width: 20px !important;
  height: 4px !important;
  border-radius: 30px !important;
  background-color: #d7edff !important;
}
.vnx-price_hosting_v2 #splide .splide__pagination__page.is-active {
  width: 32px !important;
  background-color: #38a7ff !important;
}
@media screen and (min-width: 991px) {
  .vnx-price_hosting_v2 .vnx-container-price-desktop {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .vnx-price_hosting_v2 .vnx-container-price-desktop .vnx-wrapper-desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
  }
  .vnx-price_hosting_v2 .vnx-container-price-desktop .vnx-wrapper-desktop .vnx-warp-item-price {
    width: 32% !important;
    flex: 1;
  }
  .vnx-price_hosting_v2 .splide__arrow,
  .vnx-price_hosting_v2 .splide__pagination {
    display: none !important;
  }
}

.vnx-price-have-compare .vnx-container-cycle {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 32px 0px 64px 0px;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-cycle {
    padding: 32px 0px 43px 0px;
  }
}
.vnx-price-have-compare .vnx-container-cycle .vnx-cycle {
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(0, 124, 252, 0.12) 0%, rgba(0, 100, 204, 0.12) 100%) !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-cycle .vnx-cycle {
    border-radius: 16px !important;
    width: 100%;
    gap: 16px 12px !important;
  }
}
.vnx-price-have-compare .vnx-container-cycle .vnx-cycle .vnx-container-item {
  display: flex;
  height: 36px;
  min-width: 150px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-cycle .vnx-cycle .vnx-container-item {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    height: 40px;
    min-width: auto;
  }
}
.vnx-price-have-compare .vnx-container-cycle .vnx-cycle .vnx-container-item .vnx-cycle-popular {
  position: absolute;
  bottom: 100%;
}
.vnx-price-have-compare .vnx-container-cycle .vnx-cycle .vnx-container-item .vnx-cycle-popular_mobile {
  position: absolute;
  top: -25%;
}
.vnx-price-have-compare .vnx-container-cycle .vnx-cycle .vnx-container-item:hover:not(.vnx-active) {
  background: rgba(255, 255, 255, 0.6);
}
.vnx-price-have-compare .vnx-container-cycle .vnx-cycle .vnx-container-item:hover:not(.vnx-active) .vnx-time {
  color: #525666;
}
.vnx-price-have-compare .vnx-container-cycle .vnx-cycle .vnx-time {
  color: #525666;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.vnx-price-have-compare .vnx-container-cycle .vnx-cycle .vnx-active {
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
}
.vnx-price-have-compare .vnx-container-cycle .vnx-cycle .vnx-active .vnx-time {
  color: #FFFFFF;
}
.vnx-price-have-compare .vnx-container-cycle .vnx-cycle .vnx-sale {
  height: 22px;
  padding: 0px 8px;
  border-radius: 16px;
  border: 1px solid #FF9038;
  background: #FFF4EB;
  color: #FF9038;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.vnx-price-have-compare .vnx-container-price {
  width: 100%;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price {
    gap: 0px !important;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-label-popular {
  min-height: 36px;
  width: 100%;
  position: absolute;
  top: -36px;
  border: 1px solid #0064CC;
  border-radius: 8px 8px 0px 0px;
  border-bottom-width: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-label-popular {
    width: calc(100% - 16px);
    top: -28px;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item {
  display: flex;
  position: relative;
  padding: 24px;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-item {
    padding: 12px;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-label-special {
  position: absolute;
  right: 0;
  top: 0;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-name {
  color: #525666;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-name {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-sale {
  display: flex;
  align-items: center;
  gap: 16px;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-sale .vnx-original-price {
  position: relative;
  color: #757885;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-sale .vnx-original-price {
    font-size: 18px;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-sale .vnx-original-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #757885;
  transform: rotate(-8deg);
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price {
  height: 100%;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price {
    padding-bottom: 20px;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price {
  display: flex;
  align-items: flex-end;
  padding: 0px;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-price {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.64px;
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-price {
    font-size: 28px;
    line-height: 34px;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-time {
  color: #757885;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-right: 8px;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-time {
    font-size: 18px;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-icon {
  padding-bottom: 6px;
  position: relative;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-icon .vnx-tooltip {
  display: none;
  color: #525666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(100% + 8px);
  right: -10px;
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  z-index: 1;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-icon .vnx-tooltip::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #fff;
  top: -5px;
  left: unset;
  right: 16px !important;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-icon:hover .vnx-tooltip {
  display: block !important;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code {
  padding: 4px 8px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #EA4848;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code {
    font-size: 16px;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-code {
  padding-left: 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy {
  position: relative;
  padding-left: 8px;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy .icon-copy,
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy .icon-paste {
  font-size: 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 3px;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy .vnx-tooltip-copy {
  color: #525666;
  font-size: 12px;
  font-weight: 400;
  width: 90px;
  display: flex;
  padding: 4px 8px;
  gap: 4px;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  right: -30px;
  top: 30px;
  display: none;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy .vnx-tooltip-copy::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  background: #fff;
  top: -4px;
  left: unset;
  right: 37px !important;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy:hover .vnx-tooltip-copy {
  display: flex;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-text-info {
  color: #525666;
  text-align: start;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-text-info {
    font-size: 16px;
    line-height: 24px;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-text-info2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-text-info2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .highlight_icon {
  color: #FF9038;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-yes-icon,
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-custom-icon,
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-no-icon {
  font-size: 18px;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-icon-tooltip {
  position: relative;
  color: #979AA3;
  align-items: center;
  display: flex;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-icon-tooltip .vnx-tooltip {
  margin-top: 1px;
  display: none;
  position: absolute;
  width: 162px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  right: 0;
  z-index: 1;
  color: #525666;
  top: 100%;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .highlight_icon,
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-custom-icon,
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-yes-icon,
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-no-icon {
  font-size: 18px !important;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .highlight_icon,
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-custom-icon,
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-yes-icon,
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-no-icon {
    font-size: 18px !important;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .tooltip-icon {
  font-size: 18px !important;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .tooltip-icon {
    font-size: 18px !important;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-info-product .vnx-icon-tooltip:hover .vnx-tooltip {
  display: block;
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-button {
  display: flex;
  height: 48px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  border-radius: 8px;
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .vnx-price-have-compare .vnx-container-price .vnx-item .vnx-button {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
.vnx-price-have-compare .vnx-container-price .vnx-item .vnx-btn-popular {
  background: linear-gradient(90deg, #F3B847 0%, #F49846 100%) !important;
}
.vnx-price-have-compare .vnx-container-price .vnx-popular {
  background: #FFF;
  border: 1px solid #0064CC;
  border-top-width: 0px;
  border-radius: 0px 0px 8px 8px;
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover {
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-btn-compare {
  color: #fff !important;
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-name,
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-warp-discount-price .vnx-original-price {
  color: #FFF;
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-original-price::after {
  background-color: #FFF;
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-price {
  background: linear-gradient(90deg, #FFBD2A 0.18%, #FFF000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-time {
  color: #EEEEF0;
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-icon:hover .vnx-tooltip {
  display: block !important;
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-tooltip-icon-price {
  display: none !important;
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-tooltip-icon-price-hover {
  display: block !important;
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-info-product .vnx-text-info {
  color: #FFF;
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-info-product .highlight_icon {
  color: #FFF000;
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-info-product .vnx-icon-tooltip {
  color: #FFF;
}
.vnx-price-have-compare .vnx-container-price .vnx-item:hover .vnx-button {
  background: linear-gradient(90deg, #F3B847 0%, #F49846 100%);
}
.vnx-price-have-compare #splide .splide__arrow--prev svg {
  transform: rotate(180deg) !important;
}
.vnx-price-have-compare #splide .splide__arrow {
  border-radius: 50px;
  border: 1px solid #FFF;
  background: #38A7FF;
  width: 28px;
  height: 28px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.vnx-price-have-compare #splide .splide__arrow .fas {
  font-size: 16px;
  color: white;
}
.vnx-price-have-compare #splide .splide__arrow--next {
  right: -8px;
}
.vnx-price-have-compare #splide .splide__arrow--prev {
  left: -8px;
}
.vnx-price-have-compare #splide .splide__pagination {
  bottom: -35px;
  width: 100%;
}
.vnx-price-have-compare #splide .splide__pagination__page {
  width: 20px !important;
  height: 4px !important;
  border-radius: 30px !important;
  background-color: #d7edff !important;
}
.vnx-price-have-compare #splide .splide__pagination__page.is-active {
  width: 32px !important;
  background-color: #38a7ff !important;
}
@media screen and (min-width: 991px) {
  .vnx-price-have-compare .vnx-container-price-desktop {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .vnx-price-have-compare .vnx-container-price-desktop .vnx-wrapper-desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
  }
  .vnx-price-have-compare .vnx-container-price-desktop .vnx-wrapper-desktop .vnx-warp-item-price {
    width: 32% !important;
    flex: 1;
  }
  .vnx-price-have-compare .splide__arrow,
  .vnx-price-have-compare .splide__pagination {
    display: none !important;
  }
}

.vnx-price_ssl .vnx-container-cycle {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 32px 0px 64px 0px;
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-cycle {
    padding: 32px 0px 43px 0px;
  }
}
.vnx-price_ssl .vnx-container-cycle .vnx-cycle {
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(0, 124, 252, 0.12) 0%, rgba(0, 100, 204, 0.12) 100%) !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-cycle .vnx-cycle {
    border-radius: 16px !important;
    width: 100%;
    gap: 16px 12px !important;
  }
}
.vnx-price_ssl .vnx-container-cycle .vnx-cycle .vnx-container-item {
  display: flex;
  height: 36px;
  min-width: 150px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-cycle .vnx-cycle .vnx-container-item {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    height: 40px;
    min-width: auto;
  }
}
.vnx-price_ssl .vnx-container-cycle .vnx-cycle .vnx-container-item .vnx-cycle-popular {
  position: absolute;
  bottom: 100%;
}
.vnx-price_ssl .vnx-container-cycle .vnx-cycle .vnx-container-item .vnx-cycle-popular_mobile {
  position: absolute;
  top: -25%;
}
.vnx-price_ssl .vnx-container-cycle .vnx-cycle .vnx-container-item:hover:not(.vnx-active) {
  background: rgba(255, 255, 255, 0.6);
}
.vnx-price_ssl .vnx-container-cycle .vnx-cycle .vnx-container-item:hover:not(.vnx-active) .vnx-time {
  color: #525666;
}
.vnx-price_ssl .vnx-container-cycle .vnx-cycle .vnx-time {
  color: #525666;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.vnx-price_ssl .vnx-container-cycle .vnx-cycle .vnx-active {
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
}
.vnx-price_ssl .vnx-container-cycle .vnx-cycle .vnx-active .vnx-time {
  color: #FFFFFF;
}
.vnx-price_ssl .vnx-container-cycle .vnx-cycle .vnx-sale {
  height: 22px;
  padding: 0px 8px;
  border-radius: 16px;
  border: 1px solid #FF9038;
  background: #FFF4EB;
  color: #FF9038;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.vnx-price_ssl .vnx-container-price {
  width: 100%;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-price {
    gap: 0px !important;
  }
}
.vnx-price_ssl .vnx-container-price .vnx-label-popular {
  min-height: 36px;
  width: 100%;
  position: absolute;
  top: -36px;
  border: 1px solid #0064CC;
  border-radius: 8px 8px 0px 0px;
  border-bottom-width: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-price .vnx-label-popular {
    width: calc(100% - 16px);
    top: -28px;
  }
}
.vnx-price_ssl .vnx-container-price .vnx-item {
  width: 100%;
  min-width: 295px;
  display: flex;
  position: relative;
  padding: 12px;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-price .vnx-item {
    min-width: 295px;
    padding: 12px;
    width: 100%;
  }
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-label-special {
  position: absolute;
  right: 0;
  top: 0;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-name {
  color: #282829;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 16px;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-sale {
  display: flex;
  align-items: center;
  gap: 16px;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-sale .vnx-original-price {
  position: relative;
  color: #757885;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-sale .vnx-original-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #757885;
  transform: rotate(-8deg);
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price {
  height: 100%;
  padding-bottom: 16px;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price {
  display: flex;
  align-items: flex-end;
  padding: 0px;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-price {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.64px;
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-time {
  color: #757885;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-right: 8px;
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-time {
    font-size: 18px;
  }
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-icon {
  padding-bottom: 6px;
  position: relative;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-icon .vnx-tooltip {
  display: none;
  color: #525666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(100% + 8px);
  right: -10px;
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  z-index: 1;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-icon .vnx-tooltip::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #fff;
  top: -5px;
  left: unset;
  right: 16px !important;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-discount-price .vnx-icon:hover .vnx-tooltip {
  display: block !important;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code {
  padding: 4px 8px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #EA4848;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code {
    font-size: 16px;
  }
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-code {
  padding-left: 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy {
  position: relative;
  padding-left: 8px;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy .icon-copy,
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy .icon-paste {
  font-size: 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 3px;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy .vnx-tooltip-copy {
  color: #525666;
  font-size: 12px;
  font-weight: 400;
  width: 90px;
  display: flex;
  padding: 4px 8px;
  gap: 4px;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  right: -30px;
  top: 30px;
  display: none;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy .vnx-tooltip-copy::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  background: #fff;
  top: -4px;
  left: unset;
  right: 37px !important;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-warp-discount-price .vnx-label-code .vnx-warp-icon-copy:hover .vnx-tooltip-copy {
  display: flex;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-info-product-list {
  padding: 16px 0px 20px 0px;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-info-product-list .vnx-info-product-item {
  padding: 8px 0px;
  border-bottom: 1px dashed #C0C0C2;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-info-product-list .vnx-info-product-item:first-child {
  padding-top: 0px;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-info-product-list .vnx-info-product-item:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-text-info {
  color: #282829;
  text-align: start;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-text-info {
    font-size: 16px;
    line-height: 24px;
  }
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-text-info2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-text-info2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .highlight_icon {
  color: #FF9038;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-yes-icon,
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-custom-icon,
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-no-icon {
  font-size: 18px;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-icon-tooltip {
  position: relative;
  color: #979AA3;
  align-items: center;
  display: flex;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-icon-tooltip .vnx-tooltip {
  margin-top: 1px;
  display: none;
  position: absolute;
  width: 162px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  right: 0;
  z-index: 1;
  color: #525666;
  top: 100%;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .highlight_icon,
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-custom-icon,
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-yes-icon,
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-no-icon {
  font-size: 18px !important;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .highlight_icon,
  .vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-custom-icon,
  .vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-yes-icon,
  .vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-no-icon {
    font-size: 18px !important;
  }
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .tooltip-icon {
  font-size: 18px !important;
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .tooltip-icon {
    font-size: 18px !important;
  }
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-info-product .vnx-icon-tooltip:hover .vnx-tooltip {
  display: block;
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-button {
  display: flex;
  height: 48px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #FCFCFC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 8px;
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
}
@media screen and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-price .vnx-item .vnx-button {
    font-size: 16px;
    line-height: 24px;
  }
}
.vnx-price_ssl .vnx-container-price .vnx-item .vnx-btn-popular {
  background: linear-gradient(90deg, #F3B847 0%, #F49846 100%) !important;
}
.vnx-price_ssl .vnx-container-price .vnx-popular {
  background: #FFF;
  border: 1px solid #0064CC;
  border-top-width: 0px;
  border-radius: 0px 0px 8px 8px;
}
.vnx-price_ssl .vnx-container-price .vnx-item:hover {
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
}
.vnx-price_ssl .vnx-container-price .vnx-item:hover .vnx-name,
.vnx-price_ssl .vnx-container-price .vnx-item:hover .vnx-warp-discount-price .vnx-original-price {
  color: #FFF;
}
.vnx-price_ssl .vnx-container-price .vnx-item:hover .vnx-original-price::after {
  background-color: #FFF;
}
.vnx-price_ssl .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-price {
  background: #FFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vnx-price_ssl .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-time {
  color: #EEEEF0;
}
.vnx-price_ssl .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-icon:hover .vnx-tooltip {
  display: block !important;
}
.vnx-price_ssl .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-tooltip-icon-price {
  display: none !important;
}
.vnx-price_ssl .vnx-container-price .vnx-item:hover .vnx-discount-price .vnx-tooltip-icon-price-hover {
  display: block !important;
}
.vnx-price_ssl .vnx-container-price .vnx-item:hover .vnx-info-product .vnx-text-info {
  color: #FFF;
}
.vnx-price_ssl .vnx-container-price .vnx-item:hover .vnx-info-product .highlight_icon {
  color: #FFF000;
}
.vnx-price_ssl .vnx-container-price .vnx-item:hover .vnx-info-product .vnx-icon-tooltip {
  color: #FFF;
}
.vnx-price_ssl .vnx-container-price .vnx-item:hover .vnx-button {
  background: linear-gradient(90deg, #F3B847 0%, #F49846 100%);
}
.vnx-price_ssl #splide .splide__arrow--prev svg {
  transform: rotate(180deg) !important;
}
.vnx-price_ssl #splide .splide__arrow {
  border-radius: 50px;
  border: 1px solid #FFF;
  background: #38A7FF;
  width: 28px;
  height: 28px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.vnx-price_ssl #splide .splide__arrow .fas {
  font-size: 16px;
  color: white;
}
.vnx-price_ssl #splide .splide__arrow--next {
  right: -8px;
}
.vnx-price_ssl #splide .splide__arrow--prev {
  left: -8px;
}
.vnx-price_ssl #splide .splide__pagination {
  bottom: -20px;
  width: 100%;
}
.vnx-price_ssl #splide .splide__pagination__page {
  width: 20px !important;
  height: 4px !important;
  border-radius: 30px !important;
  background-color: #d7edff !important;
}
.vnx-price_ssl #splide .splide__pagination__page.is-active {
  width: 32px !important;
  background-color: #38a7ff !important;
}
@media screen and (min-width: 1024px) {
  .vnx-price_ssl .vnx-container-price-desktop {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .vnx-price_ssl .vnx-container-price-desktop .vnx-wrapper-desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    align-items: stretch;
  }
  .vnx-price_ssl .vnx-container-price-desktop .vnx-wrapper-desktop .vnx-warp-item-price {
    width: 20% !important;
    min-width: 295px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 991px) {
  .vnx-price_ssl .vnx-container-price-desktop .vnx-wrapper-desktop .vnx-warp-item-price {
    width: 30% !important;
    min-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .vnx-price_ssl .splide__arrow,
  .vnx-price_ssl .splide__pagination {
    display: none !important;
  }
}

.vnx-price_scroll {
  font-family: "Inter" !important;
}
.vnx-price_scroll .vnx-price_scroll_warp {
  display: -webkit-inline-box;
  align-items: stretch;
  gap: 16px;
  overflow: auto;
  position: relative;
  padding-bottom: 12px;
  cursor: grab;
}
.vnx-price_scroll .vnx-price_scroll_warp:active {
  cursor: grabbing;
}
@media screen and (max-width: 991px) {
  .vnx-price_scroll .vnx-price_scroll_warp {
    padding-bottom: 16px;
  }
}
.vnx-price_scroll .vnx-price_scroll_warp .ps__thumb-x {
  height: 4px;
  border-radius: 999px;
  background: #D9D9D9;
}
.vnx-price_scroll .vnx-price_scroll_warp .ps__rail-x {
  height: 12px;
}
.vnx-price_scroll .vnx-price_scroll_warp .ps__rail-x:hover .ps__thumb-x {
  height: 8px !important;
}
.vnx-price_scroll .vnx-price_scroll_warp .ps__thumb-x:active {
  height: 8px;
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card {
  display: flex;
  width: 315px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card {
    width: 245px;
    padding: 16px;
  }
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-name {
  padding-bottom: 16px;
  color: #525666;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-name {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
  }
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-price {
  padding-bottom: 8px;
  display: flex;
  align-items: flex-end;
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-price .vnx-product-price-value {
  background: var(--Gradient-Dark-Blue-Gradient, linear-gradient(90deg, #007CFC 0%, #0064CC 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  .vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-price .vnx-product-price-value {
    font-size: 20px;
    line-height: 23px;
  }
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-price .vnx-product-price-label {
  color: #757885;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  padding-right: 8px;
}
@media screen and (max-width: 991px) {
  .vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-price .vnx-product-price-label {
    font-size: 12px;
    line-height: 22px;
  }
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-special-url {
  position: absolute;
  top: 0;
  right: 0;
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code {
  display: flex;
  height: 32px;
  padding: 4px 8px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #EA4848;
  width: -moz-fit-content;
  width: fit-content;
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code .vnx-warp-icon-copy {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 8px;
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code .vnx-product-code-label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code .vnx-product-code-label {
    font-size: 10px;
    line-height: 20px;
  }
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code .vnx-product-code-text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}
@media screen and (max-width: 991px) {
  .vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code .vnx-product-code-text {
    font-size: 10px;
    line-height: 20px;
    max-width: 110px;
  }
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code .vnx-product-code-value {
  overflow: hidden;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code .vnx-copy {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  width: 20px;
  height: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code .vnx-copy:hover .vnx-tooltip-copy {
  display: block;
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code .vnx-copy i {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code .vnx-copy {
    width: 18px;
    height: 18px;
  }
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code .vnx-copy .vnx-tooltip-copy {
  color: #525666;
  font-size: 12px;
  font-weight: 400;
  width: 90px;
  display: flex;
  padding: 4px 8px;
  gap: 4px;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  right: -30px;
  top: 30px;
  display: none;
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-code .vnx-copy .vnx-tooltip-copy::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  background: #fff;
  top: -4px;
  left: unset;
  right: 37px !important;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-config {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-top: 1px solid #E0E0E0;
  margin-top: 16px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-config {
    margin-top: 12px;
    padding-top: 12px;
    gap: 8px;
  }
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-config .vnx-product-config-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-config .vnx-product-config-item i {
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 20px;
  width: 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-config .vnx-product-config-item i {
    width: 18px;
    font-size: 18px;
  }
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-config .vnx-product-config-item .vnx-config-detail {
  color: #525666;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-config .vnx-product-config-item .vnx-config-detail.vnx-config-detail-no {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .vnx-price_scroll .vnx-price_scroll_warp .vnx-product-card .vnx-product-config .vnx-product-config-item .vnx-config-detail {
    font-size: 12px;
    line-height: 22px;
  }
}

.vnx_mode_light .compare_hosting_v2 .box-row-infor-price.vnx_price_pack_popular_row {
  background: linear-gradient(90deg, rgba(0, 125, 255, 0.12) 0%, rgba(0, 125, 255, 0) 20%, rgba(0, 125, 255, 0) 80%, rgba(0, 125, 255, 0.12) 100%);
}
.vnx_mode_light .compare_hosting_v2 .vnx_hidden {
  visibility: hidden;
  height: 0px;
}
.vnx_mode_light .compare_hosting_v2 .button_box_prices {
  overflow-x: clip;
  position: relative;
}
.vnx_mode_light .compare_hosting_v2 .box-row-infor-all-price {
  overflow: hidden;
}
.vnx_mode_light .compare_hosting_v2 .vnx_header_price {
  position: sticky;
  top: 60px;
  z-index: 10;
  background: #FFF;
}
@media screen and (max-width: 991px) {
  .vnx_mode_light .compare_hosting_v2 .vnx_header_price {
    top: 40px;
  }
}
.vnx_mode_light .compare_hosting_v2 .vnx-swiper-button {
  position: absolute;
  top: 45%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.vnx_mode_light .compare_hosting_v2 .vnx-swiper-button .swiper_button {
  height: 32px;
  width: 28px;
  z-index: 1;
}
.vnx_mode_light .compare_hosting_v2 .swiper_button i {
  color: #e0e0e0;
}
.vnx_mode_light .compare_hosting_v2 .vnx_body_prices {
  color: #282829;
}
.vnx_mode_light .compare_hosting_v2 .vnx_body_prices .vnx_box_infor_hosting_first .vnx_content_box_hosting {
  height: 100% !important;
}
.vnx_mode_light .compare_hosting_v2 .vnx_body_prices .vnx_box_infor_hosting_second .vnx_content_box_hosting {
  max-height: 232px;
  min-height: 100%;
}
.vnx_mode_light .compare_hosting_v2 .vnx_load_more {
  border-radius: 0px 0px 4px 4px;
}
.vnx_mode_light .compare_hosting_v2 .vnx_load_more button > i {
  color: #C0C0C2;
  font-size: 14px;
}
.vnx_mode_light .compare_hosting_v2 .vnx_load_more.expanded {
  border-top: 1px solid #C0C0C2;
}
.vnx_mode_light .compare_hosting_v2 .vnx_box_infor_hosting.vnx_box_infor_hosting_second {
  position: relative;
}
.vnx_mode_light .compare_hosting_v2 button.vnx-button-more.toggle-btn {
  color: #007CFC;
  padding: 12px 0px 12px;
}
.vnx_mode_light .compare_hosting_v2 button.vnx-button-more.toggle-btn i {
  padding-left: 12px;
  color: #007CFC;
}
.vnx_mode_light .compare_hosting_v2 button.vnx-button-close {
  color: #007CFC;
  padding: 12px 0px;
}
.vnx_mode_light .compare_hosting_v2 button.vnx-button-close i {
  padding-left: 12px;
  color: #007CFC;
}
.vnx_mode_light .compare_hosting_v2 .box-row-infor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px 8px;
  min-height: 58px;
  align-items: center;
  border-right: 1px solid #C0C0C2;
  border-bottom: 1px solid #C0C0C2;
}
.vnx_mode_light .compare_hosting_v2 .box-row-infor:nth-child(even) {
  background-color: rgba(236, 251, 255, 0.08);
}
.vnx_mode_light .compare_hosting_v2 .box-row-infor-price > .row-price:nth-child(even) {
  background-color: rgba(236, 251, 255, 0.08);
}
.vnx_mode_light .compare_hosting_v2 .box-row-infor-price .row-price {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px 8px;
  min-height: 58px;
  align-items: center;
  border-right: 1px solid #C0C0C2;
  border-bottom: 1px solid #C0C0C2;
}
.vnx_mode_light .compare_hosting_v2 .box-row-infor-price .row-price:last-child {
  border-bottom: none;
}
.vnx_mode_light .compare_hosting_v2 .box-list-row-infor .box-row-infor:last-child {
  border-bottom: none;
}
.vnx_mode_light .compare_hosting_v2 .vnx_box_infor_hosting {
  border: 1px solid #C0C0C2;
  border-radius: 4px;
  margin-top: 32px;
}
.vnx_mode_light .compare_hosting_v2 .infor-tooltip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.vnx_mode_light .compare_hosting_v2 .infor-tooltip .vnx_tooltip_icon {
  color: #747475;
}
.vnx_mode_light .compare_hosting_v2 .infor-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
.vnx_mode_light .compare_hosting_v2 .infor-icon {
  cursor: pointer;
  position: relative;
}
.vnx_mode_light .compare_hosting_v2 .infor-icon:hover ~ .text-tooltip {
  display: block;
  position: absolute;
  top: 20px;
  left: -145px;
  right: 0px;
  z-index: 1;
  background: #38a7ff;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
}
.vnx_mode_light .compare_hosting_v2 .text-tooltip {
  display: none;
}
.vnx_mode_light .compare_hosting_v2 .vnx_title_box_hosting {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  border-bottom: 1px solid #525666;
  background: linear-gradient(104deg, #0064CC 0%, #0095FF 100%);
  border-radius: 2px 2px 0px 0px;
}
.vnx_mode_light .compare_hosting_v2 .vnx_title_box_hosting .title {
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.vnx_mode_light .compare_hosting_v2 .vnx_icon_show {
  font-size: 24px;
  cursor: pointer;
}
.vnx_mode_light .compare_hosting_v2 .vnx_icon_hidden {
  font-size: 24px;
  cursor: pointer;
}
.vnx_mode_light .compare_hosting_v2 .vnx_name_price {
  min-height: 128px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
}
.vnx_mode_light .compare_hosting_v2 .vnx_name_price .el-custom-tooltip-price-year {
  color: #525666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 1;
  right: -10px !important;
}
.vnx_mode_light .compare_hosting_v2 .vnx_name_price .el-custom-tooltip-price-year .vnx-price-reduced-year {
  background: linear-gradient(104deg, #FF8600 0%, #FFB300 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vnx_mode_light .compare_hosting_v2 .vnx_name_price .el-custom-tooltip-price-year::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #fff;
  top: -6px;
  left: unset;
  right: 16px !important;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
.vnx_mode_light .compare_hosting_v2 .button_box_support {
  display: flex;
  padding: 0px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  position: relative;
}
.vnx_mode_light .compare_hosting_v2 .button_box_support::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 70%;
  background: linear-gradient(to top, #C0C0C2 0%, #C0C0C2 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
}
.vnx_mode_light .compare_hosting_v2 .button_support {
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  background: var(--Gradient-Orangle-01, linear-gradient(90deg, #f3b847 0%, #f49846 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px dashed #f3b847;
}
.vnx_mode_light .compare_hosting_v2 .vnx_price_pack {
  color: #282829;
}
.vnx_mode_light .compare_hosting_v2 .vnx_price_pack.vnx_price_pack_popular {
  background: linear-gradient(90deg, rgba(0, 125, 255, 0.12) 0%, rgba(0, 125, 255, 0) 20%, rgba(0, 125, 255, 0) 80%, rgba(0, 125, 255, 0.12) 100%);
}
.vnx_mode_light .compare_hosting_v2 .vnx_price_pack.vnx_price_pack_popular .vnx_box_content {
  row-gap: 12px;
  padding: 12px 16px 16px 16px;
}
@media only screen and (max-width: 1024px) {
  .vnx_mode_light .compare_hosting_v2 .vnx_price_pack.vnx_price_pack_popular .vnx_price_pack_title {
    padding-top: 0px;
  }
}
.vnx_mode_light .compare_hosting_v2 .vnx_price_pack .vnx_box_content {
  row-gap: 8px;
  padding: 16px 16px 16px 16px;
}
.vnx_mode_light .compare_hosting_v2 .vnx_price_pack .vnx_price_pack_price .vnx_price {
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .vnx_mode_light .compare_hosting_v2 .vnx_price_pack .vnx_price_pack_price .vnx_price {
    background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
    background-clip: overlay;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #FCFCFC;
  }
}
.vnx_mode_light .compare_hosting_v2 .vnx_price_pack .vnx_price_pack_price span:nth-child(2) {
  color: #424242;
}
.vnx_mode_light .compare_hosting_v2 .vnx_price_pack .vnx_price_pack_price a {
  border-radius: 8px;
  padding: 6px 4px;
  color: #FCFCFC;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  justify-content: center;
}
.vnx_mode_light .compare_hosting_v2 .vnx_price_pack .vnx_price_pack_price a:hover {
  background: #0064CC;
}
.vnx_mode_light .compare_hosting_v2 .vnx_price_pack::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 70%;
  background: linear-gradient(to top, #C0C0C2 0%, #C0C0C2 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
}
.vnx_mode_light .compare_hosting_v2 .vnx_button_register .vnx-button-register {
  display: flex;
  width: 100%;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: linear-gradient(104deg, #FF9400 0%, #FFC500 100%);
  box-shadow: 0px 2px 8px -2px rgba(244, 152, 70, 0.5);
}
.vnx_mode_light .compare_hosting_v2 .vnx_button_register .vnx-button-register:hover {
  background: linear-gradient(104deg, #FF8600 0%, #FFB300 100%);
}
.vnx_mode_light .compare_hosting_v2 .swiper-button-disabled i {
  color: #525666;
}

.vnx_mode_dark .compare_hosting_v2 .box-row-infor-price.vnx_price_pack_popular_row {
  background: linear-gradient(90deg, rgba(61, 139, 255, 0.12) 0%, rgba(61, 139, 255, 0) 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
}
.vnx_mode_dark .compare_hosting_v2 .vnx_hidden {
  visibility: hidden;
  height: 0px;
}
.vnx_mode_dark .compare_hosting_v2 .button_box_prices {
  overflow-x: clip;
  position: relative;
}
.vnx_mode_dark .compare_hosting_v2 .box-row-infor-all-price {
  overflow: hidden;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_header_price {
  position: sticky;
  top: 60px;
  z-index: 10;
  background: #00070E;
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .vnx_mode_dark .compare_hosting_v2 .vnx_header_price {
    top: 40px;
  }
}
.vnx_mode_dark .compare_hosting_v2 .vnx-swiper-button {
  position: absolute;
  top: 45%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.vnx_mode_dark .compare_hosting_v2 .vnx-swiper-button .swiper_button {
  height: 32px;
  width: 28px;
  z-index: 1;
}
.vnx_mode_dark .compare_hosting_v2 .swiper_button i {
  color: #e0e0e0;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_body_prices {
  color: #FFF;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_body_prices .vnx_box_infor_hosting_first .vnx_content_box_hosting {
  height: 100% !important;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_body_prices .vnx_box_infor_hosting_second .vnx_content_box_hosting {
  max-height: 232px;
  min-height: 100%;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_load_more {
  border-radius: 0px 0px 4px 4px;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_load_more button > i {
  color: #C0C0C2;
  font-size: 14px;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_load_more.collapsed {
  border-top: 1px solid #747475;
  width: 100%;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_load_more.expanded {
  border-top: 1px solid #747475;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_box_infor_hosting.vnx_box_infor_hosting_second {
  position: relative;
}
.vnx_mode_dark .compare_hosting_v2 button.vnx-button-more.toggle-btn {
  padding: 12px 0px 12px;
}
.vnx_mode_dark .compare_hosting_v2 button.vnx-button-close {
  padding: 12px 0px;
}
.vnx_mode_dark .compare_hosting_v2 .box-row-infor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px 8px;
  min-height: 58px;
  align-items: center;
  border-right: 1px solid #747475;
  border-bottom: 1px solid #747475;
}
.vnx_mode_dark .compare_hosting_v2 .box-row-infor:nth-child(even) {
  background-color: rgba(236, 251, 255, 0.08);
}
.vnx_mode_dark .compare_hosting_v2 .box-row-infor-price > .row-price:nth-child(even) {
  background-color: rgba(236, 251, 255, 0.08);
}
.vnx_mode_dark .compare_hosting_v2 .box-row-infor-price .row-price {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px 8px;
  min-height: 58px;
  align-items: center;
  border-right: 1px solid #747475;
  border-bottom: 1px solid #747475;
}
.vnx_mode_dark .compare_hosting_v2 .box-row-infor-price .row-price:last-child {
  border-bottom: none;
}
.vnx_mode_dark .compare_hosting_v2 .box-list-row-infor .box-row-infor:last-child {
  border-bottom: none;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_box_infor_hosting {
  border: 1px solid #747475;
  border-radius: 4px;
  margin-top: 32px;
  background-color: #00070E;
}
.vnx_mode_dark .compare_hosting_v2 .infor-tooltip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.vnx_mode_dark .compare_hosting_v2 .infor-tooltip .vnx_tooltip_icon {
  color: #C0C0C2;
}
.vnx_mode_dark .compare_hosting_v2 .infor-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
.vnx_mode_dark .compare_hosting_v2 .infor-icon {
  cursor: pointer;
  position: relative;
}
.vnx_mode_dark .compare_hosting_v2 .infor-icon:hover ~ .text-tooltip {
  display: block;
  position: absolute;
  top: 20px;
  left: -145px;
  right: 0px;
  z-index: 1;
  background: #38a7ff;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
}
.vnx_mode_dark .compare_hosting_v2 .text-tooltip {
  display: none;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_title_box_hosting {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  border-bottom: 1px solid #525666;
  background: linear-gradient(104deg, #0064CC 0%, #0095FF 100%);
  border-radius: 4px 4px 0px 0px;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_title_box_hosting .title {
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_icon_show {
  font-size: 24px;
  cursor: pointer;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_icon_hidden {
  font-size: 24px;
  cursor: pointer;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_name_price {
  min-height: 128px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
}
.vnx_mode_dark .compare_hosting_v2 .vnx_name_price .el-custom-tooltip-price-year {
  color: #525666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 1;
  right: -10px !important;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_name_price .el-custom-tooltip-price-year .vnx-price-reduced-year {
  background: linear-gradient(104deg, #FF8600 0%, #FFB300 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_name_price .el-custom-tooltip-price-year::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #fff;
  top: -6px;
  left: unset;
  right: 16px !important;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
.vnx_mode_dark .compare_hosting_v2 .button_box_support {
  display: flex;
  padding: 0px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}
.vnx_mode_dark .compare_hosting_v2 .button_support {
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  background: var(--Gradient-Orangle-01, linear-gradient(90deg, #f3b847 0%, #f49846 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px dashed #f3b847;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_price_pack .vnx_box_content {
  row-gap: 8px;
  padding: 16px 16px 16px 16px;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_price_pack::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 70%;
  background: linear-gradient(to top, #747475 0%, #747475 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
}
.vnx_mode_dark .compare_hosting_v2 .vnx_price_pack.vnx_price_pack_popular {
  background: linear-gradient(90deg, rgba(61, 139, 255, 0.12) 0%, rgba(61, 139, 255, 0) 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
}
.vnx_mode_dark .compare_hosting_v2 .vnx_price_pack.vnx_price_pack_popular .vnx_box_content {
  row-gap: 12px;
  padding: 12px 16px 16px 16px;
}
@media only screen and (max-width: 1024px) {
  .vnx_mode_dark .compare_hosting_v2 .vnx_price_pack.vnx_price_pack_popular .vnx_price_pack_title {
    padding-top: 0px;
  }
}
.vnx_mode_dark .compare_hosting_v2 .vnx_price_pack_price a {
  border-radius: 8px;
  background: #0064CC;
  padding: 6px 4px;
  color: #FCFCFC;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  justify-content: center;
}
.vnx_mode_dark .compare_hosting_v2 .vnx_price_pack_price a:hover {
  background: #0064CC;
}
@media only screen and (max-width: 1024px) {
  .vnx_mode_dark .compare_hosting_v2 .vnx_price_pack_price a .vnx_price {
    background-color: #0064CC;
  }
}
.vnx_mode_dark .compare_hosting_v2 .vnx_button_register .vnx-button-register {
  display: flex;
  width: 100%;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: linear-gradient(104deg, #007DFF 0%, #40D3FF 100%);
  box-shadow: 0px 2px 8px -2px rgba(244, 152, 70, 0.5);
}
.vnx_mode_dark .compare_hosting_v2 .vnx_button_register .vnx-button-register:hover {
  background: linear-gradient(104deg, #0064CC 0%, #0095FF 100%);
}
.vnx_mode_dark .compare_hosting_v2 .swiper-button-disabled i {
  color: #525666;
}

@media only screen and (max-width: 1024px) {
  .vnx_mode_light .compare_hosting_v2 .vnx-swiper-button .swiper_button {
    width: 16px;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_price_pack.vnx_price_pack_popular .vnx_price_pack_price .vnx_price {
    background: linear-gradient(104deg, #FF9400 0%, #FFC500 100%);
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_header_price {
    padding: 0px 16px;
  }
  .vnx_mode_light .compare_hosting_v2 .box-row-infor {
    gap: 8px;
    min-height: 45px !important;
    border-right: none !important;
    border-bottom: 1px solid #C0C0C2 !important;
    justify-content: start !important;
    background: linear-gradient(104deg, rgba(178, 238, 255, 0.12) 0%, rgba(236, 251, 255, 0.12) 100%);
  }
  .vnx_mode_light .compare_hosting_v2 .infor-icon:hover ~ .text-tooltip {
    right: -145px !important;
    left: 0px !important;
    z-index: 10 !important;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_title_box_hosting {
    height: 45px !important;
    border-radius: 0px;
    padding: 12px 8px;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_body_prices {
    padding: 0px 16px;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_body_prices .vnx_box_infor_hosting_second .vnx_content_box_hosting {
    max-height: 400px;
    min-height: 100%;
    overflow: hidden;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_icon_show {
    font-size: 20px !important;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_icon_hidden {
    font-size: 20px !important;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_name_price {
    min-height: 100%;
    position: relative;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_price_pack {
    padding: 12px 8px !important;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_price_pack::after {
    content: none;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_price_pack:nth-child(even)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 70%;
    background: linear-gradient(to top, #747475 0%, #747475 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_price_pack:nth-child(even)::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 70%;
    background: linear-gradient(to top, #747475 0%, #747475 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
  }
  .vnx_mode_light .compare_hosting_v2 .swiper_button.swiper-button-prev {
    position: absolute;
    left: -16px;
  }
  .vnx_mode_light .compare_hosting_v2 .swiper_button.swiper-button-next {
    position: absolute;
    right: -16px;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_box_infor_hosting {
    border: none;
    margin-top: 16px;
  }
  .vnx_mode_light .compare_hosting_v2 .box-row-infor-price > .row-price {
    min-height: 45px !important;
    border-right: none !important;
    border-bottom: 1px solid #C0C0C2 !important;
  }
  .vnx_mode_light .compare_hosting_v2 .box-row-infor-price:nth-child(even) > .row-price {
    min-height: 45px !important;
    border-right: 1px solid #C0C0C2 !important;
    border-left: 1px solid #C0C0C2 !important;
    border-bottom: 1px solid #C0C0C2 !important;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_load_more.collapsed {
    border-bottom: 1px solid #C0C0C2;
    border-radius: 0px;
  }
  .vnx_mode_light .compare_hosting_v2 .vnx_load_more.expanded {
    border-bottom: 1px solid #C0C0C2;
    border-radius: 0px;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx-swiper-button .swiper_button {
    width: 16px;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_price_pack.vnx_price_pack_popular .vnx_price_pack_price .vnx_price {
    background: linear-gradient(104deg, #FF9400 0%, #FFC500 100%);
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_price_pack .vnx_price_pack_title {
    padding-top: 0px;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_header_price {
    padding: 0px 16px;
  }
  .vnx_mode_dark .compare_hosting_v2 .box-row-infor {
    gap: 8px;
    min-height: 45px !important;
    border-right: none !important;
    border-bottom: 1px solid #747475 !important;
    justify-content: start !important;
    background: linear-gradient(104deg, rgba(178, 238, 255, 0.12) 0%, rgba(236, 251, 255, 0.12) 100%);
  }
  .vnx_mode_dark .compare_hosting_v2 .infor-icon:hover ~ .text-tooltip {
    right: -145px !important;
    left: 0px !important;
    z-index: 10 !important;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_title_box_hosting {
    height: 45px !important;
    border-radius: 0px;
    padding: 12px 8px;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_body_prices {
    padding: 0px 16px;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_body_prices .vnx_box_infor_hosting_second .vnx_content_box_hosting {
    max-height: 400px;
    min-height: 100%;
    overflow: hidden;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_icon_show {
    font-size: 20px !important;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_icon_hidden {
    font-size: 20px !important;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_name_price {
    min-height: 100%;
    position: relative;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_price_pack {
    padding: 12px 8px !important;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_price_pack::after {
    content: none;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_price_pack:nth-child(even)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 70%;
    background: linear-gradient(to top, #747475 0%, #747475 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_price_pack:nth-child(even)::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 70%;
    background: linear-gradient(to top, #747475 0%, #747475 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
  }
  .vnx_mode_dark .compare_hosting_v2 .swiper_button.swiper-button-prev {
    position: absolute;
    left: -16px;
  }
  .vnx_mode_dark .compare_hosting_v2 .swiper_button.swiper-button-next {
    position: absolute;
    right: -16px;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_box_infor_hosting {
    border: none;
    margin-top: 16px;
  }
  .vnx_mode_dark .compare_hosting_v2 .box-row-infor-price > .row-price {
    min-height: 45px !important;
    border-right: none !important;
    border-bottom: 1px solid #747475 !important;
  }
  .vnx_mode_dark .compare_hosting_v2 .box-row-infor-price:nth-child(even) > .row-price {
    min-height: 45px !important;
    border-right: 1px solid #747475 !important;
    border-left: 1px solid #747475 !important;
    border-bottom: 1px solid #747475 !important;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_load_more.collapsed {
    border-bottom: 1px solid #747475;
    border-radius: 0px;
  }
  .vnx_mode_dark .compare_hosting_v2 .vnx_load_more.expanded {
    border-bottom: 1px solid #747475;
    border-radius: 0px;
  }
}
.compare_ssl .box-row-infor-price.vnx_price_pack_popular_row {
  background: linear-gradient(90deg, rgba(0, 125, 255, 0.12) 0%, rgba(0, 125, 255, 0) 20%, rgba(0, 125, 255, 0) 80%, rgba(0, 125, 255, 0.12) 100%);
}
.compare_ssl .vnx_hidden {
  visibility: hidden;
  height: 0px;
}
.compare_ssl .button_box_prices {
  overflow-x: clip;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .compare_ssl .vnx-all-box {
    border-bottom: 1px solid #747475 !important;
  }
  .compare_ssl .vnx-all-box:last-child {
    border-bottom: none !important;
  }
}
.compare_ssl .box-row-infor-all-price {
  overflow: hidden;
}
.compare_ssl .vnx_header_price {
  position: sticky;
  top: 60px;
  z-index: 10;
  background: #FFF;
}
@media screen and (max-width: 991px) {
  .compare_ssl .vnx_header_price {
    top: 40px;
  }
}
.compare_ssl .vnx-swiper-button {
  position: absolute;
  top: 45%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.compare_ssl .vnx-swiper-button .swiper_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 28px;
  z-index: 1;
  border-radius: 50px;
  border: 1px solid #FFF;
  background: linear-gradient(104deg, #0064CC 0%, #0095FF 100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.compare_ssl .swiper_button {
  position: absolute;
}
.compare_ssl .swiper_button.swiper-button-prev {
  left: 0px;
}
.compare_ssl .swiper_button.swiper-button-next {
  right: 0px;
}
@media screen and (max-width: 1024px) {
  .compare_ssl .swiper_button.swiper-button-prev {
    left: -14px;
  }
  .compare_ssl .swiper_button.swiper-button-next {
    right: -14px;
  }
}
.compare_ssl .swiper_button i {
  color: #FFF;
}
.compare_ssl .vnx_body_prices {
  color: #282829;
}
.compare_ssl .vnx_body_prices .vnx_box_infor_hosting_first .vnx_content_box_hosting {
  height: 100% !important;
}
@media screen and (max-width: 1024px) {
  .compare_ssl .vnx_body_prices .vnx_box_infor_hosting .vnx_content_box_hosting .vnx-all-box:nth-child(even) {
    background-color: rgba(0, 124, 252, 0.04);
  }
}
.compare_ssl .vnx_body_prices .vnx_box_infor_hosting_second .vnx_content_box_hosting {
  max-height: 456px;
  min-height: 100%;
  overflow: hidden;
}
.compare_ssl .vnx_load_more {
  border-top: 1px solid #747475;
  border-radius: 0px 0px 4px 4px;
}
.compare_ssl .vnx_load_more button > i {
  color: #C0C0C2;
  font-size: 14px;
}
.compare_ssl .vnx_load_more.expanded {
  border-top: 1px solid #747475;
}
.compare_ssl .vnx_box_infor_hosting.vnx_box_infor_hosting_second {
  position: relative;
}
.compare_ssl button.vnx-button-more.toggle-btn {
  color: #007CFC;
  padding: 12px 0px 12px;
}
.compare_ssl button.vnx-button-more.toggle-btn i {
  padding-left: 12px;
  color: #007CFC;
}
.compare_ssl button.vnx-button-close {
  color: #007CFC;
  padding: 12px 0px;
}
.compare_ssl button.vnx-button-close i {
  padding-left: 12px;
  color: #007CFC;
}
.compare_ssl .box-row-infor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px 8px;
  min-height: 58px;
  align-items: center;
  border-left: 1px solid #747475 !important;
  border-bottom: 1px solid #747475 !important;
}
@media screen and (max-width: 1024px) {
  .compare_ssl .box-row-infor {
    padding: 16px 8px;
    justify-content: flex-start;
    gap: 12px;
  }
}
.compare_ssl .box-row-infor:nth-child(even) {
  background-color: rgba(0, 124, 252, 0.04);
}
.compare_ssl .box-row-infor-price > .row-price:nth-child(even) {
  background-color: rgba(0, 124, 252, 0.04);
}
.compare_ssl .box-row-infor-price .row-price {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px 8px;
  min-height: 58px;
  align-items: center;
  border-left: 1px solid #747475 !important;
  border-bottom: 1px solid #747475 !important;
}
@media screen and (max-width: 1024px) {
  .compare_ssl .box-row-infor-price .row-price {
    padding: 16px 8px;
    min-height: 56px !important;
  }
}
.compare_ssl .box-row-infor-price .row-price:last-child {
  border-bottom: none !important;
}
.compare_ssl .box-list-row-infor .box-row-infor:last-child {
  border-bottom: none;
}
.compare_ssl .vnx_box_infor_hosting {
  border: 1px solid #747475;
  border-radius: 4px;
  margin-top: 32px;
}
.compare_ssl .infor-tooltip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.compare_ssl .infor-tooltip .vnx_tooltip_icon {
  color: #747475;
}
.compare_ssl .infor-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
.compare_ssl .infor-icon {
  cursor: pointer;
  position: relative;
}
.compare_ssl .infor-icon:hover ~ .text-tooltip {
  min-width: 142px;
  max-width: 142px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 3;
  background: #007CFC;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.compare_ssl .text-tooltip {
  display: none;
}
.compare_ssl .vnx_title_box_hosting {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  border-bottom: 1px solid #525666;
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
  border-radius: 2px 2px 0px 0px;
}
@media screen and (max-width: 1024px) {
  .compare_ssl .vnx_title_box_hosting {
    padding: 12px 8px;
  }
}
.compare_ssl .vnx_title_box_hosting .title {
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.compare_ssl .vnx_icon_show {
  font-size: 24px;
  cursor: pointer;
}
.compare_ssl .vnx_icon_hidden {
  font-size: 24px;
  cursor: pointer;
}
.compare_ssl .vnx_name_price {
  min-height: 128px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
}
.compare_ssl .button_box_support {
  display: flex;
  padding: 0px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  position: relative;
}
.compare_ssl .button_box_support::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 70%;
  background: linear-gradient(to top, #C0C0C2 0%, #C0C0C2 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
}
.compare_ssl .button_support {
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  background: var(--Gradient-Orangle-01, linear-gradient(90deg, #f3b847 0%, #f49846 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px dashed #f3b847;
}
.compare_ssl .vnx_price_pack {
  color: #282829;
}
@media screen and (max-width: 1024px) {
  .compare_ssl .vnx_price_pack {
    padding: 12px 8px;
  }
}
.compare_ssl .vnx_price_pack.vnx_price_pack_popular {
  background: linear-gradient(90deg, rgba(0, 125, 255, 0.12) 0%, rgba(0, 125, 255, 0) 20%, rgba(0, 125, 255, 0) 80%, rgba(0, 125, 255, 0.12) 100%);
}
.compare_ssl .vnx_price_pack.vnx_price_pack_popular .vnx_box_content {
  row-gap: 12px;
  padding: 12px 16px 16px 16px;
}
@media only screen and (max-width: 1024px) {
  .compare_ssl .vnx_price_pack.vnx_price_pack_popular .vnx_price_pack_title {
    padding-top: 0px;
  }
}
.compare_ssl .vnx_price_pack .vnx_box_content {
  row-gap: 8px;
  padding: 16px 16px 16px 16px;
}
.compare_ssl .vnx_price_pack .vnx_price_pack_price .vnx_price {
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .compare_ssl .vnx_price_pack .vnx_price_pack_price .vnx_price {
    background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
    background-clip: overlay;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #FCFCFC;
  }
}
.compare_ssl .vnx_price_pack .vnx_price_pack_price span:nth-child(2) {
  color: #424242;
}
.compare_ssl .vnx_price_pack .vnx_price_pack_price a {
  border-radius: 8px;
  padding: 6px 4px;
  color: #FCFCFC;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  justify-content: center;
}
.compare_ssl .vnx_price_pack .vnx_price_pack_price a:hover {
  background: #0064CC;
}
.compare_ssl .vnx_price_pack::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 70%;
  background: linear-gradient(to top, #C0C0C2 0%, #C0C0C2 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
}
.compare_ssl .vnx_button_register .vnx-button-register {
  display: flex;
  width: 100%;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: linear-gradient(104deg, #FF9400 0%, #FFC500 100%);
  box-shadow: 0px 2px 8px -2px rgba(244, 152, 70, 0.5);
}
.compare_ssl .vnx_button_register .vnx-button-register:hover {
  background: linear-gradient(104deg, #FF8600 0%, #FFB300 100%);
}
.compare_ssl .swiper-button-disabled {
  opacity: 0.2;
}

.compare_server .box-row-infor-price.vnx_price_pack_popular_row {
  background: linear-gradient(90deg, rgba(0, 125, 255, 0.12) 0%, rgba(0, 125, 255, 0) 20%, rgba(0, 125, 255, 0) 80%, rgba(0, 125, 255, 0.12) 100%);
}
.compare_server .vnx_hidden {
  visibility: hidden;
  height: 0px;
}
.compare_server .last-dropdown .vnx-dropdown-list {
  left: -60px !important;
}
.compare_server .vnx_header_price_duplicate {
  z-index: 10;
}
.compare_server .button_box_prices {
  overflow-x: clip;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .compare_server .vnx-all-box {
    border-bottom: 1px solid #747475 !important;
  }
  .compare_server .vnx-all-box:last-child {
    border-bottom: none !important;
  }
}
.compare_server .box-row-infor-all-price {
  overflow: hidden;
}
.compare_server .vnx_header_price {
  position: sticky;
  top: 60px;
  z-index: 10;
  background: #FFF;
}
@media screen and (max-width: 991px) {
  .compare_server .vnx_header_price {
    top: 40px;
  }
}
.compare_server .vnx-swiper-button {
  position: absolute;
  top: 45%;
  right: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.compare_server .vnx-swiper-button .swiper_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 28px;
  z-index: 1;
  border-radius: 50px;
  border: 1px solid #FFF;
  background: linear-gradient(104deg, #0064CC 0%, #0095FF 100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.compare_server .swiper_button {
  position: absolute;
}
.compare_server .swiper_button.swiper-button-prev {
  left: -12px;
}
.compare_server .swiper_button.swiper-button-next {
  right: -12px;
}
@media screen and (max-width: 1024px) {
  .compare_server .swiper_button.swiper-button-prev {
    left: -14px;
  }
  .compare_server .swiper_button.swiper-button-next {
    right: -14px;
  }
}
.compare_server .swiper_button i {
  color: #FFF;
}
.compare_server .vnx_body_prices {
  color: #282829;
}
.compare_server .vnx_body_prices .vnx_box_infor_hosting_first .vnx_content_box_hosting {
  height: 100% !important;
}
@media screen and (max-width: 1024px) {
  .compare_server .vnx_body_prices .vnx_box_infor_hosting .vnx_content_box_hosting .vnx-all-box:nth-child(even) {
    background-color: rgba(0, 124, 252, 0.04);
  }
}
.compare_server .vnx_body_prices .vnx_box_infor_hosting_second .vnx_content_box_hosting {
  max-height: 456px;
  min-height: 100%;
  overflow: hidden;
}
.compare_server .vnx_body_prices_duplicate {
  color: #282829;
}
.compare_server .vnx_body_prices_duplicate .vnx_box_infor_hosting_first .vnx_content_box_hosting {
  height: 100% !important;
}
@media screen and (max-width: 1024px) {
  .compare_server .vnx_body_prices_duplicate .vnx_box_infor_hosting .vnx_content_box_hosting .vnx-all-box:nth-child(even) {
    background-color: rgba(0, 124, 252, 0.04);
  }
}
.compare_server .vnx_body_prices_duplicate .vnx_box_infor_hosting_second .vnx_content_box_hosting {
  max-height: 456px;
  min-height: 100%;
  overflow: hidden;
}
.compare_server .vnx_load_more {
  border-top: 1px solid #747475;
  border-radius: 0px 0px 4px 4px;
}
.compare_server .vnx_load_more button > i {
  color: #282829;
  font-size: 14px;
}
.compare_server .vnx_load_more.expanded {
  border-top: 1px solid #747475;
}
.compare_server .vnx_box_infor_hosting.vnx_box_infor_hosting_second {
  position: relative;
}
.compare_server button.vnx-button-more.toggle-btn {
  color: #282829;
  padding: 12px 0px 12px;
}
.compare_server button.vnx-button-more.toggle-btn i {
  padding-left: 12px;
  color: #282829;
}
.compare_server button.vnx-button-close {
  color: #282829;
  padding: 12px 0px;
}
.compare_server button.vnx-button-close i {
  padding-left: 12px;
  color: #282829;
}
.compare_server .box-row-infor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px 8px;
  min-height: 58px;
  align-items: center;
  border-bottom: 1px solid #747475 !important;
}
@media screen and (max-width: 1024px) {
  .compare_server .box-row-infor {
    padding: 16px 8px;
    justify-content: flex-start;
    gap: 12px;
  }
}
.compare_server .box-row-infor:nth-child(even) {
  background-color: rgba(0, 124, 252, 0.04);
}
.compare_server .box-row-infor:last-child {
  border-bottom: none !important;
}
.compare_server .box-row-infor-price > .row-price:nth-child(even) {
  background-color: rgba(0, 124, 252, 0.04);
}
.compare_server .box-row-infor-price .row-price {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px 8px;
  min-height: 58px;
  align-items: center;
  border-left: 1px solid #747475 !important;
  border-bottom: 1px solid #747475 !important;
}
@media screen and (max-width: 1024px) {
  .compare_server .box-row-infor-price .row-price {
    padding: 16px 8px;
    min-height: 56px !important;
  }
}
.compare_server .box-row-infor-price .row-price:last-child {
  border-bottom: none !important;
}
@media screen and (max-width: 1024px) {
  .compare_server .box-row-infor-price:first-child .row-price {
    border-left: none !important;
  }
}
.compare_server .box-list-row-infor .box-row-infor:last-child {
  border-bottom: none;
}
.compare_server .vnx_box_infor_hosting {
  border: 1px solid #747475;
  border-radius: 4px;
  margin-top: 32px;
}
.compare_server .infor-tooltip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.compare_server .infor-tooltip .vnx_tooltip_icon {
  color: #747475;
}
.compare_server .infor-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
.compare_server .infor-icon {
  cursor: pointer;
  position: relative;
}
.compare_server .infor-icon:hover ~ .text-tooltip {
  min-width: 142px;
  max-width: 142px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 3;
  background: #007CFC;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.compare_server .text-tooltip {
  display: none;
}
.compare_server .vnx_title_box_hosting {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  border-bottom: 1px solid #525666;
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
  border-radius: 2px 2px 0px 0px;
}
@media screen and (max-width: 1024px) {
  .compare_server .vnx_title_box_hosting {
    padding: 12px 8px;
  }
}
.compare_server .vnx_title_box_hosting .title {
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.compare_server .vnx_icon_show {
  font-size: 24px;
  cursor: pointer;
}
.compare_server .vnx_icon_hidden {
  font-size: 24px;
  cursor: pointer;
}
.compare_server .vnx_name_price {
  min-height: 128px;
}
.compare_server .button_box_support {
  display: flex;
  padding: 0px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  position: relative;
}
.compare_server .button_box_support::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 70%;
  background: linear-gradient(to top, #C0C0C2 0%, #C0C0C2 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
}
.compare_server .button_support {
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  background: var(--Gradient-Orangle-01, linear-gradient(90deg, #f3b847 0%, #f49846 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px dashed #f3b847;
}
.compare_server .vnx_price_pack {
  color: #282829;
}
@media screen and (max-width: 1024px) {
  .compare_server .vnx_price_pack {
    padding: 12px 8px;
  }
}
.compare_server .vnx_price_pack.vnx_price_pack_popular {
  background: linear-gradient(90deg, rgba(0, 125, 255, 0.12) 0%, rgba(0, 125, 255, 0) 20%, rgba(0, 125, 255, 0) 80%, rgba(0, 125, 255, 0.12) 100%);
}
.compare_server .vnx_price_pack.vnx_price_pack_popular .vnx_box_content {
  row-gap: 12px;
  padding: 12px 16px 16px 16px;
}
@media only screen and (max-width: 1024px) {
  .compare_server .vnx_price_pack.vnx_price_pack_popular .vnx_price_pack_title {
    padding-top: 0px;
  }
}
.compare_server .vnx_price_pack .vnx_box_content {
  row-gap: 8px;
  padding: 16px 16px 16px 16px;
}
.compare_server .vnx_price_pack .vnx_price_pack_price .vnx_price {
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .compare_server .vnx_price_pack .vnx_price_pack_price .vnx_price {
    background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
    background-clip: overlay;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #FCFCFC;
  }
}
.compare_server .vnx_price_pack .vnx_price_pack_price span:nth-child(2) {
  color: #424242;
}
.compare_server .vnx_price_pack .vnx_price_pack_price a {
  border-radius: 8px;
  padding: 6px 4px;
  color: #FCFCFC;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  justify-content: center;
}
.compare_server .vnx_price_pack .vnx_price_pack_price a:hover {
  background: #0064CC;
}
.compare_server .vnx_price_pack::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 70%;
  background: linear-gradient(to top, #C0C0C2 0%, #C0C0C2 12%, rgba(61, 139, 255, 0) 88%, rgba(61, 139, 255, 0.12) 100%);
}
.compare_server .vnx_button_register .vnx-button-register {
  display: flex;
  width: 100%;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: linear-gradient(104deg, #FF9400 0%, #FFC500 100%);
  box-shadow: 0px 2px 8px -2px rgba(244, 152, 70, 0.5);
}
.compare_server .vnx_button_register .vnx-button-register:hover {
  background: linear-gradient(104deg, #FF8600 0%, #FFB300 100%);
}
.compare_server .swiper-button-disabled {
  opacity: 0.2;
}

.table_compare_v1 .box-row-infor-price.vnx_price_pack_popular_row {
  background: linear-gradient(90deg, rgba(0, 125, 255, 0.12) 0%, rgba(0, 125, 255, 0) 20%, rgba(0, 125, 255, 0) 80%, rgba(0, 125, 255, 0.12) 100%);
}
.table_compare_v1 .vnx_hidden {
  visibility: hidden;
  height: 0px;
}
.table_compare_v1 .button_box_prices {
  overflow-x: clip;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .vnx-all-box {
    border-bottom: 1px solid #747475 !important;
  }
  .table_compare_v1 .vnx-all-box:last-child {
    border-bottom: none !important;
  }
}
.table_compare_v1 .box-row-infor-all-price {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .box-row-infor-all-price {
    border-bottom: 1px solid #C0C0C2;
  }
}
.table_compare_v1 .vnx_header_price {
  position: sticky;
  top: 60px;
  z-index: 10;
  background: #FFF;
}
@media screen and (max-width: 991px) {
  .table_compare_v1 .vnx_header_price {
    top: 40px;
  }
}
.table_compare_v1 .vnx-swiper-button {
  position: absolute;
  top: 45%;
  right: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .vnx-swiper-button {
    top: 38%;
  }
}
.table_compare_v1 .vnx-swiper-button .swiper_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 28px;
  z-index: 1;
  border-radius: 50px;
  border: 1px solid #FFF;
  background: linear-gradient(104deg, #0064CC 0%, #0095FF 100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.table_compare_v1 .swiper_button {
  position: absolute;
}
.table_compare_v1 .swiper_button.swiper-button-prev {
  left: -14px;
}
.table_compare_v1 .swiper_button.swiper-button-next {
  right: -14px;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .swiper_button.swiper-button-prev {
    left: -14px;
  }
  .table_compare_v1 .swiper_button.swiper-button-next {
    right: -14px;
  }
}
.table_compare_v1 .swiper_button i {
  color: #FFF;
}
.table_compare_v1 .vnx_body_prices {
  color: #282829;
}
.table_compare_v1 .vnx_body_prices .vnx_box_infor_hosting_first .vnx_content_box_hosting {
  height: 100% !important;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .vnx_body_prices .vnx_box_infor_hosting .vnx_content_box_hosting .w-full > .stt_even {
    background-color: rgba(0, 124, 252, 0.04);
  }
}
.table_compare_v1 .vnx_body_prices .vnx_box_infor_hosting_second .vnx_content_box_hosting {
  max-height: 100%;
  min-height: 100%;
  overflow: hidden;
}
.table_compare_v1 .vnx_load_more {
  border-radius: 0px 0px 4px 4px;
}
.table_compare_v1 .vnx_load_more button > i {
  color: #C0C0C2;
  font-size: 14px;
}
.table_compare_v1 .vnx_load_more.expanded {
  border-top: 1px solid #747475;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .vnx_load_more.expanded {
    border-top: none;
  }
}
.table_compare_v1 .vnx_box_infor_hosting.vnx_box_infor_hosting_second {
  position: relative;
}
.table_compare_v1 button.vnx-button-more.toggle-btn {
  padding: 12px 0px 12px;
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 button.vnx-button-more.toggle-btn {
    font-size: 12px;
    line-height: 22px;
    padding: 8px 0px;
  }
}
.table_compare_v1 button.vnx-button-more.toggle-btn i {
  padding-left: 12px;
  color: #747475;
}
.table_compare_v1 button.vnx-button-close {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 12px 0px;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 button.vnx-button-close {
    font-size: 12px;
    line-height: 22px;
    padding: 8px 0px;
  }
}
.table_compare_v1 button.vnx-button-close i {
  padding-left: 12px;
  color: #747475;
}
.table_compare_v1 .box-row-infor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 12px 16px;
  min-height: 58px;
  align-items: center;
  border-bottom: 1px solid #747475 !important;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .box-row-infor {
    padding: 16px 8px;
    justify-content: flex-start;
    gap: 12px;
    border-bottom: 1px solid #C0C0C2 !important;
  }
}
.table_compare_v1 .box-row-infor:nth-child(even) {
  background-color: rgba(0, 124, 252, 0.04);
}
.table_compare_v1 .box-row-infor:last-child {
  border-bottom: none;
}
.table_compare_v1 .box-row-infor > span {
  color: #282829;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.table_compare_v1 .box-row-infor-price > .row-price:nth-child(even) {
  background-color: rgba(0, 124, 252, 0.04);
}
.table_compare_v1 .box-row-infor-price .row-price {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 12px 16px;
  align-items: center;
  border-left: 1px solid #747475 !important;
  border-bottom: 1px solid #747475 !important;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .box-row-infor-price .row-price {
    padding: 16px 8px;
    min-height: 56px !important;
    color: #282829;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-left: 1px solid #C0C0C2 !important;
  }
}
.table_compare_v1 .box-row-infor-price .row-price:last-child {
  border-bottom: none !important;
}
.table_compare_v1 .box-row-infor-price .row-price .row-price-img {
  width: 100%;
  height: 100%;
}
.table_compare_v1 .box-row-infor-price .row-price .row-price-img img {
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .box-row-infor-price .row-price .row-price-img img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
.table_compare_v1 .box-list-row-infor .box-row-infor:last-child {
  border-bottom: none !important;
}
.table_compare_v1 .vnx_box_infor_hosting {
  border: 1px solid #747475;
  border-radius: 4px;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .vnx_box_infor_hosting {
    border: 1px solid #C0C0C2;
    margin-top: 16px;
  }
}
.table_compare_v1 .infor-tooltip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.table_compare_v1 .infor-tooltip .vnx_tooltip_icon {
  color: #747475;
}
.table_compare_v1 .infor-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
.table_compare_v1 .infor-icon {
  cursor: pointer;
  position: relative;
}
.table_compare_v1 .infor-icon:hover ~ .text-tooltip {
  min-width: 142px;
  max-width: 142px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 3;
  background: #007CFC;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.table_compare_v1 .text-tooltip {
  display: none;
}
.table_compare_v1 .vnx_title_box_hosting {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  border-bottom: 1px solid #747475;
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
  border-radius: 2px 2px 0px 0px;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .vnx_title_box_hosting {
    padding: 12px 8px;
  }
}
.table_compare_v1 .vnx_title_box_hosting .title {
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .vnx_title_box_hosting .title span {
    font-size: 12px;
    line-height: 22px;
    color: #FCFCFC;
    font-weight: 700;
  }
}
.table_compare_v1 .vnx_icon_show {
  font-size: 24px;
  cursor: pointer;
}
.table_compare_v1 .vnx_icon_hidden {
  font-size: 24px;
  cursor: pointer;
}
.table_compare_v1 .vnx_name_price {
  min-height: 128px;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .vnx_name_price {
    min-height: 100%;
  }
}
.table_compare_v1 .vnx_name_price .el-custom-tooltip-price-year {
  color: #525666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 1;
  right: -10px !important;
}
.table_compare_v1 .vnx_name_price .el-custom-tooltip-price-year .vnx-price-reduced-year {
  background: linear-gradient(104deg, #FF8600 0%, #FFB300 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.table_compare_v1 .vnx_name_price .el-custom-tooltip-price-year::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #fff;
  top: -6px;
  left: unset;
  right: 16px !important;
  transform: rotate(45deg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
.table_compare_v1 .button_box_support {
  display: flex;
  padding: 0px 16px 16px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  position: relative;
}
.table_compare_v1 .button_box_support span {
  border-radius: 999px;
  background: linear-gradient(104deg, #FF8600 0%, #FFB300 100%);
  box-shadow: 0px 4px 4px 0px rgba(255, 144, 56, 0.1);
}
.table_compare_v1 .button_support {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 4px 0px;
  background: linear-gradient(90deg, #f3b847 0%, #f49846 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px dashed #f3b847;
}
.table_compare_v1 .vnx_price_pack {
  color: #282829;
  padding: 16px;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .vnx_price_pack {
    min-height: 104px;
    padding: 12px 8px;
  }
}
.table_compare_v1 .vnx_price_pack .vnx_price_pack_title {
  color: #282829;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .vnx_price_pack .vnx_price_pack_title {
    font-size: 12px;
    line-height: 22px;
  }
}
.table_compare_v1 .vnx_price_pack.vnx_price_pack_popular {
  background: linear-gradient(90deg, rgba(0, 125, 255, 0.12) 0%, rgba(0, 125, 255, 0) 20%, rgba(0, 125, 255, 0) 80%, rgba(0, 125, 255, 0.12) 100%);
}
.table_compare_v1 .vnx_price_pack.vnx_price_pack_popular .vnx_box_content {
  row-gap: 12px;
  padding: 12px 16px 16px 16px;
}
.table_compare_v1 .vnx_price_pack.vnx_price_pack_popular .vnx_price_pack_title {
  padding-top: 0px;
}
@media only screen and (max-width: 1024px) {
  .table_compare_v1 .vnx_price_pack.vnx_price_pack_popular .vnx_price_pack_title {
    padding-top: 0px;
  }
}
.table_compare_v1 .vnx_price_pack .vnx_box_content {
  row-gap: 8px;
  padding: 16px 16px 16px 16px;
}
.table_compare_v1 .vnx_price_pack .vnx_price_pack_price .vnx_price {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .table_compare_v1 .vnx_price_pack .vnx_price_pack_price .vnx_price {
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    padding: 4px 16px;
    border-radius: 4px;
    background: #0064CC !important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FCFCFC;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.table_compare_v1 .vnx_price_pack .vnx_price_pack_price .vnx_price_unit {
  color: #424242;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 1024px) {
  .table_compare_v1 .vnx_price_pack .vnx_price_pack_price {
    width: 100%;
  }
}
.table_compare_v1 .vnx_price_pack .vnx_price_pack_price span:nth-child(2) {
  color: #424242;
}
.table_compare_v1 .vnx_price_pack .vnx_price_pack_price .tooltip_ru .el-custom-tooltip-price-year {
  display: none !important;
}
.table_compare_v1 .vnx_price_pack .vnx_price_pack_price .tooltip_ru:hover .el-custom-tooltip-price-year {
  display: block !important;
}
.table_compare_v1 .vnx_price_pack::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, #747475 0%, #747475 45%, rgba(61, 139, 255, 0) 80%);
}
.table_compare_v1 .vnx_button_register .vnx-button-register {
  color: #FCFCFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  width: 100%;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: linear-gradient(104deg, #FF9400 0%, #FFC500 100%);
  box-shadow: 0px 2px 8px -2px rgba(244, 152, 70, 0.5);
}
.table_compare_v1 .vnx_button_register .vnx-button-register:hover {
  background: linear-gradient(104deg, #FF8600 0%, #FFB300 100%);
}
.table_compare_v1 .swiper-button-disabled {
  opacity: 0.2;
}

.brxe-vnx-search-domain-form-v2.redirect .vnx_wrapper {
  height: 38.5px;
}
.brxe-vnx-search-domain-form-v2.redirect .vnx_wrapper input {
  height: 100%;
}
.brxe-vnx-search-domain-form-v2.redirect .vnx_wrapper button {
  background: linear-gradient(97.32deg, #ffbd2a 5%, #fd7659 170.21%);
  color: #fff;
  padding: 0 20px;
}
.brxe-vnx-search-domain-form-v2.redirect .vnx_wrapper .loading_small {
  background: rgba(255, 255, 255, 0.6196078431);
  z-index: 5;
}
.brxe-vnx-search-domain-form-v2.redirect .vnx_wrapper .loading_small .loading_wrapper {
  position: relative;
  width: 24px;
  height: 24px;
}
.brxe-vnx-search-domain-form-v2.redirect .vnx_wrapper .loading_small .loading_wrapper .loading_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #3498db;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: loading_small 1s linear infinite;
  -webkit-animation: loading_small 1s linear infinite;
}
@keyframes loading_small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brxe-vnx-search-domain-form-v2.onpage {
  width: 100%;
}
.brxe-vnx-search-domain-form-v2.onpage form {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.brxe-vnx-search-domain-form-v2.onpage .vnx_wrapper {
  z-index: 1;
}
.brxe-vnx-search-domain-form-v2.onpage .vnx_wrapper input#vnx_search_domain_input {
  height: 48px;
  padding: 12px 12px 12px 35px;
}
.brxe-vnx-search-domain-form-v2.onpage .vnx_wrapper .vnx_icon.clear_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 50%;
  right: 160px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .brxe-vnx-search-domain-form-v2.onpage .vnx_wrapper .vnx_icon.clear_icon {
    right: 120px;
  }
}
.brxe-vnx-search-domain-form-v2.onpage .vnx_wrapper button#vnx_search_domain_btn {
  height: 40px;
  border-radius: 3px;
  background: linear-gradient(97deg, #ffbd2a 5%, #fd7659 170.21%);
  margin: 4px 4px 4px 0;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .brxe-vnx-search-domain-form-v2.onpage .vnx_wrapper button#vnx_search_domain_btn {
    width: 105px;
    padding: 12px 16px;
  }
}
.brxe-vnx-search-domain-form-v2.onpage .vnx_wrapper button#vnx_search_domain_btn .button_text {
  color: #fff;
}
.brxe-vnx-search-domain-form-v2.onpage .vnx_wrapper button#vnx_search_domain_btn .vnx_icon {
  color: #fff;
}
.brxe-vnx-search-domain-form-v2.onpage .domain_availble > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 100%;
  background: #fff;
  z-index: 0;
}
.brxe-vnx-search-domain-form-v2.onpage .domain_availble .vnx_box_domain .query-domain-res {
  width: 35%;
}
.brxe-vnx-search-domain-form-v2.onpage .domain_availble .vnx_box_domain .search_tooltip .tool_tip_search {
  display: none;
  bottom: 100%;
  right: -128px;
  width: 293px;
  max-width: 293px;
  background: #fff;
  color: #000;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  z-index: 1;
}
.brxe-vnx-search-domain-form-v2.onpage .domain_availble .vnx_box_domain .search_tooltip .tool_tip_search .tooltiptext_search {
  padding-block: 8px;
  padding-inline: 18px;
}
.brxe-vnx-search-domain-form-v2.onpage .domain_availble .vnx_box_domain .search_tooltip .tool_tip_search .tooltiptext_search::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -5px;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  border-top: solid 8px white;
}
.brxe-vnx-search-domain-form-v2.onpage .domain_availble .vnx_box_domain .search_tooltip:hover .tool_tip_search {
  display: block;
}
@media screen and (max-width: 767px) {
  .brxe-vnx-search-domain-form-v2.onpage .domain_availble .vnx_box_domain .vnx_box_status {
    margin: 12px 0px 0px 8px;
  }
}
.brxe-vnx-search-domain-form-v2.onpage .loading_domain:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -5px;
  background: #fff;
  z-index: 0;
}
.brxe-vnx-search-domain-form-v2.onpage .loading_domain .loading_small {
  background: rgba(255, 255, 255, 0.6196078431);
  z-index: 5;
}
.brxe-vnx-search-domain-form-v2.onpage .loading_domain .loading_small .loading_wrapper {
  position: relative;
  width: 24px;
  height: 100%;
}
.brxe-vnx-search-domain-form-v2.onpage .loading_domain .loading_small .loading_wrapper .loading_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #3498db;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: loading_small 1s linear infinite;
  -webkit-animation: loading_small 1s linear infinite;
}
@keyframes loading_small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brxe-vnx-search-domain-form-v2.page-whois {
  width: 100%;
}
.brxe-vnx-search-domain-form-v2.page-whois form {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.brxe-vnx-search-domain-form-v2.page-whois .vnx_wrapper {
  z-index: 1;
}
.brxe-vnx-search-domain-form-v2.page-whois .vnx_wrapper input#vnx_search_domain_input {
  height: 48px;
  padding: 12px 12px 12px 35px;
}
.brxe-vnx-search-domain-form-v2.page-whois .vnx_wrapper input#vnx_search_domain_input:disabled {
  background-color: #f0f0f0;
  opacity: 0.6;
}
.brxe-vnx-search-domain-form-v2.page-whois .vnx_wrapper .vnx_icon.clear_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 50%;
  right: 160px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .brxe-vnx-search-domain-form-v2.page-whois .vnx_wrapper .vnx_icon.clear_icon {
    right: 120px;
  }
}
.brxe-vnx-search-domain-form-v2.page-whois .vnx_wrapper .vnx_icon:disabled {
  background-color: #f0f0f0;
  opacity: 0.6;
}
.brxe-vnx-search-domain-form-v2.page-whois .vnx_wrapper button#vnx_search_domain_btn {
  height: 40px;
  border-radius: 3px;
  background: linear-gradient(97deg, #ffbd2a 5%, #fd7659 170.21%);
  margin: 4px 4px 4px 0;
  padding: 0 40px;
}
.brxe-vnx-search-domain-form-v2.page-whois .vnx_wrapper button#vnx_search_domain_btn:disabled {
  background-color: #f0f0f0;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .brxe-vnx-search-domain-form-v2.page-whois .vnx_wrapper button#vnx_search_domain_btn {
    width: 105px;
    padding: 12px 16px;
  }
}
.brxe-vnx-search-domain-form-v2.page-whois .vnx_wrapper button#vnx_search_domain_btn .button_text {
  color: #fff;
}
.brxe-vnx-search-domain-form-v2.page-whois .vnx_wrapper button#vnx_search_domain_btn .vnx_icon {
  color: #fff;
}
.brxe-vnx-search-domain-form-v2.page-whois .domain_availble > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 100%;
  background: #fff;
  z-index: 0;
}
.brxe-vnx-search-domain-form-v2.page-whois .domain_availble .vnx_box_domain .query-domain-res {
  width: 35%;
}
.brxe-vnx-search-domain-form-v2.page-whois .domain_availble .vnx_box_domain .search_tooltip .tool_tip_search {
  display: none;
  bottom: 100%;
  right: -128px;
  width: 293px;
  max-width: 293px;
  background: #fff;
  color: #000;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  z-index: 1;
}
.brxe-vnx-search-domain-form-v2.page-whois .domain_availble .vnx_box_domain .search_tooltip .tool_tip_search .tooltiptext_search {
  padding-block: 8px;
  padding-inline: 18px;
}
.brxe-vnx-search-domain-form-v2.page-whois .domain_availble .vnx_box_domain .search_tooltip .tool_tip_search .tooltiptext_search::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -5px;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  border-top: solid 8px white;
}
.brxe-vnx-search-domain-form-v2.page-whois .domain_availble .vnx_box_domain .search_tooltip:hover .tool_tip_search {
  display: block;
}
@media screen and (max-width: 767px) {
  .brxe-vnx-search-domain-form-v2.page-whois .domain_availble .vnx_box_domain .vnx_box_status {
    margin: 12px 0px 0px 8px;
  }
}
.brxe-vnx-search-domain-form-v2.page-whois .loading_domain:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -5px;
  background: #fff;
  z-index: 0;
}
.brxe-vnx-search-domain-form-v2.page-whois .loading_domain .loading_small {
  background: rgba(255, 255, 255, 0.6196078431);
  z-index: 5;
}
.brxe-vnx-search-domain-form-v2.page-whois .loading_domain .loading_small .loading_wrapper {
  position: relative;
  width: 24px;
  height: 100%;
}
.brxe-vnx-search-domain-form-v2.page-whois .loading_domain .loading_small .loading_wrapper .loading_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #3498db;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: loading_small 1s linear infinite;
  -webkit-animation: loading_small 1s linear infinite;
}
@keyframes loading_small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brxe-vnx-search-domain-form-v2.search-muti-whois {
  width: 100%;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois .vnx-form-search-muti {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.brxe-vnx-search-domain-form-v2.search-muti-whois .vnx-form-search-muti .vnx-tooltip-extention::after {
  left: 12px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: white;
  position: absolute;
  bottom: 22px;
  transform: rotateZ(45deg);
}
.brxe-vnx-search-domain-form-v2.search-muti-whois .vnx-form-search-muti #vnx-btn-import {
  color: #38a7ff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois .vnx-form-search-muti .vnx-foter-search {
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois .vnx-form-search-muti .vnx-foter-search .vnx-btn-extension {
  background: rgba(255, 255, 255, 0.25);
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-import-file {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-import-file .vnx-drop-zone {
  min-height: 200px;
  border: 2px dashed #babfc3;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 27px;
  flex-direction: column;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-import-file .vnx-drop-zone #csv-file {
  width: 0%;
  opacity: 0;
  display: none;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-import-file .vnx-drop-zone .vnx-text-input-file {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6d7175;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-import-file .vnx-drop-zone .text-color-sky {
  color: #38a7ff !important;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention {
  background: rgba(0, 0, 0, 0.5);
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .domain-popular {
  color: #1e3a5a;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .domain-popular span {
  color: #4ea9e7;
  font-size: 50px;
  line-height: 0;
}
@media (max-width: 991px) {
  .brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .domain-popular {
    font-size: 20px;
  }
  .brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .domain-popular span {
    font-size: 30px;
  }
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .search-input {
  position: relative;
  display: flex;
  align-items: center;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .search-input input {
  padding-left: 30px;
  /* Để chừa không gian cho biểu tượng */
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .search-input .search-icon {
  position: absolute;
  left: 10px;
  color: #999;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .vn-cus-width-popup-extensiton {
  width: 50%;
  max-width: 45rem;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .custom-checkbox {
  transform: scale(1.5);
  /* Tăng kích thước checkbox lên 1.5 lần */
  margin-top: 5px;
  margin-right: 20px;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .vnx-float-left {
  float: left;
}
@media (max-width: 991px) {
  .brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .vn-cus-width-popup-extensiton {
    width: 95% !important;
  }
  .brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .padding-left-20 {
    padding-left: 30% !important;
  }
  .brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .vn-cs-checkbox .custom-checkbox {
    transform: scale(1.4);
    margin-top: 0px;
    margin-right: 5px;
  }
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention div.vn-cs-checkbox div {
  /* float: left !important; */
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention span.vnx-button-ex {
  padding: 2px 8px;
  gap: 4px;
  float: left;
  height: 24px;
  background: #ffffff;
  border-radius: 90px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  /* Gray 2 */
  color: #4f4f4f;
  margin-right: 8px;
  cursor: pointer;
  margin-bottom: 2px;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention span#deleteExInArray {
  float: right;
  padding: 2px 2px 0px 4px;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .border-checkbox {
  border: 2px solid #38a7ff;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention .vnx-bg-popup-overlay {
  z-index: 9999999999999;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention #result_extension {
  width: 100%;
}
.brxe-vnx-search-domain-form-v2.search-muti-whois #vnx-popup-extention div#resultTldDomain {
  width: 100%;
  max-height: 150px;
  overflow-y: scroll;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form {
  display: flex;
  min-height: 52px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: #fff;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper {
  padding: 4px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper {
    gap: 12px;
    flex-direction: column;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form {
  padding: 8px 15px 8px 8px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  max-height: 44px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form {
    padding: 12px 15px;
    max-height: 40px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx_icon {
  color: #828282;
  max-width: 20px;
  max-height: 20px;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx_icon:before {
  font-size: 20px;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx_input {
  padding: 0px;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #282829;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx_input {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx-button-filter {
  width: auto;
  height: 100%;
  padding-left: 15px;
  max-height: 44px;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx-button-filter .vnx-tag-filter {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f14c2e;
  display: flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: -6px;
  right: -6px;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search {
  max-height: 44px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search {
    width: 100%;
    height: 40px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search {
  max-height: 44px;
  height: 100%;
  min-width: 137px;
  padding: 12px 32px;
  border-radius: 8px;
  background: linear-gradient(104deg, #ff9400 0%, #ffc500 100%);
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search .vnx-btn-search-content {
  display: flex;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search .button_text {
  color: #fcfcfc;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search .button_text {
    font-size: 16px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search:hover {
  background: linear-gradient(104deg, #ff8600 0%, #ffb300 100%);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search {
    padding: 8px 24px;
    width: 100%;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .loading_small {
  z-index: 5;
  display: flex;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .loading_small .loading_wrapper {
  position: relative;
  width: 24px;
  height: 24px;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper .loading_small .loading_wrapper .loading_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  border-left: 4px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  animation: loading_small 1s linear infinite;
  -webkit-animation: loading_small 1s linear infinite;
}
@keyframes loading_small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-top: 4px;
  display: none;
  flex-direction: column;
  row-gap: 24px;
  z-index: 999;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.2);
    justify-content: center;
    row-gap: 8px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.25s ease-out;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld.show {
  opacity: 1;
  transform: translateY(0);
  display: flex;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_close_popup {
  display: none;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_close_popup {
    display: flex;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_close_popup .vnx_icon_close {
  font-size: 20px;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body {
    height: 542px;
    width: 100%;
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    overflow: scroll;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search {
    row-gap: 16px;
    margin-bottom: 16px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_title {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_title {
    margin-bottom: 8px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_title .vnx_text_title {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_title .vnx_text_title {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content {
    margin-top: 8px;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content .vnx_list_tld_item label {
  margin: 0px;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content .vnx_list_tld_item input[type=checkbox] {
  width: 20px;
  height: 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #007CFC;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content .vnx_list_tld_item input[type=checkbox]:checked {
  background-color: #007CFC;
  border-color: #007CFC;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content .vnx_list_tld_item input[type=checkbox]:checked::after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: white;
  position: absolute;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content .vnx_list_tld_item .vnx_text_tld {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content .vnx_list_tld_item .vnx_text_tld {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid #e0e0e0;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search {
    padding-top: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_all {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_all {
    width: 100%;
    justify-content: flex-start !important;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_all .vnx_text_all {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_all .vnx_text_all {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_all label {
  margin: 0px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button {
    width: 100%;
    justify-content: flex-start !important;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_apply_tld {
  border-radius: 8px;
  background: #007cfc;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_apply_tld {
    width: 100%;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_apply_tld .vnx_btn_text {
  color: #fcfcfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_apply_tld .vnx_btn_text {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_clear_all {
  border-radius: 8px;
  border: 1.5px solid #007cfc;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_clear_all {
    width: -moz-fit-content;
    width: fit-content;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_clear_all .vnx_btn_text {
  color: #007cfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-redirect .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_clear_all .vnx_btn_text {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper {
  display: flex;
  flex-direction: row;
  padding: 4px;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper {
    flex-direction: column;
    row-gap: 12px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .loading_small {
  z-index: 5;
  display: flex;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .loading_small .loading_wrapper {
  position: relative;
  width: 24px;
  height: 24px;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .loading_small .loading_wrapper .loading_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  border-left: 4px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  animation: loading_small 1s linear infinite;
  -webkit-animation: loading_small 1s linear infinite;
}
@keyframes loading_small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-box-btn-search {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-box-btn-search {
    width: 100%;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search {
  gap: 8px;
  width: 124px;
  height: 44px;
  padding: 12px 32px;
  border-radius: 8px;
  background: linear-gradient(104deg, #ff9400 0%, #ffc500 100%);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search {
    padding: 8px 24px;
    height: 40px;
    width: 100%;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search .vnx-btn-search-content {
  display: flex;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search .button_text {
  color: #fcfcfc;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search .button_text {
    font-size: 16px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search:hover {
  background: linear-gradient(104deg, #ff8600 0%, #ffb300 100%);
}
.brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search:disabled {
  cursor: not-allowed;
  background: #ff9400;
  opacity: 0.5;
}
.brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-input-form {
  padding: 12px 8px;
  height: 96px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-input-form {
    height: 80px;
    padding: 12px 15px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-input-form textarea.vnx_input {
  height: 72px;
  min-height: 72px;
  box-sizing: content-box;
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px !important;
  resize: none;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-domain-ai .vnx-wrapper-form .vnx_wrapper .vnx-input-form textarea.vnx_input {
    height: 56px;
    min-height: 56px;
    font-size: 14px;
    line-height: 24px !important;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx-wrapper-form {
  border-radius: 8px;
  border: 1px solid #007cfc;
  box-shadow: 0px 0px 16px 0px rgba(0, 124, 252, 0.2);
  overflow: hidden;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx-wrapper-form .vnx-input-form .vnx_input {
  padding: 12px 15px;
  border-radius: 4px 0px 0px 4px;
  background: #fff;
  height: 100%;
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx-wrapper-form .vnx-input-form .vnx_input {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx-wrapper-form .vnx-box-btn-search .vnx-btn-search {
  border-radius: 0px 4px 4px 0px;
  background: #007cfc;
  padding: 12px 32px;
  height: 100%;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx-wrapper-form .vnx-box-btn-search .vnx-btn-search:hover {
  background: #085fc5;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx-wrapper-form .vnx-box-btn-search .vnx-btn-search {
    padding: 12px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx-wrapper-form .vnx-box-btn-search .vnx-btn-search .button_text {
  color: #fcfcfc;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx-wrapper-form .vnx-box-btn-search .vnx-btn-search .button_text {
    display: none;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx-wrapper-form .vnx-box-btn-search .vnx-btn-search .vnx_icon {
  display: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx-wrapper-form .vnx-box-btn-search .vnx-btn-search .vnx_icon {
    display: block;
    height: 24px;
    width: 24px;
    font-size: 20px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  justify-content: center;
  row-gap: 6px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup {
    padding: 0px 16px;
    top: 0px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body {
  padding: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body {
    padding: 12px 0px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success {
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success {
    max-height: 660px;
    padding: 0px 12px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_header {
  padding-bottom: 16px;
  border-bottom: 2px solid #c0c0c2;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_header {
    padding-bottom: 12px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_header .vnx_popup_success_header_title {
  color: #282829;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_header .vnx_popup_success_header_title {
    font-size: 20px;
    line-height: 32px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_header .vnx_whois_protected {
  border-radius: 4px;
  background: #f2f3f5;
  padding: 8px 12px;
  margin: 16px 0px;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_header .vnx_whois_protected > p {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_header .vnx_whois_protected > p {
    font-size: 14px;
    line-height: 24px;
  }
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_header .vnx_whois_protected {
    margin: 12px 0px;
    padding: 4px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_header .vnx_whois_unprotected a {
  color: #007cfc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_header .vnx_whois_unprotected a {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_header .vnx_whois_unprotected span {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_header .vnx_whois_unprotected span {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_title .title {
  color: #282829;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 16px 0px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_title .title {
    font-size: 18px;
    line-height: 24px;
    margin: 12px 0px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_title .title > a {
  color: #007cfc;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 12px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row {
    row-gap: 8px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_title {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_title {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .tooltip_parent {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .tooltip_parent {
    max-width: 132px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_icon:hover .vnx_item_row_icon_tooltip {
  display: block !important;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_icon .vnx_item_row_icon_tooltip {
  position: absolute;
  bottom: 26px;
  width: 132px;
  background: #fff;
  border-radius: 4px;
  padding: 4px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  color: #282829;
  font-size: 14px;
  line-height: normal;
  font-style: normal;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_icon .vnx_item_row_icon_tooltip a {
  color: #007cfc;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_icon .vnx_item_row_icon_tooltip {
    left: 0;
    right: none;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_content_title {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_content_title {
    font-size: 14px;
    line-height: 24px;
    max-width: 132px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_content_value {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_content_value {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_content_value.red {
  color: #f73131;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_content_information {
  color: #007cfc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_content_information {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_content_information .vnx_item_row_icon:hover .vnx_item_row_icon_tooltip {
  display: block !important;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_content_information .vnx_item_row_icon .vnx_item_row_icon_tooltip {
  position: absolute;
  bottom: 26px;
  right: 0;
  width: 132px;
  background: #fff;
  border-radius: 4px;
  padding: 4px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  color: #282829;
  font-size: 14px;
  line-height: normal;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_success .vnx_popup_success_body .vnx_popup_success_body_item .vnx_popup_success_body_item_content .vnx_popup_item_row .vnx_item_row_content .vnx_item_row_content_information .vnx_item_row_icon .vnx_item_row_icon_tooltip {
    left: auto;
    right: none;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail {
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail {
    padding: 0px 12px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_header {
  padding-bottom: 16px;
  border-bottom: 2px solid #c0c0c2;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_header {
    padding-bottom: 12px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_header .vnx_popup_fail_header_title {
  color: #282829;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_header .vnx_popup_fail_header_title {
    font-size: 20px;
    line-height: 32px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_header .vnx_whois_protected {
  border-radius: 4px;
  background: #f2f3f5;
  padding: 8px 12px;
  margin: 16px 0px;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_header .vnx_whois_protected > p {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_header .vnx_whois_protected > p {
    font-size: 14px;
    line-height: 24px;
  }
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_header .vnx_whois_protected {
    margin: 12px 0px;
    padding: 4px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_header .vnx_whois_unprotected a {
  color: #007cfc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_header .vnx_whois_unprotected a {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_header .vnx_whois_unprotected span {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_header .vnx_whois_unprotected span {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_body .vnx_popup_fail_body_title {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_body .vnx_popup_fail_body_title {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_body .vnx_popup_fail_body_button {
  height: 40px;
  margin-top: 16px;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_body .vnx_popup_fail_body_button .vnx_popup_fail_body_button_title {
  color: #007cfc;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_body .vnx_popup_fail_body_button .vnx_popup_fail_body_button_title {
    font-size: 18px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_body .vnx_popup_fail_body_button .vnx_popup_fail_body_button_link {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #007cfc;
  color: #fcfcfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_popup_fail .vnx_popup_fail_body .vnx_popup_fail_body_button .vnx_popup_fail_body_button_link {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnx_wrapper_popup_content .vnx_wrapper_popup_body .vnx_loading_result_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnc_loading_result .vnx-loading_animate .vnx_icon {
  height: 80px;
  width: auto;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnc_loading_result .vnx-loading_animate .col_right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnc_loading_result .vnx-loading_animate .col_right .loading_text {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 16px 0px 32px 0px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnc_loading_result .vnx-loading_animate .col_right .loading_text {
    font-size: 14px;
    line-height: 24px;
    margin: 16px 0px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnc_loading_result .vnx-loading_animate .col_right .progress_outline {
  width: 100%;
  height: 10px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #007CFC;
  position: relative;
  overflow: hidden;
}
.brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnc_loading_result .vnx-loading_animate .col_right .progress_outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(90deg, #007CFC 0%, #007CFC 49.99%, #FFF 50%, #FFF 100%);
  animation: fillProgress 6s ease-in-out infinite, lightEffect 1s infinite linear;
  animation-fill-mode: forwards;
}
@keyframes fillProgress {
  0% {
    width: 0;
  }
  33% {
    width: 33.333%;
  }
  66% {
    width: 66.67%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lightEffect {
  0%, 20%, 40%, 60%, 80%, 100% {
    background: repeating-linear-gradient(45deg, #007CFC 0 10px, #006DFE 0 20px) right/200% 100%;
  }
  10%, 30%, 50%, 70%, 90% {
    background: repeating-linear-gradient(45deg, #007CFC 0 10px, #006DFE 0 20px, rgba(255, 255, 255, 0.3) 0 20px) right/200% 100%;
  }
}
@media (max-width: 991px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnc_loading_result .col_right {
    flex-direction: column-reverse !important;
  }
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnc_loading_result .vnx-loading_animate {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-whois-popup .vnx_wrapper_popup .vnc_loading_result .vnx-loading_animate {
    margin: 0px 16px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .vnx-domain-cart .vnx-domain-cart-header {
  border-top: 1px solid #c0c0c2;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container {
  background: white;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container {
    padding: 8px;
    border-radius: 4px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container.is-disabled {
  pointer-events: none;
  opacity: 0.9;
  cursor: not-allowed;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body {
  border-radius: 4px;
  padding: 12px;
  background: #f2f3f5;
  height: 344px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-textarea {
  width: 100%;
  min-height: 48px;
  max-height: 48px;
  border: none;
  font-size: 16px;
  resize: vertical;
  font-family: inherit;
  transition: border-color 0.2s;
  background: #f2f3f5;
}
@media (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-textarea {
    font-size: 12px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-textarea:focus {
  outline: none;
  border-color: #3b82f6;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-textarea::-moz-placeholder {
  color: #9ca3af;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-textarea::placeholder {
  color: #9ca3af;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
  max-height: 194px;
  min-height: 32px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-tags {
    max-height: 107px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-tags .domain-tag {
  background: #5b5b5c;
  border-radius: 4px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-tags .domain-tag .remove-domain {
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-tags .domain-tag .remove-domain:hover {
  background: #e5e7eb;
  color: #374151;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-tags .domain-tag .remove-domain svg {
  width: 12px;
  height: 12px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-tags .clear-all-link {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0px;
  color: #5b5b5c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-area .domain-tags .clear-all-link:hover {
  color: #2563eb;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 480px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-actions {
    gap: 12px;
    align-items: center;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-actions .left-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-actions .left-actions {
    gap: 12px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-actions .left-actions .upload-btn {
  border: 1px dashed #0f0f0f;
  background: #f2f3f5;
  border-radius: 4px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 16px;
  color: #0f0f0f;
  font-weight: 500;
  line-height: 24px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-actions .left-actions .upload-btn:hover {
  border-color: #3b82f6;
  color: #3b82f6;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-actions .left-actions .upload-btn svg {
  width: 16px;
  height: 16px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-actions .left-actions .instructions-link {
  color: #007CFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .domain-input-section .body .input-actions .counter {
  color: #747475;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .popular-tlds,
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .all-tlds {
  margin-bottom: 16px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .popular-tlds h3,
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .all-tlds h3 {
  color: #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow-y: auto;
  gap: 8px;
  max-height: 64px;
}
@media (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-grid {
    max-height: 140px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .search-tld {
  margin-bottom: 8px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .search-tld .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .search-tld .search-input-wrapper svg {
  position: absolute;
  left: 12px;
  color: #9ca3af;
  width: 16px;
  height: 16px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .search-tld .search-input-wrapper .tld-search-input {
  width: 100%;
  padding: 4px 4px 4px 40px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s;
  height: 40px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .search-tld .search-input-wrapper .tld-search-input:focus {
  outline: none;
  border-color: #3b82f6;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .search-tld .search-input-wrapper .tld-search-input::-moz-placeholder {
  color: #9ca3af;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .search-tld .search-input-wrapper .tld-search-input::placeholder {
  color: #9ca3af;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-list {
  max-height: 64px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding-right: 8px;
}
@media (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-list {
    max-height: 140px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-list::-webkit-scrollbar {
  width: 6px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-list::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-list::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 2px 0px;
  border-radius: 6px;
  transition: background-color 0.2s;
  font-size: 14px;
  color: #374151;
  margin-bottom: 0px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-checkbox:hover {
  background: #f9fafb;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-checkbox input[type=checkbox] {
  display: none;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #282829;
  border-radius: 4px;
  position: relative;
  transition: all 0.2s;
  flex-shrink: 0;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-checkbox input[type=checkbox]:checked + .checkmark {
  background: #ffffff;
  border-color: #007cfc;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-checkbox input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #007cfc;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-checkbox .tld-name {
  flex: 1;
  color: #282829;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .tld-checkbox input[type=checkbox]:checked ~ .tld-name {
  color: #007cfc !important;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .selected-tlds-summary {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .selected-tlds-summary .summary-text {
  color: #282829;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .selected-tlds-summary .selected-tld-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .selected-tlds-summary .selected-tld-tags .tld-tag {
  background: #f3f4f6;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  color: #374151;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .selected-tlds-summary .selected-tld-tags .clear-all-tlds {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0px;
  color: #5b5b5c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-top .tld-selection-section .selected-tlds-summary .selected-tld-tags .clear-all-tlds:hover {
  color: #2563eb;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons {
    flex-direction: row-reverse;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .search-btn,
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .reset-btn {
  padding: 12px 32px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  min-width: 180px;
}
@media (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .search-btn,
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .reset-btn {
    width: 100%;
    max-width: 300px;
    font-weight: 400;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .search-btn {
  border-radius: 4px;
  background: linear-gradient(104deg, #FF9400 0%, #FFC500 100%);
  color: #FCFCFC;
  position: relative;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .search-btn:disabled {
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .search-btn .loading_small {
  background: rgba(255, 255, 255, 0.6196078431);
  z-index: 5;
  display: flex;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .search-btn .loading_small .loading_wrapper {
  position: relative;
  width: 32px;
  height: 32px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .search-btn .loading_small .loading_wrapper .loading_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #FFF;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: loading_small 1s linear infinite;
  -webkit-animation: loading_small 1s linear infinite;
}
@keyframes loading_small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .search-btn {
    max-width: 100%;
    padding: 8px 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .reset-btn {
  background: rgba(0, 124, 252, 0.12);
  color: #007CFC;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .reset-btn:hover {
  background: #bae6fd;
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain .form-container .form-container-bottom .action-buttons .reset-btn {
    width: -moz-fit-content;
    width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 8px 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .vnx-message-display.error .vnx-inline-message .content {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #F73131;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .vnx-message-display.error .vnx-inline-message .content .content-message {
  color: #F73131;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .vnx-message-display.success .vnx-inline-message .content {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #00944A;
  background: #E8FFF3;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .vnx-message-display.success .vnx-inline-message .content .content-message {
  color: #00944A;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .instructions-popup-overlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .instructions-popup-overlay .instructions-popup {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1);
  padding: 44px 12px 12px 12px;
  width: 650px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .instructions-popup-overlay .instructions-popup button.popup-close-btn {
  position: absolute;
  right: 12px;
  top: 8px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .instructions-popup-overlay .instructions-popup .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .instructions-popup-overlay .instructions-popup .popup-header .popup-title {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .instructions-popup-overlay .instructions-popup .popup-content {
  padding-bottom: 12px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .instructions-popup-overlay .instructions-popup .popup-content .instructions-list {
  list-style: disc;
  margin-left: 24px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .instructions-popup-overlay .instructions-popup .popup-content .instructions-list li {
  color: #282829;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .instructions-popup-overlay .instructions-popup .popup-content .instructions-list li .sample-file-link {
  color: #007CFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain .instructions-popup-overlay .instructions-popup .popup-content .instructions-list li .highlight {
  color: #FF6F00;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain::before {
    display: none;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form {
  display: flex;
  min-height: 52px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: #fff;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper {
  padding: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  border-radius: 16px;
  border: 1px solid #007CFC;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 124, 252, 0.08);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper {
    border-radius: 12px;
    padding: 4px;
    gap: 12px;
    flex-direction: column;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx_icon {
  color: #828282;
  max-width: 20px;
  max-height: 20px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx_icon:before {
  font-size: 20px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx-box-domain-tags {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  row-gap: 12px;
  width: 100%;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx-box-domain-tags .vnx_input {
  padding: 0px;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #282829;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx-box-domain-tags .vnx_input {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx-box-domain-tags .domain-tags {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  scrollbar-width: thin;
  gap: 12px;
  height: 100%;
  max-height: 68px;
  overflow-y: overlay;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx-box-domain-tags .domain-tags {
    max-height: 60px;
    gap: 8px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx-box-domain-tags .domain-tags .domain-tag {
  background: rgba(0, 124, 252, 0.08);
  border-radius: 4px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  color: #007CFC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx-box-domain-tags .domain-tags .domain-tag {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx-button-filter {
  width: auto;
  height: 100%;
  padding: 12px 15px;
  max-height: 44px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx-button-filter.active .vnx_icon_filter path {
  fill: #007CFC;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-input-form .vnx-button-filter .vnx-tag-filter {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f14c2e;
  display: flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 0px;
  right: 6px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search {
  max-height: 44px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search {
    width: 100%;
    height: 40px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search {
  max-height: 44px;
  height: 100%;
  min-width: 137px;
  padding: 12px 32px;
  border-radius: 8px;
  background: linear-gradient(104deg, #ff9400 0%, #ffc500 100%);
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search .vnx-btn-search-content {
  display: flex;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search .button_text {
  color: #fcfcfc;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search .button_text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search:hover {
  background: linear-gradient(104deg, #ff8600 0%, #ffb300 100%);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .vnx-box-btn-search .vnx-btn-search {
    padding: 8px 24px;
    width: 100%;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .loading_small {
  z-index: 5;
  display: flex;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .loading_small .loading_wrapper {
  position: relative;
  width: 24px;
  height: 24px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper .loading_small .loading_wrapper .loading_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  border-left: 4px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  animation: loading_small 1s linear infinite;
  -webkit-animation: loading_small 1s linear infinite;
}
@keyframes loading_small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  margin-top: 4px;
  display: none;
  flex-direction: column;
  row-gap: 24px;
  z-index: 999;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.2);
    justify-content: center;
    row-gap: 8px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.25s ease-out;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld.show {
  opacity: 1;
  transform: translateY(0);
  display: flex;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_close_popup {
  display: none;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_close_popup {
    display: flex;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_close_popup .vnx_icon_close {
  font-size: 20px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body {
    height: 542px;
    width: 100%;
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    overflow: scroll;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search {
    row-gap: 16px;
    margin-bottom: 16px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_title {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_title {
    margin-bottom: 8px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_title .vnx_text_title {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_title .vnx_text_title {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content {
    margin-top: 8px;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content .vnx_list_tld_item label {
  margin: 0px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content .vnx_list_tld_item input[type=checkbox] {
  width: 20px;
  height: 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #007CFC;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content .vnx_list_tld_item input[type=checkbox]:checked {
  background-color: #007CFC;
  border-color: #007CFC;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content .vnx_list_tld_item input[type=checkbox]:checked::after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: white;
  position: absolute;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content .vnx_list_tld_item .vnx_text_tld {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_list_tld_search .vnx_list_tld_search_body .vnx_list_tld_search_content .vnx_list_tld_item .vnx_text_tld {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid #e0e0e0;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search {
    padding-top: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_all {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_all {
    width: 100%;
    justify-content: flex-start !important;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_all .vnx_text_all {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_all .vnx_text_all {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_all label {
  margin: 0px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button {
    width: 100%;
    justify-content: flex-start !important;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_apply_tld {
  border-radius: 8px;
  background: #007cfc;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_apply_tld {
    width: 100%;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_apply_tld .vnx_btn_text {
  color: #fcfcfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_apply_tld .vnx_btn_text {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_clear_all {
  border-radius: 8px;
  border: 1.5px solid #007cfc;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_clear_all {
    width: -moz-fit-content;
    width: fit-content;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_clear_all .vnx_btn_text {
  color: #007cfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx_wrapper_list_tld .vnx_wrapper_list_tld_body .vnx_action_search .vnx_action_button .vnx_btn_clear_all .vnx_btn_text {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx-message-display {
  top: auto;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx-message-display.error .vnx-inline-message .content {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #F73131;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx-message-display.error .vnx-inline-message .content .content-message {
  color: #F73131;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx-message-display.success .vnx-inline-message .content {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #00944A;
  background: #E8FFF3;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}
.brxe-vnx-search-domain-form-v2.form-search-muti-domain-mini .vnx-wrapper-form .vnx-content-form .vnx-message-display.success .vnx-inline-message .content .content-message {
  color: #00944A;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.brxe-vnx-domain-cart-v2.default span.cart_after_dot {
  color: #fe9842;
}
.brxe-vnx-domain-cart-v2.default .animate_show {
  animation: show_cart_sticky 0.5s ease-in-out;
}
.brxe-vnx-domain-cart-v2.default .vnx_cart_fixed {
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5;
}
.brxe-vnx-domain-cart-v2.default .vnx_noti {
  right: -250px;
}
.brxe-vnx-domain-cart-v2.default .hide_scroll_bar::-webkit-scrollbar {
  display: none;
}
.brxe-vnx-domain-cart-v2.default .hide_scroll_bar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.brxe-vnx-domain-cart-v2.default .vnx-bg-orange {
  background: linear-gradient(97.32deg, #ffbd2a 5%, #fd7659 170.21%);
}
.brxe-vnx-domain-cart-v2.default .vnx_domain_buy_btn {
  background: linear-gradient(97.32deg, #ffbd2a 5%, #fd7659 170.21%);
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
}
.brxe-vnx-domain-cart-v2.default .vnx_trash_icon:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAARCAYAAADtyJ2fAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADtSURBVHgB5VPRDYIwEL1DBnADcQOcQEdwBNgAPo2aaJT4WTYoIzgCTqAbyAgsoGcPqNZCUL99SdPj9b0rvV4RLCRC+neAucm5ANkiDguTQ/PjIKR3QzyrcGjlKwdEE9PsmKvKJLEWjVdRgDw41mtvOyZpdiUAD36ASl64QLSFOltORKdeA+JUTbPKw9inGe2E3MAHsIa1YJ+Rwb9eJRMy4mFyJlyb0Oclo7JdNWjt+C3+wdiqKhKFTcajzXUZSwdxxMEyDrNmvmiR5lijrqZ8GVULEaJQXRFAD6iS1u32fFaqnfgN+tCPfB2HOQcPLXxeFKfXI7oAAAAASUVORK5CYII=");
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 690px) {
  .brxe-vnx-domain-cart-v2.default .domain_search_req {
    max-width: 85%;
  }
}
@media only screen and (max-width: 410px) {
  .brxe-vnx-domain-cart-v2.default .price_text {
    width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  .brxe-vnx-domain-cart-v2.default .query-domain-res {
    width: 35%;
  }
  .brxe-vnx-domain-cart-v2.default .domain_search_req {
    max-width: 80%;
  }
}
@keyframes show_cart_sticky {
  0% {
    margin-bottom: -60px;
  }
  100% {
    margin-bottom: 0px;
  }
}
@keyframes hide_cart_sticky {
  0% {
    margin-bottom: -60px;
  }
  100% {
    margin-bottom: 0px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header {
  border-top: 1px solid #c0c0c2;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper {
  width: 1140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper {
    gap: 4px;
    padding: 12px 16px 32px 16px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-left {
    gap: 0px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-left .cart-header-left-title {
  color: #282829;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-left .cart-header-left-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-left .cart-header-left-price-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-left .cart-header-left-price-container .cart-price-total {
  color: #282829;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-left .cart-header-left-price-container .cart-price-total {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-left .cart-header-left-price-container .cart-price-vat {
  color: #282829;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-left .cart-header-left-price-container .cart-price-vat {
    display: none;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button {
    gap: 8px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .button-view {
  padding: 12px 32px;
  border: 2px solid #007cfc;
  background: #fff;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .button-view {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    padding: 8px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .button-view .icon-cart-domain-view {
  display: none;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .button-view .icon-cart-domain-view {
    display: flex;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .button-view .cart-header-right-button-text {
  color: #007cfc;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .button-view .cart-header-right-button-text {
    display: none;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .button-view .cart-header-right-button-count {
  border-radius: 16px;
  background: #f73131;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  height: 18px;
  width: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -9px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .button-view .cart-header-right-button-count {
    display: flex;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .vnx_domain_buy_btn {
  padding: 12px 32px;
  background: #007CFC;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .vnx_domain_buy_btn:hover {
  background: #085fc5;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .vnx_domain_buy_btn {
    border-radius: 4px;
    padding: 8px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .vnx_domain_buy_btn .icon-cart-domain-buy {
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .vnx_domain_buy_btn .icon-cart-domain-buy {
    display: none;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .vnx_domain_buy_btn span {
  color: #fcfcfc;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-header .vnx-wapper .cart-header-right .cart-header-right-button .vnx_domain_buy_btn span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay {
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal {
  background: #fff;
  width: 500px;
  height: 100%;
  position: absolute;
  right: 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  animation-name: slideRight;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal {
    width: 343px;
    gap: 12px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-header {
  padding: 20px 20px 24px 20px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  border-bottom: 1px solid #c0c0c2;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-header {
    padding: 12px 12px 24px 12px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-header .vnx-cart-modal-header-left {
  display: flex;
  justify-content: flex-end;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-header .vnx-cart-modal-header-left .vnx-cart-modal-close {
  width: 24px;
  height: 24px;
  background: #fff;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-header .vnx-cart-modal-header-right {
  width: 100%;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-header .vnx-cart-modal-header-right .vnx-cart-modal-title {
  color: #282829;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-header .vnx-cart-modal-header-right .vnx-cart-modal-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body {
  height: 100%;
  padding: 0px 20px;
  overflow: overlay;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body {
    padding: 0px 12px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 20px 0px;
  border-bottom: 1px solid #c0c0c2;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item {
    padding: 12px 0px;
    gap: 4px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item:last-child {
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item:last-child {
    padding-top: 12px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item:first-child {
  padding-top: 0px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item:first-child {
    padding-top: 0px;
    padding-bottom: 12px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-info .cart-item-domain .vnx-cart-item-domain {
  color: #282829;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-info .cart-item-domain .vnx-cart-item-domain {
    color: #282829;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-info .cart-item-remove .vnx-cart-item-remove {
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-info .cart-item-remove .vnx-cart-item-remove:hover {
  background: #ffe7e0;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-price .cart-option .vnx-cart-item-duration {
  height: 46px;
  padding: 8px;
  width: 120px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #0f0f0f;
  cursor: pointer;
  overflow: hidden;
  color: #282829;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-price .cart-option .vnx-cart-item-duration {
    overflow: hidden;
    color: #282829;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    height: 32px;
    padding: 0px 8px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-price .cart-price {
  display: flex;
  align-items: center;
  gap: 4px;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-price .cart-price .vnx-cart-item-old-price {
  color: #282829;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-price .cart-price .vnx-cart-item-old-price {
    color: #282829;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: line-through;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-price .cart-price .vnx-cart-item-new-price {
  color: #007cfc;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-item-price .cart-price .vnx-cart-item-new-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-tip span {
  color: #282829;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-body .vnx-cart-item .vnx-cart-tip span {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #c0c0c2;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer {
    padding: 12px 12px 32px 12px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-summary {
    gap: 8px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-summary .vnx-cart-modal-summary-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-summary .vnx-cart-modal-summary-top .vnx-cart-modal-summary-count {
  color: #282829;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-summary .vnx-cart-modal-summary-top .vnx-cart-modal-summary-count {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-summary .vnx-cart-modal-summary-top .vnx-cart-modal-total {
  color: #282829;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-summary .vnx-cart-modal-summary-top .vnx-cart-modal-total {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-summary .vnx-cart-modal-vat {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-summary .vnx-cart-modal-vat {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-footer-button .vnx-cart-modal-continue {
  width: 100%;
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 8px;
  background: #007cfc;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-footer-button .vnx-cart-modal-continue {
    padding: 8px 24px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-footer-button .vnx-cart-modal-continue span {
  color: #fcfcfc;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-footer-button .vnx-cart-modal-continue span {
    font-size: 16px;
    line-height: 24px;
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal .vnx-cart-modal-footer .vnx-cart-modal-footer-button .vnx-cart-modal-continue:hover {
  background: #085fc5;
}
@keyframes slideRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.brxe-vnx-domain-cart-v2.cart-v1 .vnx-domain-cart .vnx-domain-cart-body .vnx-cart-overlay .vnx-cart-modal.slide-out {
  animation-name: slideLeft;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.brxe-vnx-domain-result-v2 .vnc_loading_result .vnx-loading_animate {
  margin-top: 60px;
  margin-bottom: 700px;
}
.brxe-vnx-domain-result-v2 .vnc_loading_result .vnx-loading_animate .vnx_icon {
  height: 80px;
  width: auto;
}
.brxe-vnx-domain-result-v2 .vnc_loading_result .vnx-loading_animate .col_right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .brxe-vnx-domain-result-v2 .vnc_loading_result {
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 50px;
  }
  .brxe-vnx-domain-result-v2 .vnc_loading_result .col_right {
    flex-direction: column-reverse !important;
  }
  .brxe-vnx-domain-result-v2 .vnc_loading_result .vnx-loading_animate {
    flex-direction: column;
    text-align: center;
  }
}
.brxe-vnx-domain-result-v2 .vnx_reload_searchdomain {
  padding: 12px 9px;
  border-radius: 3px;
  background: linear-gradient(97deg, #ffbd2a 5%, #fd7659 170.21%);
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.brxe-vnx-domain-result-v2 #suggestion_domain .box {
  animation: show 300ms 100ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
  opacity: 0;
  transform: rotateX(-90deg);
  transform-origin: top center;
}
@keyframes show {
  100% {
    opacity: 1;
    transform: none;
  }
}
.brxe-vnx-domain-result-v2.domain-result .vnx_reload_searchdomain {
  padding: 12px 9px;
  border-radius: 3px;
  background: linear-gradient(97deg, #ffbd2a 5%, #fd7659 170.21%);
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest {
  border: 1px solid #dde1e8;
  border-radius: 10px;
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box {
  padding: 16px 28px;
  border-bottom: 1px solid #dde1e8;
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box {
    padding: 15px;
  }
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.first {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.first {
    width: 100%;
    white-space: initial;
  }
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.first .domains {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: #4f4f4f;
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.first .domains .dots {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: #fe9842;
  margin-right: 3px;
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.second {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.second {
    gap: 10px;
    width: inherit;
    white-space: nowrap;
  }
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.second .text_sale_price {
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.second .text_sale_price .year {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.second .text_sale_price .discount {
  margin-left: 10px;
  background: #eb5757;
  border-radius: 4px;
  width: 32px;
  height: 17px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 2px 4px;
}
@media screen and (max-width: 767px) {
  .brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.second .button_detail {
    padding: 4px !important;
  }
  .brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.second .vnx_addto_cart,
  .brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.second .vnx_contact_cart,
  .brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .sub_box.second .vnx_haveto_cart {
    max-width: 40px;
    min-width: 40px;
  }
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_box_status {
  position: relative;
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_box_status .mr-1:hover .vnx_tooltip_domaincontact,
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_box_status .vnx_tooltip_icon:hover ~ .vnx_tooltip_domaincontact {
  display: flex;
  /* Hiển thị khi hover */
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_box_status .vnx_tooltip_icon {
  color: rgb(206, 106, 0);
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_box_status .vnx_tooltip_domaincontact {
  display: none;
  position: absolute;
  padding: 6px 8px;
  background-color: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  bottom: 26px;
  width: 210px;
  z-index: 999 !important;
  color: #333333;
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_box_status .vnx_tooltip_domaincontact::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 56%;
  margin-left: -5px;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  border-top: solid 8px white;
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_contact_cart button {
  width: 110px;
  height: 40px;
}
.brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_contact_cart button svg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_contact_cart button svg {
    display: block;
  }
  .brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_contact_cart button {
    display: flex;
    align-items: center;
    background-color: #38a7ff;
    padding: 10px !important;
    width: auto;
    height: auto;
  }
  .brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_contact_cart button span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_contact_cart button {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 4px !important;
  }
  .brxe-vnx-domain-result-v2.domain-result #suggestion_domain .vnx_custom_result #show-domain-suggest .box .vnx_contact_cart button span {
    display: none;
  }
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx_custom_result {
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price {
  font-size: 28px;
  font-weight: 700;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price .vnx-tld {
  color: #4f4f4f;
  color: #fe9842;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price .vnx-tooltip-price {
  cursor: pointer;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price .vnx-tooltip-price:hover .tooltip-content {
  visibility: visible;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price .vnx-tooltip-price .tooltip-icon {
  color: #828282;
  font-size: 17px;
  padding-bottom: 3px;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price .vnx-tooltip-price .tooltip-content {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  right: -15px;
  min-width: 220px;
  padding: 11px 13px;
  width: auto;
  max-width: unset;
  background-color: white;
  bottom: calc(100% + 8px);
  text-align: left;
  border-radius: 3px;
  box-shadow: 8px 12px 30px rgba(79, 79, 79, 0.1607843137);
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price .vnx-tooltip-price .tooltip-content::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: white;
  position: absolute;
  bottom: -8px;
  right: 15px;
  transform: rotateZ(45deg);
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-status {
  font-size: 14px;
  font-weight: 400;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price .sale-price {
  color: #eb5757;
  font-size: 24px;
  font-weight: 700;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price .ori-price {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: strikethrough;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price .vnx-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 14px;
  height: 14px;
  font-weight: bold;
  color: white;
  background-color: #828282;
  border-radius: 100%;
  font-size: 12px;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price .btn_tawk {
  min-width: 257px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price .btn_tawk .btn-add-cart {
  color: #fff;
  background: #38a7ff;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .vnx-domain-price .btn_tawk .btn-whois {
  background-color: #fff;
  border: 1px solid #4f4f4f;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .domain-info .vnx-tooltip-price {
  cursor: pointer;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .domain-info .vnx-tooltip-price:hover .tooltip-content {
  visibility: visible;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .domain-info .vnx-tooltip-price .tooltip-content {
  width: 215px;
  right: -15px;
  min-width: 250px;
  padding: 11px 13px;
  width: auto;
  max-width: unset;
  background-color: white;
  bottom: calc(100% + 16px);
  text-align: left;
  border-radius: 3px;
  box-shadow: 8px 12px 30px rgba(79, 79, 79, 0.1607843137);
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.brxe-vnx-domain-result-v2.result-main-domain-page-whois .domain-info .vnx-tooltip-price .tooltip-content::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: white;
  position: absolute;
  bottom: -8px;
  right: 15px;
  transform: rotateZ(45deg);
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-domain-sld, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-domain-sld {
  color: #4f4f4f;
  font-size: 28px;
  font-weight: 700;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-domain-sld .vnx-domain-tld, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-domain-sld .vnx-domain-tld {
  color: #fe9842;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-price .origin-price, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-price .origin-price {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-price .sale-price, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-price .sale-price {
  color: #eb5757;
  font-size: 24px;
  font-weight: 700;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-price .vnx-tooltip-price, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-price .vnx-tooltip-price {
  cursor: pointer;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-price .vnx-tooltip-price:hover .tooltip-content, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-price .vnx-tooltip-price:hover .tooltip-content {
  visibility: visible;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-price .vnx-tooltip-price .tooltip-icon, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-price .vnx-tooltip-price .tooltip-icon {
  color: #828282;
  font-size: 17px;
  padding-bottom: 3px;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-price .vnx-tooltip-price .tooltip-content, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-price .vnx-tooltip-price .tooltip-content {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  right: -5rem;
  min-width: 220px;
  padding: 11px 13px;
  width: auto;
  max-width: unset;
  background-color: white;
  bottom: calc(100% + 8px);
  text-align: left;
  border-radius: 3px;
  box-shadow: 8px 12px 30px rgba(79, 79, 79, 0.1607843137);
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-price .vnx-tooltip-price .tooltip-content::after, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-price .vnx-tooltip-price .tooltip-content::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: white;
  position: absolute;
  bottom: -8px;
  right: 5rem;
  transform: rotateZ(45deg);
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-btn-register, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-btn-register {
  min-width: 257px;
  border-radius: 3px;
  background: #38a7ff;
  display: flex;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  transition: background 0.3s ease-in-out;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-btn-register:disabled, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-btn-register:disabled {
  background: rgba(56, 167, 255, 0.6);
  transition: background 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-btn-register, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-btn-register {
    width: 100%;
  }
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-btn-whois, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-btn-whois {
  min-width: 257px;
  border-radius: 3px;
  display: flex;
  padding: 10px 0;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  border: 1px solid #4f4f4f;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-status-domain .vnx-tooltip-status, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-status-domain .vnx-tooltip-status {
  cursor: pointer;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-status-domain .vnx-tooltip-status:hover .tooltip-content, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-status-domain .vnx-tooltip-status:hover .tooltip-content {
  visibility: visible;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-status-domain .vnx-tooltip-status .tooltip-content, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-status-domain .vnx-tooltip-status .tooltip-content {
  width: 215px;
  right: -15px;
  min-width: 250px;
  padding: 11px 13px;
  width: auto;
  max-width: unset;
  background-color: white;
  bottom: calc(100% + 16px);
  text-align: left;
  border-radius: 3px;
  box-shadow: 8px 12px 30px rgba(79, 79, 79, 0.1607843137);
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-status-domain .vnx-tooltip-status .tooltip-content::after, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-status-domain .vnx-tooltip-status .tooltip-content::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: white;
  position: absolute;
  bottom: -8px;
  right: 15px;
  transform: rotateZ(45deg);
}
@media (max-width: 991px) {
  .brxe-vnx-domain-result-v2.domain-result-page-whois .vnx-item-domain, .brxe-vnx-domain-result-v2.result-muti-whois .vnx-item-domain {
    flex-direction: column;
    align-items: start !important;
    justify-content: center;
    text-align: center;
  }
}
.brxe-vnx-domain-result-v2.result-whois .vnx-domain-sld {
  color: #4f4f4f;
  font-size: 28px;
  font-weight: 700;
}
.brxe-vnx-domain-result-v2.result-whois .vnx-domain-sld .vnx-domain-tld {
  color: #fe9842;
}
.brxe-vnx-domain-result-v2.result-whois .vnx-status-domain {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
}
.brxe-vnx-domain-result-v2.result-whois .vnx-item-whois {
  font-size: 14px;
  font-weight: 400;
}
.brxe-vnx-domain-result-v2.result-whois .vnx-item-whois.vnx-hightlight {
  background: #f8f9fd;
}
.brxe-vnx-domain-result-v2.result-whois .vnx-item-whois .vnx-item-whois-title {
  color: #4f4f4f;
}
.brxe-vnx-domain-result-v2.result-whois .vnx-item-whois .vnx-item-whois-value {
  color: #333;
}
.brxe-vnx-domain-result-v2.result-whois .vnx-whois-mobile {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.1);
}
.brxe-vnx-domain-result-v2.result-whois .vnx-whois-mobile .vnx-title-whois-mobile {
  color: #28293d;
  font-size: 16px;
  font-weight: 700;
}
.brxe-vnx-domain-result-v2.result-whois .vnx-whois-mobile .vnx-whois-detail-mobile .vnx-item-whois-mobile {
  font-size: 14px;
  font-weight: 400;
}
.brxe-vnx-domain-result-v2.result-whois .vnx-whois-mobile .vnx-whois-detail-mobile .vnx-item-whois-mobile .vnx-item-label {
  color: #8f90a6;
}
.brxe-vnx-domain-result-v2.result-whois .vnx-whois-mobile .vnx-whois-detail-mobile .vnx-item-whois-mobile .vnx-item-value {
  color: #1c1c28;
}
.brxe-vnx-domain-result-v2.result-suggets-detail-whois .vnx-title-domain-suggest {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.brxe-vnx-domain-result-v2.result-suggets-detail-whois .vnx-item-domain-suggest .vnx-domain-info .vnx-domain-name {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 700;
}
.brxe-vnx-domain-result-v2.result-suggets-detail-whois .vnx-item-domain-suggest .vnx-domain-info .vnx-domain-name .vnx-tld {
  color: #fe9842;
}
.brxe-vnx-domain-result-v2.result-suggets-detail-whois .vnx-item-domain-suggest .vnx-domain-info .vnx-domain-price .vnx-sale-price {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.brxe-vnx-domain-result-v2.result-suggets-detail-whois .vnx-item-domain-suggest .vnx-domain-info .vnx-domain-price .vnx-sale-price span {
  color: var(--Gray-3, #828282);
  font-size: 14px;
}
.brxe-vnx-domain-result-v2.result-muti-domain {
  width: 100%;
}
.brxe-vnx-domain-result-v2.result-muti-domain .vnx-item-domain .vnx-domain-sld {
  font-size: 18px;
  font-weight: 500;
  color: #4f4f4f;
}
.brxe-vnx-domain-result-v2.result-muti-domain .vnx-item-domain .vnx-domain-sld .vnx-domain-tld {
  color: #fe9842;
}
.brxe-vnx-domain-result-v2.result-muti-domain .vnx-item-domain .vnx-tooltip-price {
  cursor: pointer;
}
.brxe-vnx-domain-result-v2.result-muti-domain .vnx-item-domain .vnx-tooltip-price:hover .tooltip-content {
  visibility: visible;
}
.brxe-vnx-domain-result-v2.result-muti-domain .vnx-item-domain .vnx-tooltip-price .tooltip-icon {
  color: #828282;
  font-size: 17px;
  padding-bottom: 3px;
}
.brxe-vnx-domain-result-v2.result-muti-domain .vnx-item-domain .vnx-tooltip-price .tooltip-content {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  right: -6rem;
  min-width: 220px;
  padding: 11px 13px;
  width: auto;
  max-width: unset;
  background-color: white;
  bottom: calc(100% + 8px);
  text-align: left;
  border-radius: 3px;
  box-shadow: 8px 12px 30px rgba(79, 79, 79, 0.1607843137);
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .brxe-vnx-domain-result-v2.result-muti-domain .vnx-item-domain .vnx-tooltip-price .tooltip-content {
    right: -10rem;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain .vnx-item-domain .vnx-tooltip-price .tooltip-content::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: white;
  position: absolute;
  bottom: -8px;
  right: 6rem;
  transform: rotateZ(45deg);
}
@media screen and (max-width: 991px) {
  .brxe-vnx-domain-result-v2.result-muti-domain .vnx-item-domain .vnx-tooltip-price .tooltip-content::after {
    right: 10rem;
  }
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content {
    gap: 12px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #c0c0c2;
  background: #fafafc;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available {
    padding: 12px 8px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom {
    flex-direction: column;
    gap: 8px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-left .item-bottom-left-icon {
  height: 20px;
  width: 20px;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name {
  color: #282829;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name {
    font-size: 18px;
    line-height: 24px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name .domain-tld {
  color: #007cfc;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right {
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right {
    justify-content: space-between;
  }
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip {
    display: none;
  }
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-icon {
  position: relative;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-icon i {
  width: 14px;
  height: 14px;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden {
  position: absolute;
  top: 29px;
  left: -100px;
  max-width: 200px;
  width: -moz-max-content;
  width: max-content;
  padding: 4px;
  display: none;
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 4px;
  background: #007cfc;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 100px;
  width: 12px;
  height: 12px;
  background: #007cfc;
  transform: rotate(45deg);
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip:hover .domain-tooltip-text-hidden {
  display: block;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price {
  color: #4f4f4f;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .domain-price-text {
  color: #282829;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .domain-price-text {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag {
  display: flex;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #f73131;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag .domain-tag-text {
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag .domain-tag-text {
    font-size: 10px;
    line-height: 20px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-discount-price {
  color: #282829;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-discount-price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .add_domain_cart {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #007cfc;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .add_domain_cart .vnx_wrapper {
  max-width: 40px;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .add_domain_cart img {
  height: 24px;
  width: 24px;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .add_domain_cart:hover {
  background: #085fc5;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .add_domain_cart:hover ~ .vnx_text_addto_cart {
  display: block;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .vnx_text_addto_cart {
  padding: 4px;
  border-radius: 4px;
  background: #00070e;
  position: absolute;
  right: 0;
  bottom: -40px;
  display: none;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  color: #fcfcfc;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .vnx_text_addto_cart::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 15px;
  width: 12px;
  height: 12px;
  background: #00070e;
  transform: rotate(45deg);
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .vnx_haveto_cart {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #ffe7e0;
  outline: 1px solid #ffe7e0;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .vnx_haveto_cart img {
  height: 24px;
  width: 24px;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .vnx_haveto_cart:hover {
  outline: 1px solid #f73131;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .vnx_haveto_cart:hover ~ .vnx_text_haveto_cart {
  display: block;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .vnx_text_haveto_cart {
  padding: 4px;
  border-radius: 4px;
  background: #00070e;
  position: absolute;
  right: 0;
  bottom: -40px;
  display: none;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  color: #fcfcfc;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-content .item-available .item-bottom .item-bottom-right .item-button .vnx_text_haveto_cart::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 15px;
  width: 12px;
  height: 12px;
  background: #00070e;
  transform: rotate(45deg);
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-loading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #007cfc;
  background: linear-gradient(90deg, rgba(0, 124, 252, 0.04) 0%, rgba(0, 100, 204, 0.04) 100%);
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-loading .loading_small {
  z-index: 5;
  display: flex;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-loading .loading_small .loading_wrapper {
  position: relative;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-loading .loading_small .loading_wrapper {
    width: 32px;
    height: 32px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-ai-onpage .vnx-result-domain-ai-onpage .vnx-result-domain-body .vnx-result .vnx-result-loading .loading_small .loading_wrapper .loading_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #007cfc;
  border-top: 4px solid rgba(0, 124, 252, 0.25);
  border-left: 4px solid rgba(0, 124, 252, 0.25);
  border-radius: 50%;
  animation: loading_small 1s linear infinite;
  -webkit-animation: loading_small 1s linear infinite;
}
@keyframes loading_small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-result-loading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #007cfc;
  background: linear-gradient(90deg, rgba(0, 124, 252, 0.04) 0%, rgba(0, 100, 204, 0.04) 100%);
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-result-loading .loading_small {
  display: flex;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-result-loading .loading_small .loading_wrapper {
  position: relative;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-result-loading .loading_small .loading_wrapper {
    width: 32px;
    height: 32px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-result-loading .loading_small .loading_wrapper .loading_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #007cfc;
  border-top: 4px solid rgba(0, 124, 252, 0.25);
  border-left: 4px solid rgba(0, 124, 252, 0.25);
  border-radius: 50%;
  animation: loading_small 1s linear infinite;
  -webkit-animation: loading_small 1s linear infinite;
}
@keyframes loading_small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 0px 16px 0px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result {
    padding: 24px 0px 12px 0px;
    gap: 12px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #c0c0c2;
  background: #fafafc;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert {
    padding: 8px;
    display: flex;
    flex-direction: column !important;
    gap: 8px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert .vnx-domain-alert-content {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert .vnx-domain-alert-content {
    align-items: flex-start;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert .vnx-domain-alert-content .vnx-domain-alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert .vnx-domain-alert-content .vnx-domain-alert-icon i {
  color: #f73131;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert .vnx-domain-alert-content .vnx-domain-alert-text .vnx-domain-alert-title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert .vnx-domain-alert-content .vnx-domain-alert-text .vnx-domain-alert-title {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert .vnx-domain-alert-content .vnx-domain-alert-text .vnx-domain-alert-title span {
  color: #f73131;
  font-weight: 700;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert .vnx-domain-alert-btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert .vnx-domain-alert-btn {
    width: 100%;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert .vnx-domain-alert-btn .vnx-btn {
  display: flex;
  width: 126px;
  padding: 8px 22px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #c0c0c2;
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-alert .vnx-domain-alert-btn .vnx-btn {
    width: 100%;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #007cfc;
  background: linear-gradient(90deg, rgba(0, 124, 252, 0.04) 0%, rgba(0, 100, 204, 0.04) 100%);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available {
    padding: 8px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-top,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-top {
  width: 100%;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-top .vnx-domain-badge,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-top .vnx-domain-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-top .vnx-domain-badge.suggest,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-top .vnx-domain-badge.suggest {
  background: linear-gradient(90deg, #007cfc 0%, #0064cc 100%);
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-top .vnx-domain-badge.choise,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-top .vnx-domain-badge.choise {
  background: linear-gradient(104deg, #ff8600 0%, #ffb300 100%);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-top .vnx-domain-badge,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-top .vnx-domain-badge {
    padding: 2px 4px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-top .vnx-domain-badge .title,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-top .vnx-domain-badge .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-top .vnx-domain-badge .title,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-top .vnx-domain-badge .title {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom {
    flex-direction: column;
    gap: 8px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-left .item-bottom-left-icon,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-left .item-bottom-left-icon {
  height: 20px;
  width: 20px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name {
  color: #282829;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name {
    font-size: 18px;
    line-height: 24px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name .domain-tld,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name .domain-tld {
  color: #007cfc;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right {
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right {
    justify-content: space-between;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain {
    align-items: flex-start;
    width: 100%;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-icon,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-icon {
  position: relative;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-icon i,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-icon i {
  width: 14px;
  height: 14px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-content .domain-tooltip-text,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-content .domain-tooltip-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-content .domain-tooltip-text,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-content .domain-tooltip-text {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden {
  position: absolute;
  top: 29px;
  left: -100px;
  max-width: 200px;
  width: -moz-max-content;
  width: max-content;
  padding: 4px;
  display: none;
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 4px;
  background: #007cfc;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden {
    left: -10px;
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden::after,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 100px;
  width: 12px;
  height: 12px;
  background: #007cfc;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden::after,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden::after {
    left: 10px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip:hover .domain-tooltip-text-hidden,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip:hover .domain-tooltip-text-hidden {
  display: block;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price {
  color: #4f4f4f;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .domain-price-text,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .domain-price-text {
  color: #282829;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .domain-price-text,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .domain-price-text {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag {
  display: flex;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #f73131;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag .domain-tag-text,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag .domain-tag-text {
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag .domain-tag-text,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag .domain-tag-text {
    font-size: 10px;
    line-height: 20px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-discount-price,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-discount-price {
  color: #282829;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-discount-price,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-discount-price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper {
  width: -moz-max-content;
  width: max-content;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper button,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper button {
  height: 40px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper button .loading_small,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper button .loading_small {
  z-index: 5;
  display: flex;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper button .loading_small .loading_wrapper,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper button .loading_small .loading_wrapper {
  position: relative;
  width: 24px;
  height: 24px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper button .loading_small .loading_wrapper .loading_icon,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper button .loading_small .loading_wrapper .loading_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  border-left: 4px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  animation: loading_small 1s linear infinite;
  -webkit-animation: loading_small 1s linear infinite;
}
@keyframes loading_small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper {
    max-width: 40px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #007cfc;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart img,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart img {
  height: 24px;
  width: 24px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart:hover,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart:hover {
  background: #085fc5;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.button_detail_dk,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.button_detail_dk {
  padding: 8px 0px;
  width: 126px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.button_detail_dk,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.button_detail_dk {
    display: none;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.button_detail_dk span,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.button_detail_dk span {
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.button_detail_mb,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.button_detail_mb {
  display: none;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.button_detail_mb,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.button_detail_mb {
    display: flex;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.disabled,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.disabled {
  cursor: not-allowed;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #ffe7e0;
  outline: 1px solid #ffe7e0;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart img,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart img {
  height: 24px;
  width: 24px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart:hover,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart:hover {
  outline: 1px solid #f73131;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart.button_detail_dk,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart.button_detail_dk {
  padding: 8px 0px;
  width: 126px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart.button_detail_dk,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart.button_detail_dk {
    display: none;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart.button_detail_dk span,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart.button_detail_dk span {
  color: #f73131;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart.button_detail_mb,
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart.button_detail_mb {
  display: none;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-box .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart.button_detail_mb,
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-check .vnx-domain-result .vnx-content-result .vnx-domain-propose .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart.button_detail_mb {
    display: flex;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
  margin: 32px 0px 32px 0px;
  scrollbar-width: none !important;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-tabs {
    gap: 8px;
    margin: 36px 0px 24px 0px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid #c0c0c2;
  background: #fff;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab .result-domain-tab-icon {
  width: 20px;
  height: 20px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab .result-domain-tab-text {
  color: #282829;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab.active {
  border: 1px solid #007cfc;
  background: #fff;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab.active .result-domain-tab-text {
  color: #007cfc;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab.active .result-domain-tab-icon i {
  color: #007cfc;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list {
    gap: 12px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item:last-child {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item:last-child {
    margin-bottom: 12px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #c0c0c2;
  background: #fafafc;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available {
    padding: 8px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top {
  width: 100%;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top .vnx-domain-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top .vnx-domain-badge.suggest {
  background: linear-gradient(90deg, #007cfc 0%, #0064cc 100%);
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top .vnx-domain-badge.choise {
  background: linear-gradient(104deg, #ff8600 0%, #ffb300 100%);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top .vnx-domain-badge {
    padding: 2px 4px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top .vnx-domain-badge .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top .vnx-domain-badge .title {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom {
    flex-direction: column;
    gap: 8px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-left .item-bottom-left-icon {
  height: 20px;
  width: 20px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name {
  color: #282829;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name {
    font-size: 18px;
    line-height: 24px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name .domain-tld {
  color: #007cfc;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right {
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right {
    justify-content: space-between;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain {
    align-items: flex-start;
    width: 100%;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-icon {
  position: relative;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-icon i {
  width: 14px;
  height: 14px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-content .domain-tooltip-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-content .domain-tooltip-text {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden {
  position: absolute;
  top: 29px;
  left: -100px;
  max-width: 200px;
  width: -moz-max-content;
  width: max-content;
  padding: 4px;
  display: none;
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 4px;
  background: #007cfc;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden {
    left: -10px;
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 100px;
  width: 12px;
  height: 12px;
  background: #007cfc;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden::after {
    left: 10px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip:hover .domain-tooltip-text-hidden {
  display: block;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price {
  color: #4f4f4f;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .domain-price-text {
  color: #282829;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .domain-price-text {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag {
  display: flex;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #f73131;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag .domain-tag-text {
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag .domain-tag-text {
    font-size: 10px;
    line-height: 20px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-discount-price {
  color: #282829;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-discount-price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status {
  display: flex;
  padding: 4px 16px;
  gap: 8px;
  border-radius: 999px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status {
    padding: 2px 8px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status.special {
  border: 1px solid #ff6f00;
  background: #fff8d6;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status.special .title {
  color: #ff6f00;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status.special .title {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status.unavailable {
  border: 1px solid #f73131;
  background: #ffe7e0;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status.unavailable .title {
  color: #f73131;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status.unavailable .title {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper {
  width: -moz-max-content;
  width: max-content;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #007cfc;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart {
    max-width: 40px;
    max-height: 40px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart img {
  height: 24px;
  width: 24px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart:hover {
  background: #085fc5;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart.disabled {
  cursor: not-allowed;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #ffe7e0;
  outline: 1px solid #ffe7e0;
  max-width: 40px;
  max-height: 40px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart img {
  height: 24px;
  width: 24px;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart:hover {
  outline: 1px solid #f73131;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-contact {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1.5px solid #007cfc;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-contact {
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
    padding: 4px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-contact .btn-contact-text {
  color: #007cfc;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-contact .btn-contact-text {
    display: none;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-contact .btn-contact-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-view {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #c0c0c2;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-view {
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
    padding: 4px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-view .btn-view-text {
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-view .btn-view-text {
    display: none;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-view .btn-view-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-view .btn-view-icon {
    display: flex;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-more {
  display: flex;
  flex-direction: column;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-more .result-domain-more-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-more .result-domain-more-btn span {
  color: #282829;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-more .result-domain-more-btn span {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-domain-result-v2.result-domain-onpage .result-domain-container .vnx-domain-list .vnx-domain-list-body .result-domain-more .result-domain-more-btn i {
  height: 24px;
  width: 24px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-total .result-domain-total-count {
  color: #282829;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-total .result-domain-total-count .result-domain-total-domain {
  color: #282829;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .vnx-result-loading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #007cfc;
  background: linear-gradient(90deg, rgba(0, 124, 252, 0.04) 0%, rgba(0, 100, 204, 0.04) 100%);
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .vnx-result-loading .loading_small {
  z-index: 5;
  display: flex;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .vnx-result-loading .loading_small .loading_wrapper {
  position: relative;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .vnx-result-loading .loading_small .loading_wrapper {
    width: 32px;
    height: 32px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .vnx-result-loading .loading_small .loading_wrapper .loading_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #007cfc;
  border-top: 4px solid rgba(0, 124, 252, 0.25);
  border-left: 4px solid rgba(0, 124, 252, 0.25);
  border-radius: 50%;
  animation: loading_small 1s linear infinite;
  -webkit-animation: loading_small 1s linear infinite;
}
@keyframes loading_small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
  margin: 32px 0px 32px 0px;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-tabs {
    gap: 8px;
    margin: 24px 0px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid #c0c0c2;
  background: #fff;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab .result-domain-tab-icon {
  width: 20px;
  height: 20px;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab .result-domain-tab-text {
  color: #282829;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab.active {
  border: 1px solid #007cfc;
  background: #fff;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab.active .result-domain-tab-text {
  color: #007cfc;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-tabs .result-domain-tab.active .result-domain-tab-icon i {
  color: #007cfc;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list {
    gap: 12px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item:last-child {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item:last-child {
    margin-bottom: 12px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item.domain-off {
  display: none;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #c0c0c2;
  background: #fafafc;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available {
    padding: 8px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top {
  width: 100%;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top .vnx-domain-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top .vnx-domain-badge.suggest {
  background: linear-gradient(90deg, #007cfc 0%, #0064cc 100%);
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top .vnx-domain-badge.choise {
  background: linear-gradient(104deg, #ff8600 0%, #ffb300 100%);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top .vnx-domain-badge {
    padding: 2px 4px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top .vnx-domain-badge .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-top .vnx-domain-badge .title {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom {
    flex-direction: column;
    gap: 8px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-left .item-bottom-left-icon {
  height: 20px;
  width: 20px;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name {
  color: #282829;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name {
    font-size: 18px;
    line-height: 24px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-left .item-bottom-left-title .domain-name .domain-tld {
  color: #007cfc;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right {
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right {
    justify-content: space-between;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain {
    align-items: flex-start;
    width: 100%;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-icon {
  position: relative;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-icon i {
  width: 14px;
  height: 14px;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-content .domain-tooltip-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .item-domain-tooltip-content .domain-tooltip-text {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden {
  position: absolute;
  top: 29px;
  left: -100px;
  max-width: 200px;
  width: -moz-max-content;
  width: max-content;
  padding: 4px;
  display: none;
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 4px;
  background: #007cfc;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden {
    left: -10px;
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 100px;
  width: 12px;
  height: 12px;
  background: #007cfc;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip .domain-tooltip-text-hidden::after {
    left: 10px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-tooltip:hover .domain-tooltip-text-hidden {
  display: block;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price {
  color: #4f4f4f;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .domain-price-text {
  color: #282829;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .domain-price-text {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag {
  display: flex;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #f73131;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag .domain-tag-text {
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-original-price .item-domain-tag .domain-tag-text {
    font-size: 10px;
    line-height: 20px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-discount-price {
  color: #282829;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .item-domain-price .item-domain-discount-price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status {
  display: flex;
  padding: 4px 16px;
  gap: 8px;
  border-radius: 999px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status {
    padding: 2px 8px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status.special {
  border: 1px solid #ff6f00;
  background: #fff8d6;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status.special .title {
  color: #ff6f00;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status.special .title {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status.unavailable {
  border: 1px solid #f73131;
  background: #ffe7e0;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status.unavailable .title {
  color: #f73131;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-domain .vnx-domain-status.unavailable .title {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper {
  width: -moz-max-content;
  width: max-content;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #007cfc;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart {
    max-width: 40px;
    max-height: 40px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart img {
  height: 24px;
  width: 24px;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .add_domain_cart:hover {
  background: #085fc5;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #ffe7e0;
  outline: 1px solid #ffe7e0;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart {
    max-width: 40px;
    max-height: 40px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart img {
  height: 24px;
  width: 24px;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .vnx_haveto_cart:hover {
  outline: 1px solid #f73131;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-contact {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1.5px solid #007cfc;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-contact {
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
    padding: 4px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-contact .btn-contact-text {
  color: #007cfc;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-contact .btn-contact-text {
    display: none;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-contact .btn-contact-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-view {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #c0c0c2;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-view {
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
    padding: 4px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-view .btn-view-text {
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-view .btn-view-text {
    display: none;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-view .btn-view-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-list .result-domain-item .item-available .item-bottom .item-bottom-right .item-button .vnx_wrapper .btn-view .btn-view-icon {
    display: flex;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-more {
  display: flex;
  flex-direction: column;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-more .result-domain-more-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-more .result-domain-more-btn span {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-more .result-domain-more-btn span {
    font-size: 14px;
    line-height: 24px;
  }
}
.brxe-vnx-domain-result-v2.result-muti-domain-onpage .vnx-result-muti-domain-onpage .vnx-domain-list .vnx-domain-list-body .result-domain-more .result-domain-more-btn i {
  height: 24px;
  width: 24px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide {
  padding: 12px;
  max-height: 268px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide,
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide {
    max-height: 212px;
    padding: 12px 8px;
  }
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 8px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide,
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide {
    gap: 12px;
  }
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.first .box_content,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.first .box_content {
  height: 72px;
  max-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.first .box_content,
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.first .box_content {
    height: 44px;
    max-height: 44px;
  }
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.first .box_content .text,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.first .box_content .text {
  color: #525666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.first .box_content .text,
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.first .box_content .text {
    font-size: 12px;
    line-height: 22px;
  }
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect {
  background-color: #EDFAFF;
  border-radius: 4px;
  gap: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect span,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect span {
  color: #007CFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 968px) {
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect span,
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect span {
    font-size: 10px;
    font-style: normal;
    line-height: 20px;
  }
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect .vnx_icon,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect .vnx_icon {
  color: #007CFC;
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect:hover,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect:hover {
  background-color: #007CFC;
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect:hover span,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect:hover span {
  color: #FFF;
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect:hover .vnx_icon,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_button .vnx_btn_redirect:hover .vnx_icon {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_price,
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_price {
    gap: 4px;
  }
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_price .price_original .text,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_price .price_original .text {
  color: #B3B3B3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_price .price_original .text,
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_price .price_original .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_price .price_original .discount,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_price .price_original .discount {
  color: #FF9038;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 1px 8px;
  border-radius: 16px;
  border: 1px solid #FF9038;
  background: #FFF4EB;
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_price .price_reduced,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_price .price_reduced {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_price .price_reduced,
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_price .price_reduced {
    margin-bottom: 12px;
  }
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_price .price_reduced .text,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_price .price_reduced .text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  background: linear-gradient(90deg, #F3B847 0%, #F49846 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_price .price_reduced .text,
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_price .price_reduced .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_price .price_reduced .year,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_price .price_reduced .year {
  color: #525666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .vnx_box_slide .vnx_slide .box.second .box_price .price_reduced .year,
  .brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide .vnx_slide .box.second .box_price .price_reduced .year {
    font-size: 12px;
    line-height: 20px;
  }
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .splide__arrows .splide__arrow,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .splide__arrows .splide__arrow {
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listslide .splide__arrows .splide__arrow i,
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .splide__arrows .splide__arrow i {
  font-size: 24px;
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll {
  overflow-x: scroll;
  align-items: stretch;
  padding-bottom: 12px;
  gap: 16px;
  scrollbar-width: thin;
  scrollbar-color: var(--color-grey-200, #C0C0C2) transparent;
  /* Chrome, Edge, Safari */
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll::-webkit-scrollbar {
  height: 4px;
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll::-webkit-scrollbar-thumb {
  background: var(--color-grey-200, #C0C0C2);
  border-radius: 999px;
}
.brxe-vnx-slide-domain-v1 .vnx_wrap_box .vnx_box_listscroll .vnx_box_slide {
  height: auto;
  max-height: 212px;
  max-width: 245px;
  width: 100%;
}

.vnx-dynamic-price-table {
  font-family: "inter", sans-serif;
  /* Ẩn spinner trong Chrome, Safari, Edge */
  /* Ẩn spinner trong Firefox */
}
.vnx-dynamic-price-table input[type=number]::-webkit-inner-spin-button,
.vnx-dynamic-price-table input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.vnx-dynamic-price-table input[type=number] {
  -moz-appearance: textfield;
}
.vnx-dynamic-price-table .range-slider {
  max-width: 100%;
  position: relative;
  display: flex;
  padding: 8px 0;
}
.vnx-dynamic-price-table .range-slider .slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 24px;
  outline: none;
  border-radius: 999px;
  background: #cad4ea;
}
@media screen and (max-width: 991px) {
  .vnx-dynamic-price-table .range-slider .slider {
    height: 12px;
  }
}
.vnx-dynamic-price-table .range-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.7rem;
  height: 1.7rem;
  cursor: pointer;
  z-index: 3;
  position: relative;
}
.vnx-dynamic-price-table .range-slider .slider-thumb {
  width: 32px;
  height: 32px;
  background: var(--Gradient-Primary, linear-gradient(90deg, #007cfc 0%, #0064cc 100%));
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 2px 4px 8px 0 rgba(0, 100, 204, 0.2);
  position: absolute;
  top: 50%;
  transform: translate(-1.2px, -50%);
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .vnx-dynamic-price-table .range-slider .slider-thumb {
    width: 20px;
    height: 20px;
  }
}
.vnx-dynamic-price-table .range-slider .tooltip {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  height: 32px;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
  background: #090909;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.vnx-dynamic-price-table .range-slider .tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #090909;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}
.vnx-dynamic-price-table .range-slider .progress {
  width: 0%;
  height: 24px;
  background: var(--Gradient-Primary, linear-gradient(90deg, #0064cc 0%, #007cfc 100%));
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
  border-radius: 999px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .vnx-dynamic-price-table .range-slider .progress {
    height: 12px;
  }
}
.vnx-dynamic-price-table .list-source .item-source:last-child {
  border-bottom: none !important;
}

.vnx-dynamic-price-obj-storage {
  font-family: "inter", sans-serif;
  /* Ẩn spinner trong Chrome, Safari, Edge */
  /* Ẩn spinner trong Firefox */
}
.vnx-dynamic-price-obj-storage input[type=number]::-webkit-inner-spin-button,
.vnx-dynamic-price-obj-storage input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.vnx-dynamic-price-obj-storage input[type=number] {
  -moz-appearance: textfield;
}
.vnx-dynamic-price-obj-storage .range-slider {
  max-width: 100%;
  position: relative;
  display: flex;
  padding: 8px 0;
}
.vnx-dynamic-price-obj-storage .range-slider .slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 24px;
  outline: none;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(35, 59, 162, 0.2) 0%, rgba(0, 100, 204, 0.2) 100%);
}
@media screen and (max-width: 991px) {
  .vnx-dynamic-price-obj-storage .range-slider .slider {
    height: 12px;
  }
}
.vnx-dynamic-price-obj-storage .range-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.7rem;
  height: 1.7rem;
  cursor: pointer;
  z-index: 3;
  position: relative;
}
.vnx-dynamic-price-obj-storage .range-slider .slider-thumb {
  width: 32px;
  height: 32px;
  background: var(--Gradient-Primary, linear-gradient(90deg, #007cfc 0%, #0064cc 100%));
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 2px 4px 8px 0 rgba(0, 100, 204, 0.2);
  position: absolute;
  top: 50%;
  transform: translate(-1.2px, -50%);
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .vnx-dynamic-price-obj-storage .range-slider .slider-thumb {
    width: 20px;
    height: 20px;
  }
}
.vnx-dynamic-price-obj-storage .range-slider .tooltip {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  height: 32px;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
  background: #090909;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.vnx-dynamic-price-obj-storage .range-slider .tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #090909;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}
.vnx-dynamic-price-obj-storage .range-slider .progress {
  width: 0%;
  height: 24px;
  background: var(--Gradient-Primary, linear-gradient(90deg, #0064cc 0%, #007cfc 100%));
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
  border-radius: 999px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .vnx-dynamic-price-obj-storage .range-slider .progress {
    height: 12px;
  }
}
.vnx-dynamic-price-obj-storage .list-source .item-source:last-child {
  border-bottom: none !important;
}

.vnx-cycle-component-whois-domain {
  --color-cycle-domain-1: #dedfe0;
  --color-cycle-domain-2: #00944a;
  --color-cycle-domain-3: #ff9400;
  --color-cycle-domain-4: #ff6f00;
  --color-cycle-domain-5: #f73131;
  --color-cycle-domain-6: #ab2222;
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper {
    gap: 12px;
  }
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .cycle-component-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .cycle-component-title {
    gap: 12px;
  }
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .cycle-component-title h2 {
  color: #282829;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .cycle-component-title h2 span {
  color: #007cfc;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .cycle-component-title h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .cycle-component-title p {
  color: #282829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  border-radius: 4px;
  background: #f2f3f5;
  padding: 8px 12px;
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .cycle-component-title p a {
  color: #007cfc;
  text-decoration: underline;
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .cycle-component-title p a:hover {
  color: #007cfc;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .cycle-component-title p {
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
  }
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline {
  display: flex;
  padding: 150px 0 140px;
  position: relative;
  overflow: auto hidden;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline {
    padding: 0;
    overflow: unset;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item {
  min-width: 190px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item {
    min-width: 100%;
    padding-left: 50px;
    min-height: 130px;
    display: flex;
    justify-content: flex-start;
  }
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .domain-timeline-item-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .domain-timeline-item-box {
    position: relative;
    bottom: unset;
    align-items: flex-start;
    text-align: left;
  }
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .domain-timeline-item-box .dt-date,
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .domain-timeline-item-box .dt-title,
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .domain-timeline-item-box .dt-description {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  color: #282829;
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .domain-timeline-item-box .dt-description {
  font-weight: 400;
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .domain-timeline-item-box:after {
  content: "";
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: red;
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(odd) .domain-timeline-item-box {
  bottom: calc(50% + 30px);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(odd) .domain-timeline-item-box:after {
  top: 100%;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(odd) .domain-timeline-item-box:after {
    right: 100%;
    left: unset;
    transform: translate(-20px, -5px) rotate(90deg);
    bottom: unset;
    top: 0%;
  }
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(odd) .domain-timeline-item-box {
    top: 0;
    left: 0;
    right: unset;
  }
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(even) .domain-timeline-item-box {
  top: calc(50% + 30px);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(even) .domain-timeline-item-box:after {
  bottom: 100%;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(even) .domain-timeline-item-box:after {
    right: 100%;
    left: unset;
    transform: translate(-20px, -5px) rotate(90deg);
    bottom: unset;
    top: 0%;
  }
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(even) .domain-timeline-item-box {
    top: 0;
    left: 0;
    right: unset;
  }
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .divider {
  position: absolute;
  width: 100%;
  height: 0px;
  border: 1px dotted;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .divider {
    height: calc(100% + 5px);
    width: 0 !important;
    left: 15px !important;
    border: unset;
    border-left: 1px dotted;
    top: 5px;
  }
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .divider:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .divider:before {
    top: 0;
    transform: translate(-50%, 0);
  }
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(1) {
  --color-current: var(--color-cycle-domain-1);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(1) .domain-timeline-item-box .dt-title {
  color: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(1) .domain-timeline-item-box:after {
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(1) .label-day {
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(1) .divider {
  right: 0;
  border-color: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(1) .divider:before {
  left: 0;
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(2) {
  --color-current: var(--color-cycle-domain-2);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(2) .domain-timeline-item-box .dt-title {
  color: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(2) .domain-timeline-item-box:after {
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(2) .label-day {
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(2) .divider {
  right: 0;
  border-color: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(2) .divider:before {
  left: 0;
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(3) {
  --color-current: var(--color-cycle-domain-3);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(3) .domain-timeline-item-box .dt-title {
  color: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(3) .domain-timeline-item-box:after {
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(3) .label-day {
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(3) .divider {
  right: 0;
  border-color: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(3) .divider:before {
  left: 0;
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(4) {
  --color-current: var(--color-cycle-domain-4);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(4) .domain-timeline-item-box .dt-title {
  color: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(4) .domain-timeline-item-box:after {
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(4) .label-day {
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(4) .divider {
  right: 0;
  border-color: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(4) .divider:before {
  left: 0;
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(5) {
  --color-current: var(--color-cycle-domain-5);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(5) .domain-timeline-item-box .dt-title {
  color: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(5) .domain-timeline-item-box:after {
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(5) .label-day {
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(5) .divider {
  right: 0;
  border-color: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(5) .divider:before {
  left: 0;
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(6) {
  --color-current: var(--color-cycle-domain-6);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(6) .domain-timeline-item-box .dt-title {
  color: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(6) .domain-timeline-item-box:after {
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(6) .label-day {
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(6) .divider {
  right: 0;
  border-color: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(6) .divider:before {
  left: 0;
  background: var(--color-current);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:first-child .domain-timeline-item-box .dt-title {
  color: #282829;
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:first-child .divider {
  width: 50%;
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:nth-child(3) .label-day {
  background: var(--color-cycle-domain-2);
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:last-child .divider {
  left: 0;
  width: 50%;
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:last-child .divider:before {
  left: 100%;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item:last-child .divider {
    border-left: unset;
  }
}
.vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .label-day {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 4px 8px;
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-wrapper .domain-timeline .domain-timeline-item .label-day {
    transform: translate(-50%, 0%) rotate(90deg);
    top: -50%;
    left: 15px;
    padding: 2px 4px;
  }
}
.vnx-cycle-component-whois-domain .cycle-component-divider {
  padding: 32px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .vnx-cycle-component-whois-domain .cycle-component-divider {
    padding: 24px 0;
  }
}
.vnx-cycle-component-whois-domain .vnx-sidebar-xscroll {
  display: -webkit-inline-box;
  align-items: stretch;
  gap: 16px;
  overflow: auto;
  position: relative;
  padding-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  cursor: grab;
}
.vnx-cycle-component-whois-domain .vnx-sidebar-xscroll:active {
  cursor: grabbing;
}
.vnx-cycle-component-whois-domain .vnx-sidebar-xscroll .ps__thumb-x {
  height: 4px;
  border-radius: 999px;
  background: #D9D9D9;
}
.vnx-cycle-component-whois-domain .vnx-sidebar-xscroll .ps__rail-x {
  height: 12px;
}
.vnx-cycle-component-whois-domain .vnx-sidebar-xscroll .ps__rail-x:hover .ps__thumb-x {
  height: 8px !important;
}
.vnx-cycle-component-whois-domain .vnx-sidebar-xscroll .ps__thumb-x:active {
  height: 8px;
}

.vnx-show-result-whois-domain {
  /* Hover nhẹ */
  /* Chấm tròn ở giữa khi checked */
}
.vnx-show-result-whois-domain .radio-custom {
  appearance: none;
  /* Ẩn radio mặc định */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 !important;
  width: 28px;
  height: 28px;
  border: 2px solid #007CFC;
  /* Viền xanh */
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 911px) {
  .vnx-show-result-whois-domain .radio-custom {
    padding: 0 !important;
    width: 20px;
    height: 20px;
  }
}
.vnx-show-result-whois-domain .radio-custom:hover {
  border-color: #005bcc;
}
.vnx-show-result-whois-domain .radio-custom:checked::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #007CFC;
  border-radius: 50%;
  position: absolute;
  transition: all 0.2s ease;
}
@media (max-width: 911px) {
  .vnx-show-result-whois-domain .radio-custom:checked::after {
    width: 10px;
    height: 10px;
  }
}
.vnx-show-result-whois-domain .active-tooltip:hover .tooltip {
  display: block !important;
}
.vnx-show-result-whois-domain .tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  /* đổi từ top thành bottom để mũi tên hướng lên */
  right: 10px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #007CFC transparent;
}
.vnx-show-result-whois-domain .item-combo {
  width: 33%;
  background-size: inherit;
  background-position: top;
  background-repeat: no-repeat;
}
.vnx-show-result-whois-domain .price-old::after {
  content: "";
  position: absolute;
  left: -10%;
  top: 50%;
  width: 120%;
  height: 3px;
  background: #fff;
  transform: rotate(-18deg);
  transform-origin: center;
  pointer-events: none;
}
.vnx-show-result-whois-domain .vnx-sidebar-xscroll,
.vnx-show-result-whois-domain .vnx-sidebar-xscroll2 {
  display: -webkit-inline-box;
  align-items: stretch;
  gap: 16px;
  overflow: auto;
  position: relative;
  padding-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  cursor: grab;
}
.vnx-show-result-whois-domain .vnx-sidebar-xscroll:active,
.vnx-show-result-whois-domain .vnx-sidebar-xscroll2:active {
  cursor: grabbing;
}
.vnx-show-result-whois-domain .vnx-sidebar-xscroll .ps__thumb-x,
.vnx-show-result-whois-domain .vnx-sidebar-xscroll2 .ps__thumb-x {
  height: 4px;
  border-radius: 999px;
  background: #D9D9D9;
}
.vnx-show-result-whois-domain .vnx-sidebar-xscroll .ps__rail-x,
.vnx-show-result-whois-domain .vnx-sidebar-xscroll2 .ps__rail-x {
  height: 12px;
}
.vnx-show-result-whois-domain .vnx-sidebar-xscroll .ps__rail-x:hover .ps__thumb-x,
.vnx-show-result-whois-domain .vnx-sidebar-xscroll2 .ps__rail-x:hover .ps__thumb-x {
  height: 8px !important;
}
.vnx-show-result-whois-domain .vnx-sidebar-xscroll .ps__thumb-x:active,
.vnx-show-result-whois-domain .vnx-sidebar-xscroll2 .ps__thumb-x:active {
  height: 8px;
}

.vnx-suggest-slide-whois-domain {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.vnx-suggest-slide-whois-domain .vnx-sidebar-xscroll {
  display: -webkit-inline-box;
  align-items: stretch;
  gap: 16px;
  overflow: auto;
  position: relative;
  padding-bottom: 12px;
  cursor: grab;
}
.vnx-suggest-slide-whois-domain .vnx-sidebar-xscroll:active {
  cursor: grabbing;
}
.vnx-suggest-slide-whois-domain .vnx-sidebar-xscroll .ps__thumb-x {
  height: 4px;
  border-radius: 999px;
  background: #D9D9D9;
}
.vnx-suggest-slide-whois-domain .vnx-sidebar-xscroll .ps__rail-x {
  height: 12px;
}
.vnx-suggest-slide-whois-domain .vnx-sidebar-xscroll .ps__rail-x:hover .ps__thumb-x {
  height: 8px !important;
}
.vnx-suggest-slide-whois-domain .vnx-sidebar-xscroll .ps__thumb-x:active {
  height: 8px;
}

.brxe-vnx-tab-service-price.tab-service-price .vnx-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list {
  display: flex;
  padding: 8px;
  gap: 24px;
  border-radius: 20px;
  background: #F2F3F5;
  margin-bottom: 32px;
  align-items: center;
  justify-content: center;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list .vnx-tab-cycle-item {
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  color: #282829;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list .vnx-tab-cycle-item:hover {
  color: #007CFC;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list .vnx-tab-cycle-item.active {
  color: #007CFC;
  border-radius: 12px;
  outline: 1px solid #007CFC;
  background: #FCFCFC;
  box-shadow: 0 41px 12px 0 rgba(0, 0, 0, 0), 0 26px 11px 0 rgba(0, 0, 0, 0.01), 0 15px 9px 0 rgba(0, 0, 0, 0.03), 0 7px 7px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list .vnx-tab-cycle-item::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 2px;
  background: #C0C0C2;
  right: -12px;
}
@media (max-width: 768px) {
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list .vnx-tab-cycle-item::before {
    right: -8px;
  }
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list .vnx-tab-cycle-item:last-child::before {
  display: none;
}
@media (max-width: 768px) {
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list .vnx-tab-cycle-item {
    font-size: 12px;
    line-height: 22px;
    max-width: 155.5px;
  }
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list .vnx-tab-cycle-item:nth-child(2n)::before {
    display: none;
  }
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list .vnx-tab-cycle-line {
  height: 12px;
  width: 1px;
  background: #C0C0C2;
  margin: 0 12px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list .vnx-tab-cycle-line:last-child {
  display: none;
}
@media (max-width: 768px) {
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list .vnx-tab-cycle-line {
    margin: 0 8px;
  }
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list .vnx-tab-cycle-line:nth-of-type(4n) {
    display: none;
  }
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-cycle-list {
    flex-wrap: wrap;
    row-gap: 8px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 991px) {
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item {
    flex-direction: column;
  }
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-tab-package-splide .splide__arrows button.splide__arrow {
    border-radius: 999px;
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    width: 28px;
    height: 28px;
    top: 60%;
  }
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-tab-package-splide .splide__arrows button.splide__arrow i {
    font-size: 16px;
  }
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-tab-package-splide .splide__arrows button.splide__arrow.splide__arrow--prev {
    left: -4px;
  }
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-tab-package-splide .splide__arrows button.splide__arrow.splide__arrow--next {
    right: -4px;
  }
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-tab-package-splide .splide__track {
    padding: 4px 0px 32px 0px;
  }
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-tab-package-splide .splide__track .splide__slide {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-tab-package-splide .splide__pagination {
    bottom: 4px;
  }
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-tab-package-splide .splide__pagination button.splide__pagination__page {
    height: 6px;
    width: 6px;
    border-radius: 999px;
    background-color: #F2F3F5 !important;
  }
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-tab-package-splide .splide__pagination button.splide__pagination__page.is-active {
    background-color: #007CFC !important;
    border-radius: 999px;
    width: 30px;
    height: 6px;
  }
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card {
  width: 364px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  outline: 4px solid rgba(72, 205, 255, 0.2);
  border-radius: 12px;
  background: linear-gradient(180deg, #C2E0FE 0%, #FFF 50%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
@media (max-width: 991px) {
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card {
    width: 100%;
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card {
    max-width: 331px;
  }
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-package-title {
  color: #282829;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-promotion-banner {
  background: linear-gradient(270deg, #F2000B 0%, #AB0000 100%);
  border-radius: 4px;
  padding: 4px 8px 4px 16px;
  margin-left: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-promotion-banner .vnx-promotion-icon {
  font-size: 20px;
  position: absolute;
  left: -9px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-promotion-banner .vnx-promotion-text {
  display: flex;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-price-section {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-price-section .vnx-original-price {
  color: #282829;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  display: flex;
  align-items: center;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-price-section .vnx-original-price:before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #282829;
  transform: rotate(-5deg);
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-price-section .vnx-discounted-price {
  color: #282829;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-price-section .vnx-price-unit {
  color: #282829;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-buy-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  height: 54px;
  border-radius: 12px;
  background: linear-gradient(90deg, #007CFC 3.25%, #48CDFF 100%);
  box-shadow: 0 0 12px 0 rgba(0, 124, 252, 0.2);
  color: #FCFCFC;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-buy-button:hover {
  background: linear-gradient(104deg, #007CFC 0%, #0691FF 100%);
  box-shadow: 0 0 12px 0 rgba(0, 124, 252, 0.2);
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list {
  display: flex;
  flex-direction: column;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-top .vnx-feature-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-top .vnx-feature-item .vnx-feature-label {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 10px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-top .vnx-feature-item .vnx-feature-icon {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-top .vnx-feature-item .vnx-feature-icon.one i {
  background: linear-gradient(135deg, #007CFC 0%, #48CDFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-top .vnx-feature-item .vnx-feature-text {
  color: #424242;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-top .vnx-feature-item .vnx-feature-separator {
  color: #C0C0C2;
  margin: 0 8px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-top .vnx-feature-item .vnx-tech-info {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px dashed #007CFC;
  background: linear-gradient(90deg, #007CFC 3.25%, #48CDFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-top .vnx-feature-item .vnx-tech-info::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 12px;
  background: #007CFC;
  color: #ffffff;
  padding: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  max-width: 215px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #FFF;
  z-index: 1;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-top .vnx-feature-item .vnx-tech-info::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-bottom-color: #007CFC;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1;
  top: 50%;
  right: 0;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-top .vnx-feature-item .vnx-tech-info:hover::after, .brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-top .vnx-feature-item .vnx-tech-info:hover::before {
  opacity: 1;
  visibility: visible;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-separator-line {
  margin: 24px 0;
  width: 100%;
  height: 1px;
  position: relative;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-separator-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 124, 252, 0) 0%, #007CFC 50%, rgba(0, 124, 252, 0) 100%);
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-bottom .vnx-feature-item {
  color: #282829;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.brxe-vnx-tab-service-price.tab-service-price .vnx-container .vnx-tab-package-list .vnx-tab-package-item .vnx-package-card .vnx-features-list .vnx-feature-bottom .vnx-feature-item .vnx-feature-icon {
  margin-right: 8px;
  height: 24px;
  width: 24px;
  font-size: 16px;
}
