html,
body {
  height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "lato";
  background: #F8FAFC;
  background: #fff;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BlackItalic.woff2") format("woff2"),
    url("../fonts/Lato-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"),
    url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"),
    url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BoldItalic.woff2") format("woff2"),
    url("../fonts/Lato-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/Lato-Hairline.woff2") format("woff2"),
    url("../fonts/Lato-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/Lato-HairlineItalic.woff2") format("woff2"),
    url("../fonts/Lato-HairlineItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Heavy.woff2") format("woff2"),
    url("../fonts/Lato-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-HeavyItalic.woff2") format("woff2"),
    url("../fonts/Lato-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Italic.woff2") format("woff2"),
    url("../fonts/Lato-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff2") format("woff2"),
    url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-LightItalic.woff2") format("woff2"),
    url("../fonts/Lato-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.woff2") format("woff2"),
    url("../fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-MediumItalic.woff2") format("woff2"),
    url("../fonts/Lato-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"),
    url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Semibold.woff2") format("woff2"),
    url("../fonts/Lato-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-SemiboldItalic.woff2") format("woff2"),
    url("../fonts/Lato-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Thin.woff2") format("woff2"),
    url("../fonts/Lato-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-ThinItalic.woff2") format("woff2"),
    url("../fonts/Lato-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}


.Auction-popup thead {
  background: rgba(24, 24, 24, 1);
  color: #fff;
}

.Auction-popup div#exampleModalToggleAuction .table_data table th {
  border-right: none;
}

.Auction-popup div#exampleModalToggleAuction .table_data table td {
  color: rgba(24, 24, 24, 80%);
  font-size: 12px;
}

.Auction-popup div#exampleModalToggleAuction .modal-header button.btn-close {
  margin: 0;
  filter: invert(1);
  top: 11px;
  position: absolute;
  right: 14px;
}

.Auction-popup div#exampleModalToggleAuction .top-contant span.text_price span.text {
  font-size: 13px;
  color: #181818;
  font-weight: 700;
}

.prom-popup .modal-content {
  border-radius: 10px;
}

.prom-popup .modal-header {
  padding: 20px 20px;
  background-image: url(/assets/img/AuctionModalHeader.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0;
}

.prom-popup .modal-header .btn-close {
  position: absolute;
  right: 4px;
  top: 12px;
  background: none;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.prom-popup .modal-content {
  background: #fff;
  box-shadow: 0px 3px 8px 1px rgba(182, 182, 182, 0.22);
  border: none;
  border-radius: 10px;
}

.prom-popup .modal-header h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
  line-break: 100%;
}

.prom-popup .modal-dialog {
  width: 100%;
  max-width: 517px;
  margin: 0px auto;
}

.prom-popup .modal-body:after {
  position: absolute;
  content: "";
  top: 37px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: url(/assets/img/promot-bg.svg) no-repeat;
  pointer-events: none;
  background-position: top;
}

.prom-popup .promote-dummy p {
  text-align: center;
  padding: 21px 0px 26px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0px;
}


.prom-popup .pricing-options {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 999;
  margin-bottom: 45px;
}

.prom-popup .option-box {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.prom-popup .option-box input[type="radio"] {
  display: none;
}

.prom-popup .option-box .box {
  width: 100%;
  height: 134px;
  background-color: #666666;
  color: white;
  border-radius: 5px;
  text-align: center;
  padding-top: 24px;
  transition: all 0.3s ease;
  position: relative;
}

.prom-popup .option-box .time {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  color: #fff;
}

.prom-popup .option-box .price {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0px;
  line-height: 24px;
  color: #fff;
}

/* Radio Circle */
.prom-popup .option-box .box::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid white;
  border-radius: 50%;
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}

/* Active/Selected Style */
.prom-popup .option-box input[type="radio"]:checked+.box {
  background-color: rgba(38, 57, 237, 80%);
  /* Blue: same as your image */
  color: white;
}

.prom-popup .option-box input[type="radio"]:checked+.box::after {
  background-color: #5161f1;
}

.prom-popup a {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 16px 23px;
  margin: 10px 121px 0px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease-in all;
}

.prom-popup a:hover {
  background: linear-gradient(90deg, #9457f6 0%, #2233da 100%);
}

.prom-popup button {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 16px 58px;
  margin: 10px 149px 0px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease-in all;
  border: none;
  color: #fff;
}

.prom-popup button:hover {
  background: linear-gradient(90deg, #9457f6 0%, #2233da 100%);
}

div#exampleModalToggleAuction .table_data table th {
  white-space: nowrap;
}

/*============  contact css  =====================*/

.contact-us {
  padding: 40px 0px;
}


.cntact-getintouch h2 {
  color: rgba(24, 24, 24, 1);
  font-weight: 700;
  font-size: 22px;
  line-height: 44px;
  padding: 0px 0px;
  margin-bottom: 0px;
}

.cntact-getintouch p {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  padding: 16px 0px 30px;
}

.personal-information label {
  color: rgba(0, 0, 0, 60%);
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 0px;
}

.personal-information input {
  border: solid 1px rgba(226, 226, 226, 1);
  border-radius: 7px;
  background: rgba(249, 249, 249, 1);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  padding: 15px 20px;
  transition: 0.3s ease-in all;
}

.personal-information input::placeholder {
  color: rgba(0, 0, 0, 40%);
}

.personal-information input:focus {
  background: rgba(249, 249, 249, 1);
  border: solid 1px #2639ED;
  box-shadow: none;
}

.personal-information {
  margin-bottom: 15px;
}


.personal-information textarea {
  border: solid 1px rgba(226, 226, 226, 1);
  border-radius: 7px;
  background: rgba(249, 249, 249, 1);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  padding: 15px 20px;
  transition: 0.3s ease-in all;
  resize: inherit;
  height: 87px;
}

.personal-information textarea::placeholder {
  color: rgba(0, 0, 0, 40%);
}

.personal-information textarea:focus {
  background: rgba(249, 249, 249, 1);
  border: solid 1px #2639ED;
  box-shadow: none;
}

.submit-btn {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

.submit-btn button {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 14px 55px;
  margin: 10px 0px 0px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease-in all;
}

.submit-btn button:hover {
  background: linear-gradient(90deg, #9457f6 0%, #2233da 100%);
}

.submit-btn a {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 14px 55px;
  margin: 10px 0px 0px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease-in all;
}

.submit-btn a:hover {
  background: linear-gradient(90deg, #9457f6 0%, #2233da 100%);
}

.contact-img img {
  border-radius: 5px;
}

.contact-us .row {
  align-items: center;
}

.seller-protofolio {
  padding: 27px 0px;
}

.seller-images {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 36px;
}

.seller-user {
  border: solid 1px rgba(38, 57, 237, 1);
  border-radius: 100%;
  width: 106px;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seller-user img {
  max-width: 56px;
}

.seller-content h2 {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  margin-bottom: 6px;
}

.seller-content p {
  color: rgba(0, 0, 0, 80%);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  margin-bottom: 0px;
}

.unlisted-user .nav-tabs {
  border-bottom: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  column-gap: 2px;
}

.unlisted-user .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: linear-gradient(90deg, #2639ED 0%, #2233DA 100%);
  color: #fff;
  padding: 10px 34px;
  box-shadow: none;
}

.unlisted-user .nav-link {
  background: rgba(191, 191, 191, 1);
  color: rgba(94, 94, 94, 1);
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 34px;
  text-transform: uppercase;
  transition: 0.3s ease-in all;
  cursor: pointer;
  border: none;
}

.unlisted-user .nav-link:hover {
  background: linear-gradient(90deg, #2639ED 0%, #2233DA 100%);
  color: #fff;
}

.search-listed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.unlisted-user .tab-content {
  background: #fff;
  box-shadow: 0px 3px 8px 1px rgba(182, 182, 182, 0.22);
  border-radius: 0px 0px 10px 10px;
  border: solid 1px rgba(238, 238, 238, 1);
  padding: 16px;
}

.unlisted-user .load-more {
  padding: 23px 0px;
}

.unlisted-user .load-more button {
  background: rgba(245, 245, 245, 1);
  color: rgba(131, 131, 131, 1);
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  padding: 7px 20px;
  border-radius: 5px;
  border: none;
  font-style: normal !important;
}

.unlisted-user .load-more button:hover {
  background: linear-gradient(90deg, #2639ED 0%, #2233DA 100%);
  color: #fff;
}

.about-address-content h2 {
  color: rgba(24, 24, 24, 1);
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 12px;
}


.about-address-content p {
  color: rgba(24, 24, 24, 80%);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}

.about-address {
  padding: 28px 0px;
}

.about-address .row {
  align-items: center;
}

.about-address-content {
  padding-left: 30px;
}

.makeus-diffent {
  padding: 50px 0px;
}

.make-box {
  background: #fff;
  border: solid 1px rgba(231, 231, 232, 1);
  border-radius: 5px;
  padding: 10px;
  border-bottom: solid 4px rgba(38, 57, 237, 1);
  transition: 0.2s ease-in all;
  margin-top: 38px;
  min-height: 190px;
}

.make-box:hover {
  transform: translateY(-10px);
}

.make-box h6 {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 7px;
}

.make-box-icon img {
  max-width: 35px;
  margin-bottom: 10px;
}

.make-box p {
  color: rgba(94, 94, 94, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 7px;
}

.our-mission {
  padding: 42px 0px;
}

.our-vision h6 {
  color: rgba(24, 24, 24, 1);
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 12px;
}

.our-vision p {
  color: rgba(0, 0, 0, 80%);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.our-vision img {
  max-width: 100%;
  border-radius: 5px;
}

.our-mission .row {
  align-items: center;
}

.marketplace-features {
  padding: 25px 0px 50px;
}

.multicoin-support {
  background: #fff;
  border: solid 1px rgba(231, 231, 232, 1);
  border-radius: 5px;
  padding: 10px;
  border-bottom: solid 4px rgba(38, 57, 237, 1);
  transition: 0.2s ease-in all;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.2s ease-in all;
}

.marketplace-features .premium-domainheading {
  margin-bottom: 15px;
}

.multicoin-support:hover {
  transform: translateY(-10px);
}

.multicoin-support h5 {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  line-height: 100%;
  font-size: 19px;
  margin-bottom: 10px;
}

.multicoin-support-img img {
  margin: 15px 0px;
  max-width: 35px;
}

.multicoin-support p {
  color: rgba(0, 0, 0, 80%);
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
}

.prom-popup.promote-terms p {
  text-align: start;
  padding: 9px 0px 8px;
}

.prom-popup.promote-terms ul {
  padding: 0px;
  margin: 0px 0px 0px 35px;
}

.prom-popup.promote-terms ul li {
  color: rgba(91, 91, 91, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 0px;
}

.prom-popup.promote-terms .modal-body {
  position: relative;
  z-index: 999;
}

.prom-popup.promote-terms .form-check {
  display: flex;
  align-items: center;
  margin-top: 44px;
  margin-bottom: 0px;
}

.prom-popup.promote-terms .form-check label {
  margin-left: 36px;
  padding-top: 5px;
  color: rgba(91, 91, 91, 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.prom-popup.promote-terms .promote-dummy .form-check-input[type=checkbox] {
  border-radius: 0px;
  border: solid 1px #000;
  width: 16px;
  height: 16px;
}


.prom-popup.promote-terms .promote-dummy .form-check a {
  background: none;
  padding: 0px;
  margin: 0px;
  color: rgba(38, 57, 237, 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: lowercase;
  padding: 0px 4px;
  text-decoration: underline;
}


.prom-popup.promote-payment p {
  text-align: start;
  padding: 9px 0px 22px;
}



.prom-popup.promote-payment .payment-container {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  max-width: 450px;
  width: 100%;
}

.prom-popup.promote-payment .payment-options {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 25px;
}

.prom-popup.promote-payment .option-card {
  flex: 1;
  border: 2px solid #ccc;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.3s ease, background 0.3s ease;
  position: relative;
}

.prom-popup.promote-payment .option-card img {
  height: 24px;
  margin: 0 4px;
}

.prom-popup.promote-payment .option-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.prom-popup.promote-payment .option-card input[type="radio"]:checked+.card-label {
  border-color: #007bff;
  background-color: #f1f7ff;
}

.prom-popup.promote-payment .card-label {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid transparent;
  transition: 0.3s;
}

.prom-popup.promote-payment .form-group {
  margin-bottom: 18px;
}

.prom-popup.promote-payment .form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: rgba(24, 24, 24, 1);
}

.card-details {
  display: flex;
  align-items: center;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 5px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
  background: #fff;
}


.prom-popup.promote-payment .form-group input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 5px;

  font-size: 16px;

  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: rgba(24, 24, 24, 1);
  display: flex;
  align-items: center;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 5px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
  background: #fff;

}

.prom-popup.promote-payment .form-group input:focus {
  outline: none;
}

.prom-popup.promote-payment .input-row {
  display: flex;
  gap: 12px;
}

.prom-popup.promote-payment .pay-button {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  background-color: #0047ff;
  color: #fff;
  border: none;
  border-radius: 12px;
  margin-top: 25px;
  font-weight: 600;
  cursor: pointer;
}

.prom-popup.promote-payment .icons-right {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-right: 15px;
}

.icons-right img {
  height: 16px;
}



.prom-popup.promote-payment .payment-methods {
  display: flex;
  gap: 20px;
  margin-bottom: 14px;
}

.prom-popup.promote-payment .method-option {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid rgba(94, 94, 94, 1);
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  gap: 12px;
}

.prom-popup.promote-payment .method-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.prom-popup.promote-payment .method-option .custom-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(94, 94, 94, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;
}

.prom-popup.promote-payment .method-option .custom-radio::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #0047ff;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.2s ease;
  position: absolute;
  right: 3px;
  top: 3px;
}

.prom-popup.promote-payment .method-option input[type="radio"]:checked~.custom-radio {
  border-color: #0047ff;
}

.prom-popup.promote-payment .method-option input[type="radio"]:checked~.custom-radio::after {
  transform: scale(1);
}

.prom-popup.promote-payment .method-option input[type="radio"]:checked~.method-content {
  border-color: #0047ff;
}

.prom-popup.promote-payment .method-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.prom-popup.promote-payment .method-content img {
  height: 26px;
}

.prom-popup.promote-payment .crypto-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prom-popup.promote-payment .crypto-icon img {
  width: 30px;
  height: 30px;
}

.prom-popup.promote-payment .method-option.active {
  border-color: #0047ff;
}

.prom-popup.promote-payment .method-label {
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  color: rgba(0, 0, 0, 1);
  white-space: nowrap;
}


.cvv-card-items {
  display: flex;
  align-items: center;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 5px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
  background: #fff;
  padding: 0px 12px 0px 0px;
}

.cvv-card-items input {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.promote-dummy {
  position: relative;
  z-index: 999;
}

.thankyou-domain .approx-value-count a {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 16px 61px;
  margin: 49px 25px 25px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease-in all;
}

.thankyou-domain .approx-value-count a:hover {
  background: linear-gradient(90deg, #9457f6 0%, #2233da 100%);
}

.approx-value-count {
  position: relative;
  z-index: 999;
}

.thankyou-domain .congr-domainprice h2 {
  font-size: 36px;
}

.thankyou-domain .congr-domainprice p {
  margin-bottom: 13px;
}

.thankyou-domain .congr-domainprice h1 {
  font-size: 54px;
  font-weight: 900;
}

.thankyou-domain .modal-body:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: url(/assets/img/thankyou.svg) no-repeat;
  pointer-events: none;
  background-position: top;
}

.thankyou-domain .modal-header .btn-close img {
  filter: invert(0%) brightness(0%) contrast(100%);
}

.privacy-policy {
  padding: 25px 0px;
}

.privacy-content h6 {
  color: rgba(24, 24, 24, 1);
  font-size: 22px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 5px;
}

.privacy-content p {
  color: rgba(0, 0, 0, 80%);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
}

.privacy-content ul {
  margin: 0px;
  padding: 0px 0px 0px 34px;
}

.privacy-content ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  color: rgba(0, 0, 0, 80%);
  padding: 5px 0px;
}

.privacy-content ul li strong {
  color: rgba(0, 0, 0, 80%);
  font-weight: 700;
}

.privacy-content {
  margin-bottom: 20px;
}

button.disable-payment {
  background: #c5c1c1;
  color: #4d4b4bde;
}


.auction {
  padding: 25px 0px;
}

.ongoing-auction {
  padding: 0px;
}

.ongoing-auction .crypto-img img {
  border-radius: 10px 10px 0px 0px;
}

.nobids-last {
  padding: 10px 12px;
  border-bottom: solid 1px rgba(238, 238, 238, 1);
  border-radius: 0px 0px 8px 8px;
  background: #fff;
}

.nobids-last {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.nobids-last ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px rgba(244, 244, 244, 1);
  padding: 0px 0px 10px;
  width: 100%;
}

.nobids-last ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: rgba(94, 94, 94, 1);
  list-style: none;
}

.nobids-last ul li strong {
  color: rgba(24, 24, 24, 1);
  font-size: 16px;
  font-weight: 700;
}

.nobids-last .bidproice {
  color: rgba(38, 57, 237, 1);
}

.nobids-last button {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  border-radius: 5px;
  padding: 8px 12px;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  border: none;
  text-transform: uppercase;
}

.nobids-last button:hover {
  background: linear-gradient(90deg, #9457f6 0%, #2233da 100%);
}

.bidproice {
  color: rgba(38, 57, 237, 1);
}

.auction .search-listed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px rgba(210, 210, 210, 1);
  margin-bottom: 20px;
}

.ongoing-auction .crypto-img h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.auction .tab-content {
  box-shadow: none;
  border: none;
  padding: 0px;
}

.experied-auction .prom-tag h5 {
  background: rgba(229, 16, 20, 1);
  color: #fff;
}

.custom-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f7f8fe;
  border: 1px solid rgba(201, 206, 255, 1);
  padding: 7px 35px 7px 12px;
  border-radius: 5px;
  font-size: 14px;
  color: rgba(94, 94, 94, 1);
  cursor: pointer;
  width: 200px;
  font-weight: 400;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;

}

.custom-dropdown:after {
  background: url(/assets/img/down-arrow1.svg) no-repeat;
  content: "";
  position: absolute;
  right: 12px;
  top: 45%;
  z-index: 999;
  width: 15px;
  background-size: 15px;
  height: 15px;
}

.custom-dropdown select:focus {
  outline: none;
}

.sodtby-domain {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.sodtby-domain label {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: rgba(24, 24, 24, 1);
}



/* Slide-in Modal from Right */
.custom-side-modal .modal-dialog {
  /* position: fixed ! important; */
  right: 0;
  margin: 0;
  height: calc(100% - 20px);
  max-width: 400px;
  transform: translateX(100%);
  transition: transform 0.4s ease-out, opacity 0.3s ease-in;
  background: #fff;
  box-shadow: 0px 3px 8px 1px rgba(182, 182, 182, 0.22);
  border: none;
  border-radius: 10px;
  top: 10px;
  bottom: 10px;
}

.custom-side-modal.show .modal-dialog {
  transform: translateX(0);
}

/* Modal Content */
.custom-side-modal .modal-content {
  height: 100%;
  background: none;
  animation: fadeUp 0.5s ease;
  border: none;
}

/* Fade Up Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-dropdown {
  position: relative;
}

.custom-side-modal .modal-header {
  background: url(/assets/img/buy-bg.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 61px;
  padding: 0px 28px;
}

.custom-side-modal .modal-header h5 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0px;
}

.custom-side-modal .modal-header .btn-close {
  position: absolute;
  right: 4px;
  top: 12px;
  background: none;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.custom-side-modal .currentbid-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.custom-side-modal .currentbid-value h6 {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 9px;
}

.custom-side-modal .currentbid-value h2 {
  color: rgba(15, 202, 117, 1);
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 9px;
}

.custom-side-modal .save-auction {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 11px;
}

.custom-side-modal .save-auction p {
  margin-bottom: 0px;
  color: rgba(38, 57, 237, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.custom-side-modal .save-auction i {
  font-size: 16px;
  color: rgba(38, 57, 237, 1);
}


/* ================my css============== */

/* This class is applied via `dialogClassName` */
.custom-side-modal {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 400px;
  /* ✅ Fix width here */
  max-width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 1055;
  pointer-events: auto;
}

.modal.show .custom-side-modal {
  transform: translateX(0);
  /* ✅ Slide in from right */
}

/* Optional: full height content inside modal */
.custom-side-modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow-y: auto;
}

.sharable-url-box code {
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 4px;
}



.modal-backdrop .modal-content .btn-close {
  position: absolute;
  z-index: 100000;
  right: 4px;
  top: 12px;
  background: none;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}


/* ===========================my css================== */
.seller-link {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.seller-link a {
  color: rgba(24, 24, 24, 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
}

.currency-situation h6 {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.ethrum-currency {
  display: flex;
  align-items: center;
  column-gap: 44px;
  margin-bottom: 21px;
}

.ethrum-currency .ethrum span {
  color: rgba(98, 126, 234, 1);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}

.ethrum-currency .ethrum {
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.description-keywords h6 {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

.description-keywords p {
  color: rgba(0, 0, 0, 50%);
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 11px;
}

.bid-history-container {
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 5px;
  overflow: hidden;
}

.bid-history-header {
  display: flex;
  justify-content: space-between;
  background-color: rgba(244, 245, 254, 1);
  padding: 10px 15px;
  font-weight: bold;
}

.bid-history-list {
  max-height: 300px;
  overflow-y: auto;
}

.bid-history-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 15px;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.bidder-details {
  color: #1a0dab;
}

.bidder-details span {
  display: block;
  color: rgba(104, 103, 110, 1);
  font-size: 12px;
  margin-top: 4px;
  font-weight: 400;
  line-height: 100%;
}

/* new css for auction========== */
.auction-condtions-popup .promote-dummy p {
  text-align: center !important;
  padding-top: 64px;
  margin-bottom: 7px;
}

.auction-condtions-popup .modal-content .btn-close {
  position: absolute;
  right: 14px;
  top: 14px;
  background: none;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  filter: invert(1);
}

.auction-condtions-popup .form-check {
  justify-content: center;
  margin-top: 0px !important;
  margin-bottom: 29px !important;
}

.auction-condtions-popup .modal-body:after {
  position: absolute;
  content: "";
  top: -6px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: url(../img/promot-bg.svg) no-repeat;
  pointer-events: none;
  background-position: top;
  opacity: 40%;
}

.back-bid a {
  margin-bottom: 18px;
}

.new-bidamount {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
}

.new-bidamount a {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  padding: 11px 42px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease-in all;
}

.new-bidamount a.active {
  background: #000;
}

/* ====new css for auction=============== */
/* Optional scrollbar style */
.bid-history-list::-webkit-scrollbar {
  width: 2px;
}

.bid-history-list::-webkit-scrollbar-thumb {
  background: rgba(38, 57, 237, 1);
  border-radius: 3px;
}

.bid-history-header .bidders {
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.bid-history-header .bidder-details h6 {
  color: rgba(38, 57, 237, 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.bid-history-item .bid-amount {
  font-weight: 700;
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  line-height: 100%;
}

.crypto-converted {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-top: 25px;
}

.bid-amt input {
  background: rgba(244, 245, 254, 1);
  border: rgba(201, 206, 255, 1) solid 1px;
  border-radius: 5px;
  position: relative;
}

.bid-amt input:focus {
  background: rgba(244, 245, 254, 1);
  border: rgba(201, 206, 255, 1) solid 1px;
  box-shadow: none;
}

.crypto-converted .bid-amt label {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 1);
}

.bid-converted label {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 1);
}


.pleace-bidbtn {
  padding-top: 110px;
}

.pleace-bidbtn button {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  border-radius: 5px;
  padding: 10px 12px;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  border: none;
  text-transform: uppercase;
}

.pleace-bidbtn button:hover {
  background: linear-gradient(90deg, #9457f6 0%, #2233da 100%);
}

.bid-converted {
  position: relative;
}

.bid-converted img {
  position: absolute;
  top: 41px;
  right: 10px;
  width: 24px;
}

.bid-amt {
  position: relative;
}

small.toolow {
  color: rgba(229, 16, 20, 1);
  position: absolute;
  top: 77px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.custom-side-modal .modal-body:after {
  position: absolute;
  content: "";
  top: 37px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: url(/assets/img/promot-bg.svg) no-repeat;
  pointer-events: none;
  background-position: top;
  opacity: 60%;
}

.sodtby-domain-auction .webdata-filter {
  margin-top: 0px;
}

.sodtby-domain-auction .webdata-filter {
  padding: 5px 32px;
}

.modal-dialog.custom-side-modal .modal-body {
  overflow-y: auto;
}

/* Declare your primary button colour once */
:root {
  --btn-prim: #0066ff;
  /* ← change to whatever you like */
}

/* ──────────────────────────────── */

.not_found {
  background: #f8f8f8;
  padding: 70px 1rem 120px 1rem;
}



.Signup-add.profile-dpd li:hover {
  background: #f1f1f2;
}

.Signup-add.profile-dpd li li {
  color: #000 !important;
  background: #fff;
}

.Signup-add.profile-dpd li li a.nav-link,
.Signup-add.profile-dpd li li button.nav-link {
  padding: 0;
  color: #000;
}

.Signup-add.profile-dpd li:hover li a,
.Signup-add.profile-dpd li:hover li a i,
.Signup-add.profile-dpd li:hover li i {
  color: #000 !important;
}

.Signup-add.profile-dpd li:hover li a i,
.Signup-add.profile-dpd li:hover li i {
  margin-right: 10px;
}

.Signup-add.profile-dpd li li:hover a,
.Signup-add.profile-dpd li li:hover a i,
.Signup-add.profile-dpd li li:hover i,
.Signup-add.profile-dpd li li:hover button {
  color: #2233da !important;
  background: transparent;

}

.Signup-add.profile-dpd li li button {
  padding: 0;
}

.user-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  padding: 10px 0;
}

.user-dropdown .dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-dropdown .dropdown-list li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

/* .user-dropdown .dropdown-list li:hover {
  background-color: #f0f0f0;
} */

.logout-btn {
  background: none;
  border: none;
  color: #000;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  cursor: pointer;
}



.loader-row {
  height: 37px;
  background: #e0e0e0;
  border-radius: 4px;
  animation: pulse 1.5s infinite;
}


.bulkDomains.scrollable {
  max-height: 120px;
  /* adjust as needed */
  overflow-y: auto;
  padding-right: 6px;
}

.domainRow {
  margin-bottom: 4px;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.6;
  }
}


/* Tablet / small‑desktop tweak */
@media (max-width: 1200px) {
  .not_found {
    padding: 40px 1rem 120px 1rem;
  }
}

/* ----------------- nested elements ----------------- */

.not_found .main_content {
  text-align: center;
}

/* “type” text */
.not_found .type {
  color: var(--btn-prim);
  font-size: 1rem;
  letter-spacing: 0.28px;
}

@media (max-width: 600px) {
  .not_found .type {
    font-size: 14px;
  }
}

/* Heading */
.not_found h6 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
}

@media (max-width: 600px) {
  .not_found h6 {
    font-size: 20px;
  }
}

/* Paragraph */
.not_found p {
  color: #9e9e9e;
  font-size: 1rem;
  letter-spacing: 0.28px;
  margin: 32px 0 40px 0;
}

@media (max-width: 600px) {
  .not_found p {
    font-size: 14px;
    margin: 24px 0;
  }
}

/* .br utility */
@media (max-width: 600px) {
  .not_found .br {
    display: none;
  }
}

/* Image wrapper */
.not_found .image_container {
  margin-top: 32px;
}

@media (max-width: 600px) {
  .not_found .image_container {
    margin-top: 16px;
  }
}

.fc-slddropown {
  position: absolute;
  background: #f8f9fa;
  z-index: 9;
  width: 100%;
  padding: 15px;
  top: 100%;
  left: 0;
  border: 1px solid #dee2e6;
}


.model-of-connet-wallet button {
  position: absolute;
  right: 11px;
  top: 26px;
}

.seller-loadder {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}

.seller-loadder svg {
  width: 300px;
  height: 35px;
}

/*================================ Auction=================================== */

/*=============  responsive start here =======================*/


@media(max-width:1630px) {
  .pleace-bidbtn {
    padding-top: 47px;
  }
}

@media(max-width:1440px) {
  .seller-content h2 {
    font-size: 30px;
  }

  .seller-user {
    width: 100px;
    height: 100px;
  }

  .seller-user img {
    max-width: 50px;
  }

  .about-address-content h2 {
    font-size: 25px;
  }

  .about-address-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .make-box {
    margin-top: 12px;
    height: 100%;
  }

  .make-box-icon img {
    max-width: 32px;
  }

  .makeus-diffent {
    padding: 35px 0px;
  }

  .our-vision h6 {
    font-size: 25px;
  }

  .multicoin-support h5 {
    font-size: 18px;
  }

  .pleace-bidbtn {
    padding-top: 68px;
  }

  .custom-side-modal .currentbid-value h2 {
    font-size: 25px;
  }

  .custom-side-modal .currentbid-value {
    margin-bottom: 15px;
  }

  .ethrum-currency {
    margin-bottom: 15px;
  }

  .crypto-converted {
    margin-top: 12px;
  }
}


@media(max-width:1366px) {
  .about-address-content h2 {
    font-size: 23px;
  }

  .bid-converted img {
    position: absolute;
    top: 41px;
    right: 20px;
    width: 24px;
  }

  .our-vision h6 {
    font-size: 23px;
  }

  .our-vision p {
    font-weight: 16px;
  }

  .multicoin-support h5 {
    font-size: 17px;
  }


}


@media(max-width:1166px) {
  .about-address-content h2 {
    font-size: 20px;
  }

  .about-address-content p {
    font-size: 16px;
    line-height: 21px;
  }

  .our-vision p {
    font-size: 16px;
    line-height: 22px;
  }

  .multicoin-support p {
    text-align: center;
    line-height: 18px;
    min-height: 38px;
  }

  .multicoin-support-img img {
    margin: 10px 0px;
    max-width: 32px;
  }
}

@media(max-width:991px) {
  .unlisted-user .search-prmotedomain {
    width: 40%;
  }

  .seller-user {
    width: 80px;
    height: 80px;
  }

  .seller-user img {
    max-width: 36px;
  }

  .seller-content h2 {
    font-size: 27px;
  }

  .seller-images {
    margin-bottom: 30px;
  }

  .unlisted-user .nav-link {
    font-weight: 12px;
  }

  .multicoin-support h5 {
    font-size: 15px;
  }

  .our-mission {
    padding: 25px 0px;
  }

  .make-box h6 {
    font-size: 15px;
  }

  .custom-side-modal .currentbid-value h2 {
    font-size: 21px;
  }

}


@media(max-width:767px) {
  .contact-img img {
    margin-top: 20px;
  }

  .submit-btn a {
    padding: 12px 42px;
    font-size: 13px;
  }

  .cntact-getintouch p {
    padding: 16px 0px 0px;
  }

  .contact-us {
    padding: 26px 0px;
  }

  .cntact-getintouch h2 {
    font-size: 20px;
  }

  .personal-information input {
    padding: 12px 16px;
  }

  .about-address-content {
    padding-left: 0px;
  }

  .make-box {
    margin-top: 12px;
    min-height: 142px;
    height: auto;
  }

  .makeus-diffent {
    padding: 15px 0px;
  }

  .our-vision img {
    margin-bottom: 20px;
  }

  .our-vision h6 {
    font-size: 19px;
    margin-bottom: 7px;
  }

  .our-vision p {
    font-size: 14px;
  }

  .prom-popup.promote-terms .form-check {
    margin-top: 15px;
    margin-bottom: 24px;
  }

  .prom-popup a {
    margin: 0px 0px 0px;
  }

  .prom-popup.promote-payment .method-label {
    font-size: 15px;
  }

  .prom-popup.promote-payment .crypto-icon img {
    width: 24px;
  }

  .prom-popup.promote-payment .form-group input {
    font-size: 12px;
  }

  .prom-popup .modal-header h2 {
    font-size: 18px;
  }

  .unlisted-user .nav-tabs {
    align-items: center;
    column-gap: 2px;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
  }

  .auction .search-listed {
    flex-direction: column;
  }

  .sodtby-domain {
    display: flex;
    align-items: center;
    column-gap: 8px;
    order: -1;
    margin-bottom: 13px;
  }

  .auction .search-listed {
    align-items: start;
  }

  .unlisted-user .nav-link {
    font-size: 12px;
    line-height: 20px;
    padding: 9px 18px;
  }

  .unlisted-user .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    padding: 9px 18px;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .domain-listingform .modal-dialog {
    max-width: 100%;
  }

  .domain-listingform.modal {
    padding: 10px !important;
  }

  .new-des p {
    text-align: center;
  }
}

@media(max-width:568px) {
  div#exampleModalToggleAuction .top-contant span.text_price span.price.chng_clr {
    margin-right: 5px;
    padding-right: 5px;
  }

  div#exampleModalToggleAuction .top-contant span.text_price span.price {
    font-size: 12px !important;
  }

  .prom-popup .modal-content {
    width: 95%;
    margin: 0 auto;
  }

  .prom-popup .option-box .box {
    width: 100%;
    height: 100px;
  }

  .prom-popup .promote-dummy p {
    padding: 0px 0px 26px;
  }

  .prom-popup .promote-dummy p {
    font-size: 14px;
    line-height: 20px;
  }

  .thanks-data .approx-value-count a {
    margin: 23px 0px 17px;
    position: relative;
    z-index: 9999;
    white-space: nowrap;
  }

  .prom-popup .option-box .box {
    padding-top: 12px;
  }

  .prom-popup .option-box .price {
    font-size: 17px;
  }

  .prom-popup .option-box .box::after {
    top: 70px;
  }

  .prom-popup a {
    padding: 13px 23px;
    font-size: 15px;
    font-weight: 700;
  }

  .prom-popup .pricing-options {
    margin-bottom: 28px;
  }

  .prom-popup a {
    position: relative;
    z-index: 99;
  }

  .prom-popup .option-box {
    position: relative;
    cursor: pointer;
    width: 100%;
  }

  .search-listed {
    flex-direction: column;
  }

  .unlisted-user .nav-tabs {
    order: 1;
  }

  .unlisted-user .search-prmotedomain {
    width: 100%;
    margin-bottom: 10px;
  }

  .search-listed {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .unlisted-user .tab-content {
    border-radius: 0px 10px 10px 10px;
  }

  .seller-images {
    column-gap: 12px;
  }

  .seller-user {
    width: 60px;
    height: 60px;
  }

  .seller-user img {
    max-width: 25px;
  }

  .seller-content h2 {
    font-size: 19px;
  }

  .multicoin-support {
    margin-top: 12px;
  }

  .prom-popup.promote-terms .form-check label {
    font-size: 12px;
  }

  .prom-popup.promote-payment .payment-methods {
    flex-direction: column;
    gap: 8px;
  }

  .prom-popup.promote-payment .method-content img {
    height: 24px;
  }

  .prom-popup.promote-payment .form-group input {
    padding: 8px 14px;
  }

  .pleace-bidbtn {
    padding-top: 52px;
  }

}

@media (max-width: 400px) {
  .custom-side-modal .modal-dialog {
    left: 10px;
  }
}


.step-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.step-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.step-dot.active {
  background: #4f46e5;
}

.step-dot.done {
  background: #16a34a;
}

.step-icon svg {
  fill: #2133DB;
  color: #2133DB;
  width: 30px;
  height: 30px;
}

.btn-blue {
  background: #2133DB;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  color: #fff;
}

.domain-listingform-design .modal-content {
  border-width: 0px 8px 7px 0px;
  border-style: solid;
  border-color: #AEB5FF;
  padding: 15px;
}

.domain_filter_dropdown {
  position: absolute;
  right: 0;
  background-color: #fff;
  top: 50px;
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  padding: 10px;
}

.domain-tag {
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 13px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #111827;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.domain-tag:hover {
  border-color: #2133db;
  color: #2133db;
}

.domain-tag.active {
  background: #2133db;
  border-color: #2133db;
  color: #ffffff;
}

.toggle-group {
  display: flex;
  gap: 10px;
}

.toggle-btn {
  border: 1px solid #2133db;
  background: #fff;
  color: #2133db;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.toggle-btn.active {
  background: #2133db;
  color: #fff;
  box-shadow: 0px 1px 4.1px 0px #2133DBBF;
}

.table-wrapper {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.table-header {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  background: #c7ccff;
  padding: 10px;
  font-weight: 600;
}

.table-body {
  max-height: 180px;
  overflow-y: auto;
  background: #f3f4ff;
}

.table-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 10px;
  padding: 10px;
  align-items: center;
}

.desc-image-card {
  background: #f3f4ff;
  border-radius: 0 0 10px 10px;
  padding: 12px;
  height: 100%;
  margin-top: -3px;
  z-index: 0;
  position: relative;
}

.card-header {
  background: linear-gradient(to bottom,
      #bac0f4 0%,
      #bac0f4 50%,
      #aeb5f3 50%,
      #aeb5f3 100%);
  position: relative;
  z-index: 9;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 12px;
}

.desc-textarea {
  background-color: #f3f4ff !important;
  border: none;
  resize: none;
  font-size: 14px;
}

.desc-textarea:focus {
  box-shadow: none;
  outline: none;
}

.upload-placeholder {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.upload-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #8b90f8;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary-wrapper {
  padding: 10px;
}

.summary-table {
  border-radius: 12px;
  overflow: hidden;
}

.summary-header {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  text-align: center;
  font-weight: 600;
  margin-bottom: 8px;
}

.summary-body {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 6px;
}

.summary-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 8px;
  align-items: center;
}

.summary-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  background: #2133db;
  color: #fff;
}

.summary-tag.domain {
  background: #fff;
  color: #2133db;
  border: 1px solid #2133db;
}

.summary-tag.price,
.summary-tag.date {
  background: #2133db;
}

.summary-description {
  background: #fcfaff;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
}

@media (min-width: 576px) {
  .domain-listingform-design .modal-dialog {
    max-width: 55%;
  }
}

.domain-listingform-design .form-control {
  padding: 13px 12px;
}

.domain-listingform-design input[type="text"],
.domain-listingform-design input[type="date"] {
  background: #f8f5ff;
  border: none;
}

.domain-listingform-design .custom-date-input::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}

/* ---------------------------
   Base
---------------------------- */
.custom-date-input {
  cursor: pointer;
  border: 1px solid #0a3a52;
}

.custom-date-input::placeholder {
  color: #9fb7c5;
}

.custom-date-input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ---------------------------
   Calendar Wrapper
---------------------------- */
.calendar-main {
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

.calendar-wrapper {
  background: #1b29b0;
  width: 300px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}

/* ---------------------------
   Header
---------------------------- */
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 0;
}

.calendar-select-main {
  display: flex;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.icons {
  display: flex;
  gap: 6px;
}

.icons span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  transition: background 0.2s ease;
}

.icons span:hover {
  background: #02162b;
}

/* ---------------------------
   Calendar Grid
---------------------------- */
.calendar {
  padding: 10px 15px;
}

.calendar ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Week days */
.calendar .weeks li {
  width: calc(100% / 7);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #9fb7c5;
  padding: 6px 0;
}

/* Days */
.calendar .days li {
  width: calc(100% / 8);
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.2s ease;
}

/* Hover */
.calendar .days li:hover {
  background: #02162b;
}

/* Active (selected date) */
.calendar .days li.active {
  background: #2133db;
  color: #fff;
  font-weight: 600;
}

/* Inactive (prev/next month days) */
.calendar .days li.inactive {
  color: #6c8898;
  cursor: default;
}

.calendar .days li.inactive:hover {
  background: transparent;
}

/* ---------------------------
   Animation
---------------------------- */
.calendar-wrapper {
  animation: fadeIn 0.15s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------------------------
   Mobile Friendly
---------------------------- */
@media (max-width: 480px) {
  .calendar-wrapper {
    width: 100%;
  }
}


.transac-card-live {
  position: relative;
  border-width: 2px 8px 7px 2px;
  border-style: solid;
  border-color: #2334dd;
  padding: 15px;
  width: 45%;
  border-radius: 15px;
  text-align: center;

  @media (max-width:767px) {
    width: 100%;
    margin-top: 25px;
  }
}


.transac-card-done {
  position: relative;
  border-width: 2px 8px 7px 2px;
  border-style: solid;
  border-color: #17b500;
  padding: 15px;
  width: 45%;
  border-radius: 15px;
  text-align: center;

  @media (max-width:767px) {
    width: 100%;
    margin-top: 25px;
  }
}


.spinner-wrapper {
  text-align: center;
  position: absolute;
  top: -15px;
  right: 20px;
}

.section-blue {
  color: #fff;
  background: #2334dd;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-green {
  background: #17b500;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-md {
  width: 24px;
  height: 24px;
  border-width: 2px;
}