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;
}

.secP {
  padding: 50px 0;
}

.header {
  background: #fff;
  box-shadow: 0px 1px 13px 5px #0000001a;
  padding: 15px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* Default height */
  background: white;
  z-index: 99;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.3s;
  /* transition: height 0.3s ease-in-out, background 0.3s ease-in-out; */
}

.header.sticky {
  padding: 0;
  transition: ease-in-out 0.3s;
}

.header .navbar-brand {
  margin: 0;
}

.header .navbar-expand-lg {
  justify-content: space-between;
  align-items: center;
}

.header .navbar-expand-lg .nav-item {
  padding: 0px 10px;
}

.header .navbar-expand-lg .nav-item a {
  color: #070707;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.header .navbar-expand-lg .nav-item a.nav-link.active {
  color: #2639ed;
  font-weight: 700;
}

.header .navbar-expand-lg .nav-item a.nav-link:hover {
  color: #2639ed;
}

.Signup-add ul {
  column-gap: 5px;
}

.Signup-add li {
  background: #f1f1f2;
  border-radius: 8px;
  color: #2639ed;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 10px 10px;
  height: 46px;
  display: flex;
  align-items: center;
  margin: 0;
  transition: 0.3s;
}

.Signup-add li:hover {
  background: #2639ed;
}

.header .navbar-expand-lg .Signup-add li.nav-item:hover a,
.Signup-add li:hover i {
  color: #fff;
}

.Signup-add li i {
  color: #2639ed;
  font-size: 19px;
}

.slider {
  background: url(/assets/img/slider.png) no-repeat;
  background-size: cover;
  height: 460px;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}

.search-domain {
  box-shadow: 0px 3px 8px 0px #0000001a;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding: 10px;
}

.search-domaintype {
  display: flex;
  align-items: center;
}

.search-domaintype button {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border-radius: 8px;
  padding: 17px 40px;
  text-transform: uppercase;
  border: none;
  margin: 0px 0px 0px 10px;
}

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

.slider-innerheading h1 {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 0px;
}

.slider-innerheading p {
  padding: 23px 0px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0px;
}

.search-domain input {
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(55, 55, 55, 50%);
}

.search-domain input:focus {
  outline: none;
  box-shadow: none;
}

.web-heading {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 12px;
  flex-direction: column;
}

.web-headingfilter h2 {
  color: rgba(24, 24, 24, 1);
  font-weight: 700;
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 0px;
  position: relative;
}

.web-headingfilter h2 span:after {
  position: absolute;
  background: rgba(38, 57, 237, 1);
  width: 68px;
  border-radius: 10px;
  height: 4px;
  content: "";
  bottom: -10px;
  left: 0px;
  right: 0px;
  display: inline-block;
}

.multi-currency {
  background: #fff;
  box-shadow: 0px 3px 8px 1px rgba(182, 182, 182, 0.22);
  border-radius: 10px;
  border: 1px solid rgba(238, 238, 238, 1);
  padding: 10px;
  margin-bottom: 20px;
  transform: scale(1);
  transition: ease-in-out 0.3s;
}

.multi-currency:hover {
  transform: scale(1.03);
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(38, 57, 237, 0.2);
}

.crypto-img {
  position: relative;
}

.crypto-img h6 {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  line-height: 19px;
  margin-bottom: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.crypto-img img {
  width: 100%;
  border-radius: 10px;
  height: 140px;
}

.like-heart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

.like-heart h6 {
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  line-height: 19px;
  margin-bottom: 0px;
}

.like-heart a i {
  color: rgba(222, 222, 222, 1);
  height: 26px;
  width: 26px;
  border-radius: 100%;
  border: solid 1px rgba(222, 222, 222, 1);
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.like-heart a:hover i {
  color: rgba(253, 198, 81, 1);
  border: solid 1px rgba(253, 198, 81, 1);
}

.eth-buy {
  padding: 0px 10px;
}

.eth-cunt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.06px solid rgba(244, 244, 244, 1);
  padding-bottom: 10px;
}

.eth-cunt-img span {
  color: rgba(0, 172, 79, 1);
  font-weight: 700;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.eth-cunt-img span img {
  max-width: 15px;
  margin-right: 5px;
}

.eth-cunt-img p {
  color: rgba(131, 131, 131, 1);
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 0px;
}

.nft-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

.nft-price h2 {
  color: rgba(24, 24, 24, 1);
  background: rgba(245, 245, 245, 1);
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  width: inherit;
  padding: 0 10px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 0px;
}

.nft-price button {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 19px;
  padding: 5px 13px;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
}

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

.load-more {
  padding: 45px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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: 10px 17px;
  border-radius: 5px;
  border: none;
}

.load-more button:hover {
  background: #000;
  color: #fff;
}

.why-marketplace {
  text-align: center;
}

.why-marketplace h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 33px;
}

.why-marketplace p {
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0px;
  font-style: italic;
  padding: 10px 0px;
  margin-bottom: 23px;
}

.why {
  background: linear-gradient(90deg, #340b6e, #5a00b5, #3e0099, #18004a);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.why:after {
  background: url(/assets/img/why-banner.png) no-repeat;
  background-size: cover;
  height: 100%;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  pointer-events: none;
}

.global-reach {
  border-radius: 10px;
  padding: 20px;
  border: solid 1px rgba(255, 255, 255, 50%);
  display: flex;
  align-items: start;
  column-gap: 13px;
}

.global-reach:hover {
  background: rgba(255, 255, 255, 10%);
}

.globa-content h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
}



.globa-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0px;
}

.why .row {
  z-index: 999;
  position: relative;
}

.premium-domainheading {
  text-align: center;
  position: relative;
}

.premium-domainheading span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: rgba(38, 57, 237, 1);
  height: 4px;
  border-radius: 10px;
  width: 68px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.premium-domainheading h2 {
  color: rgba(24, 24, 24, 1);
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  position: relative;
}

.why-invstmentdomain {
  background: url(/assets/img/why-domain.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.why-invest h2 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
}

.why-invest p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  font-style: italic;
}

.premium-domainheading p {
  color: rgba(94, 94, 94, 1);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-style: italic;
}

.why-invest ul {
  margin: 0px 33px;
  padding: 0px;
}

.why-invest ul li {
  list-style: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}

.why-invest ul li img {
  margin-right: 7px;
  max-width: 12px;
}

.why-invstmentdomain .row {
  align-items: center;
}

.numeric table tr {
  border: 1px solid rgba(238, 238, 238, 1);
  background: #fff;
}

.numeric table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 6px;
  border-radius: 10px;
}

.numeric th,
td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.numeric .domain-details {
  display: flex;
  align-items: center;
}

.numeric .domain-details img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.numeric .domain-name {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  line-height: 24px;
}

.numeric .domain-id {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.numeric .price {
  color: #007bff;
  font-weight: bold;
}

.numeric .expiry {
  font-weight: bold;
}

.domain-price {
  text-align: center;
}

.domain-price p {
  margin-bottom: 0px;
  color: rgba(104, 103, 110, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.domain-price h6 {
  font-weight: 700;
  color: rgba(38, 57, 237, 1);
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 21px;
}

.watchlist {
  text-align: center;
}

.watchlist p {
  margin-bottom: 0px;
  color: rgba(104, 103, 110, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.watchlist h6 {
  font-weight: 700;
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 21px;
}

.palvinar {
  background: url(/assets/img/arch.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 300px;
}

.loreum-content {
  text-align: center;
}

.loreum-content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 17px;
}

.loreum-content p {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-style: italic;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/

.faq {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  position: relative;
}

.faq:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: url(/assets/img/faq-graph.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.faq-heading {
  text-align: center;
  position: relative;
}

.faq-heading h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 10px;
  position: relative;
}

.faq-heading span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  background: rgb(243 243 243);
  height: 4px;
  border-radius: 10px;
  width: 68px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-heading p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
  font-style: italic;
  padding-top: 14px;
}

.faq .faq-container .faq-item {
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid color-mix(in srgb, #7f8bfc, transparent 85%);
  border-radius: 5px;
  overflow: hidden;
  background: #121e90;
  color: #fff;
}

.faq .faq-container .faq-item h3 {
  color: var(--default-color);
}

.faq .faq-container .faq-item.faq-active h3 {
  color: #121e90;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 0 30px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}

.faq .faq-container .faq-item h3:after {
  content: "";
  position: absolute;
  top: 3px;
  left: -31px;
  background: url(/assets/img/plus-icon.svg) no-repeat center center;
  background-size: 18px;
  width: 18px;
  height: 18px;
}

.faq .faq-container .faq-item.faq-active h3:after {
  content: "";
  position: absolute;
  top: 3px;
  left: -31px;
  background: url(/assets/img/minus-icon.svg) no-repeat center center;
  background-size: 18px;
  width: 18px;
  height: 18px;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
  color: #696969;
  margin-left: 30px;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-active {
  background: #fff;
  border-color: color-mix(in srgb, var(--accent-color), transparent 80%);
}

.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

.premium-domain .owl-theme .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: rgba(217, 217, 217, 1);
}

.testimonails .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(38, 57, 237, 1);
}

.testimonails .owl-theme .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: rgba(217, 217, 217, 1);
}

.premium-domain .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(38, 57, 237, 1);
}

.testimonails {
  background: #fff;
  position: relative;
}

.testimonails:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: url(/assets/img/testimonial-vector.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.testimonails-slider {
  background: #fff;
  box-shadow: 0px 4.93px 7.56px 0px rgba(21, 21, 21, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin: 20px 4px;
}

.testimonails .owl-carousel.owl-drag .owl-item {
  padding: 20px 5px 10px 5px;
}

.client-images {
  margin-top: -52px;
}

.client-images img {
  border-radius: 100%;
  border: solid 2px rgba(38, 57, 237, 1);
  width: 75px !important;
  height: 75px;
}

.client-name {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.testimonails-slider p {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 80%);
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  padding: 17px 0px;
}

.profile-name {
  display: flex;
  align-items: center;
}

.profile-name-t h6 {
  color: rgba(38, 57, 237, 1);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 21px;
}

.profile-name-t p {
  color: rgba(80, 80, 80, 1);
  font-weight: 400;
  font-size: 10px;
  margin-bottom: 0px;
  line-height: 21px;
  padding: 0px 0px;
}

.profile-name h6 {
  color: rgba(32, 32, 32, 1);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
  padding-left: 5px;
  display: flex;
  align-items: center;
}

.profile-name i {
  background: rgba(93, 93, 255, 1);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

.rating-review {
  display: flex;
  align-items: center;
  column-gap: 4px;
  justify-content: end;
}

.rating-review i {
  font-size: 15px;
  color: rgba(253, 198, 83, 1);
}

.footer {
  padding: 45px 0px;
  background: #181818;
  position: relative;
}

.footer:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: url(/assets/img/f-graphic-a.svg) no-repeat center left;
  background-size: auto;
  width: 50%;
  height: 100%;
  pointer-events: none;
  opacity: 0.6;
}

.footer:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  background: url(/assets/img/f-graphic-b.svg) no-repeat center right;
  background-size: auto;
  width: 50%;
  height: 100%;
  pointer-events: none;
  opacity: 0.6;
}

.f-logo h6 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 20px;
}

.f-logo ul {
  padding: 0px;
  margin: 0px;
}

.f-logo ul li {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  font-weight: 400;
  list-style: none;
  padding: 10px 0px;
}

.f-logo ul li a {
  color: #fff;
  text-decoration: none;
}

.quick-test {
  display: flex;
  align-items: baseline;
  column-gap: 133px;
}

.f-logo .search-domain {
  box-shadow: 0px 3px 8px 0px #0000001a;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding: 3px;
}

.f-logo .search-domaintype button {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border-radius: 5px;
  padding: 11px 13px;
  text-transform: uppercase;
  border: none;
  transition: 0.3s;
}

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

.socail-media {
  margin-top: 33px;
}

.socail-media a {
  color: #fff;
  padding: 2px 10px;
  font-size: 20px;
}

.btm-footer {
  border-top: 1px solid rgba(61, 61, 61, 1);
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0px 0px;
}

.copyright p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.premium-domain .owl-carousel .owl-nav button.owl-next:after,
.premium-domain .owl-carousel .owl-nav button.owl-next:after {
  background: url(/assets/img/left-arrow.svg) no-repeat;
  background-size: 35px auto;
  background-position: center;
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: -23px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.premium-domain .owl-carousel .owl-nav button.owl-next:before,
.premium-domain .owl-carousel .owl-nav button.owl-next:before {
  background: url(/assets/img/right-arrow.svg) no-repeat;
  background-size: 35px auto;
  background-position: center;
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 100%;
  position: absolute;
  right: -56px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.f-logo {
  margin-bottom: 37px;
}

.owl-nav span {
  display: none;
  margin-top: 0px;
  height: 0px;
}

.owl-theme .owl-nav {
  margin-top: 0px !important;
}

.slider .row {
  align-items: center;
}

.owl-carousel .owl-item {
  padding: 5px;
}

.tp-margin {
  margin-top: 90px;
}

.webdata-filter {
  background: #343434;
  border: none;
  border-radius: 8px;
  padding: 8px 32px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-top: 26px;
}

.webdata-filter:hover {
  background: linear-gradient(90deg, #9457f6 0%, #2233da 100%);
  color: #fff;
}

.box {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  transform-origin: top;
}

.bounce-1 {
  animation-name: bounce-1;
  animation-timing-function: linear;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.numeric-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 25px;
  margin-bottom: 15px;
  transition: 0.3s;
}

.numeric-row:hover {
  border: 1px solid #2639ed;
}

.reset-btn {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
}

/*===========================  filter css   =====================================*/

.sidebar-filter {
  width: 100%;
  background: white;
  padding: 15px;
  border-radius: 10px;
  position: absolute;
  left: 10px;
  top: 20px;
  transition: all 0.3s ease;
  z-index: 1;
  box-shadow: 0px 3px 8px 1px rgba(182, 182, 182, 0.22);
  border: solid 1px rgba(238, 238, 238, 1);
}

/* Hide Sidebar */
.sidebar-filter .hidden {
  left: -300px;
}

/* Close Button */
.sidebar-filter .close-btn {
  float: right;
  font-size: 18px;
  cursor: pointer;
  border: none;
  background: none;
  position: absolute;
  right: 13px;
  top: 15px;
}

/* Accordion Styling */
.sidebar-filter .accordion {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  padding: 10px 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: rgba(24, 24, 24, 1);
  line-height: 16px;
  position: relative;
}

.sidebar-filter .accordion:after {
  content: "";
  background: url(/assets/img/down-arrow.svg) no-repeat;
  background-size: 12px;
  height: 11px;
  width: 12px;
  position: absolute;
  top: 14px;
  right: 7px;
  transform: rotate(180deg);
}

.sidebar-filter .active:after {
  content: "";
  background: url(/assets/img/down-arrow.svg) no-repeat;
  background-size: 12px;
  height: 11px;
  width: 12px;
  position: absolute;
  top: 14px;
  right: 7px;
  transform: rotate(0deg);
}

/* Panel Content */
.sidebar-filter .panel {
  display: none;
  padding: 10px 17px;
}

/* Checkboxes & Radio Buttons */
.sidebar-filter label {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  margin: 15px 0 0px;
}

.sidebar-filter label:first-child {
  margin: 0px 0 0px;
}

.sidebar-filter input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

/* Range Slider */
.range-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
}

.sidebar-filter input[type="range"] {
  width: 100%;
  height: 5px;
  background: rgba(38, 57, 237, 1);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  accent-color: rgba(38, 57, 237, 1);
}

/* Buttons */
.sidebar-filter .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.sidebar-filter .filter-btn,
.reset-btn {
  padding: 8px 0px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
}

.sidebar-filter .filter-btn {
  background: #ccc;
  color: #555;
}

.sidebar-filter .reset-btn {
  background: black;
  color: white;
}

.filter-heading {
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, 20%);
  padding-bottom: 11px;
  margin-bottom: 7px;
}

.filter-heading img {
  filter: invert(100%);
  max-width: 16px;
}

.filter-heading h3 {
  color: #181818;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.sidebar-filter label span {
  color: rgba(94, 94, 94, 1);
  font-weight: 400;
  line-height: 18px;
  font-size: 13px;
}

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

.buy-domainpopup .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;
}

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

.buy-domainpopup .modal-header h5 {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 0px;
}

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

.domain-purchase-details {
  padding: 30px 85px;
  position: relative;
  z-index: 999;
}

.domain-purchase-details ul {
  display: flex;
  align-items: center;
  padding: 2px 0px;
  margin: 0px;
  justify-content: space-between;
}

.domain-purchase-details ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  color: rgba(0, 0, 0, 0.7);
}

.domain-purchase-details li.time {
  width: 54%;
}

.domain-purchase-details li.eth-days {
  width: 70%;
}

.domain-purchase-details li.eth-days {
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  color: rgba(0, 0, 0, 1);
}

li.eth-days.dest {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

li.eth-days.eth-cala {
  color: rgba(0, 172, 79, 1);
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.domain-purchase-details a,
.domain-purchase-details button {
  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 0px 0px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease-in all;
  text-decoration: none;
  border: none;
  width: 100%;
  cursor: pointer;
}

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

.buy-domainpopup .modal-body {
  position: relative;
  padding: 0px;
}

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

/*==============  profile pages start here  =============================*/

.profile-slider {
  background: url(/assets/img/profile-slider.png) no-repeat;
  background-size: cover;
  height: 130px;
  background-position: center;
  display: flex;
  align-items: center;
}

.sideprofile-profile {
  padding: 40px 0px;
}

.profile-user h2 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 44px;
  margin-bottom: 0px;
}

/* .right-profilepart {
  box-shadow: 0px 3px 8px 1px rgba(182, 182, 182, 0.22);
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(238, 238, 238, 1);
  padding: 15px 0px;
}

.right-profilepart ul {
  padding: 0px;
  margin: 0px;
}

.right-profilepart ul li {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding: 0px 0px;
}

.right-profilepart ul li a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  display: inline-flex;
  width: 100%;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.right-profilepart ul li a.active {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  color: #fff;
  position: relative;
}

.right-profilepart ul li a.active:hover {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
}

.right-profilepart ul li a.active img {
  filter: invert(1);
}

.tab-link.logout-link.logout.active:hover {
  background: transparent;
}

.right-profilepart ul li a.active:after {
  position: absolute;
  content: "";
  background: url(/assets/img/arrow-left.svg) no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  right: -10px;
  top: 36%;
} */

.right-profilepart {
  box-shadow: 0px 3px 8px 1px rgba(182, 182, 182, 0.22);
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(238, 238, 238, 1);
  padding: 15px 0px;
}

.right-profilepart div#v-pills-tab a {
  list-style: none;
  padding: 12px 20px;
  align-items: center;
  column-gap: 10px;
  display: inline-flex;
  width: 100%;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  border-radius: 0;
}

.right-profilepart div#v-pills-tab {
  margin: 0 !important;
}

.right-profilepart div#v-pills-tab a.active {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  color: #fff;
  position: relative;
}

.right-profilepart div#v-pills-tab a.active img {
  filter: invert(1);
}

.right-profilepart div#v-pills-tab a img {
  max-width: 22px;
}

.right-profilepart div#v-pills-tab a.active::after {
  position: absolute;
  content: "";
  background: url(/assets/img/arrow-left.svg) no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  right: -10px;
  top: 36%;
}

.tab-link.logout-link.active {
  color: #2639ed;
  background: #fff;
  font-weight: 800;
}

.right-part-tabs {
  position: sticky;
  top: 90px;
}

.right-profilepart div#v-pills-tab button a {
  display: flex;
  column-gap: 10px;
  color: #000;
  width: 100%;
}

.right-profilepart div#v-pills-tab button:hover {
  background-color: #ebebeb;
}

.right-profilepart ul li a.logout-link.active img {
  filter: brightness(12%) saturate(100%) invert(20%) sepia(100%) saturate(2222%) hue-rotate(221deg) brightness(100%) contrast(100%);
}

.right-profilepart ul li a.logout-link.active:after {
  display: none;
}

.search-domain-latest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}

.search-domain-latest h2 {
  color: rgba(24, 24, 24, 1);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0px;
  line-height: 44px;
  white-space: nowrap;
}

.search-prmotedomain {
  background: rgba(246, 247, 252, 1);
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-domainname {
  width: 100%;
}

.search-prmotedomain {
  background: rgba(246, 247, 252, 1);
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

.search-prmotedomain input {
  width: 100%;
  background: none;
  border: none;
  color: rgba(124, 124, 124, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.search-prmotedomain input:focus {
  box-shadow: none;
  outline: none;
  background: none;
}

.search-prmotedomain img {
  margin-right: 8px;
}

.domain-list .crypto-img h6 {
  font-size: 18px;
}

.promote-domain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 7px;
  margin: 10px 0px 0px;
}

a.depromote,
button.depromote {
  background: rgba(253, 198, 83, 0.4);
  border-radius: 5px;
  padding: 8px 12px;
  color: rgba(24, 24, 24, 0.4);
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
  cursor: default;
  border: none;
}

a.promote,
button.promote {
  background: rgba(253, 198, 83);
  border-radius: 5px;
  padding: 8px 12px;
  color: rgba(24, 24, 24);
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border: none
}

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

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

.delist.promote {
  background: rgba(253, 198, 83, 1);
  color: rgba(24, 24, 24, 1);
  transition: 0.3s;
}

.delist.promote:hover {
  background: rgb(215, 165, 57);
}

.crypto-img i {
  position: absolute;
  color: rgba(109, 229, 16, 1);
  font-weight: 700;
  font-size: 10px;
  line-height: 19px;
  margin-bottom: 0px;
  top: 16px;
  right: -4px;
  transform: translate(-50%, -50%);
  border: solid 1px rgba(109, 229, 16, 1);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prom-tag h5 {
  position: absolute;
  color: rgba(24, 24, 24, 1);
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 0px;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(154, 229, 16, 1);
  font-size: 9px;
  border-radius: 8px 0px;
  width: 74px;
  height: 22px;
  text-transform: uppercase;
}

/*================  listing-form css   =============================*/

.domain-listingform .modal-header {
  background: url(/assets/img/buy-bg.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 85px;
  padding: 0px 27px;
}

.domain-listingform .modal-header h5 {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 0px;
}

.domain-listingform .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;
}

.domain-listingform .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}

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

.domain-listingform .modal-dialog {
  width: 100%;
  max-width: 725px;
  margin: 0px auto;
}

.right-profilepart ul li img {
  max-width: 22px;
}

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

.domain-listingform .domain-purchase-details {
  padding: 10px 10px;
  position: relative;
  z-index: 999;
}

.addyou-time input {
  background: rgba(244, 245, 254, 1);
  border-radius: 5px;
  border: solid 1px rgba(201, 206, 255, 1);
  padding: 13px 12px;
  color: rgba(94, 94, 94, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.addyou-time input[type="text"]:focus {
  box-shadow: none;
  background: rgba(244, 245, 254, 1);
  border: solid 1px rgba(201, 206, 255, 1);
}

.appraisal-tool {
  display: flex;
  justify-content: end;
  padding: 5px 0px 17px;
  column-gap: 3px;
}

.appraisal-tool a button {
  color: rgba(38, 57, 237, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background: none;
  padding: 0px;
  margin: 0px;
  text-transform: inherit;
  text-decoration: underline;
  border: none;
  cursor: pointer;
}

/* .appraisal-tool button {
  color: rgba(38, 57, 237, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background: none;
  padding: 0px;
  margin: 0px;
  text-transform: inherit;
  text-decoration: underline;
  border: none;
  cursor: pointer;
} */
.appraisal-tool button {
  color: rgb(112 117 122);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background: none;
  padding: 0px;
  margin: 0px;
  text-transform: inherit;
  text-decoration: underline;
  border: none;
  cursor: not-allowed;
}

.appraisal-tool a:hover {
  background: inherit;
}

.appraisal-tool button:hover {
  background: inherit;
}

.addyou-time select {
  background: rgba(244, 245, 254, 1);
  border-radius: 5px;
  border: solid 1px rgba(201, 206, 255, 1);
  padding: 13px 12px;
  color: rgba(94, 94, 94, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

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

.select-currency {
  position: relative;
}

.select-currency:after {
  position: absolute;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(/assets/img/currencey-arrow.svg) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.addyou-time textarea {
  background: rgba(244, 245, 254, 1);
  border-radius: 5px;
  border: solid 1px rgba(201, 206, 255, 1);
  padding: 13px 12px;
  color: rgba(94, 94, 94, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 125px;
  resize: inherit;
}

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

.document-upload {
  background: rgba(244, 245, 254, 1);
  border-radius: 5px;
  height: 125px;
  border: 1px dashed rgba(201, 206, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
}

.dz-message {
  border-radius: 0.375rem;
  text-align: center;
  color: #8898aa;
  transition: all 0.15sease;
  order: -1;
  cursor: pointer;
  z-index: 999;
  position: relative;
}

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

.dropzone input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}

.upload-doc {
  background: rgba(38, 57, 237, 50%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100%;
}

.upload-doc img {
  max-width: 17px;
}

.profile-submit {
  width: 100%;
  margin: 0 auto;
}

/*.domain-purchase-details a{
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}*/

.addyou-time {
  position: relative;
}

.timign-image {
  position: absolute;
  top: 14px;
  right: 13px;
}

.profile-info {
  display: flex;
  column-gap: 10px;
  padding-left: 15px;
}

.profile-info span {
  color: #3a7c07;
}

.webdata-filter.filterActive {
  background: #666;
  pointer-events: none;
  cursor: none;
}

.appraisal-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;
}

.appraisal-popup .modal-header .btn-close:focus {
  box-shadow: none;
  outline: none;
}

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

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

.appraisal-popup .modal-header {
  border-bottom: none;
}

.appraisal-popup .modal-header h5 {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 0px;
}

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

.approx-value-count {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.check-congr {
  display: flex;
  justify-content: center;
  margin-top: -81px;
  position: relative;
  z-index: 999;
}

.check-congr img {
  max-width: 150px;
}

.congr-domainprice h2 {
  color: #2639ed;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0px;
  padding: 7px 0px;
  text-align: center;
}

.congr-domainprice p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 0px;
  padding: 0px 0px;
  text-align: center;
}

.congr-domainprice h1 {
  color: #0fca75;
  font-size: 41px;
  font-weight: 900;
  line-height: 31px;
  margin-bottom: 14px;
  padding: 7px 0px;
  text-align: center;
}

.the-estematedvalue {
  background: #6a78f3;
  padding: 13px 10px;
  border-radius: 10px 0px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.the-estematedvalue p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.estimae-consider {
  background: #d74bf3;
  padding: 14px 33px;
  border-radius: 10px 0px;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  margin-top: -7px;
}

.estimae-consider h6 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 18px;
  font-weight: 700;
  text-align: start;
  padding: 8px 0px;
}

.estimae-consider ul {
  margin: 0px;
  padding: 0px;
}

.estimae-consider ul li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 18px;
  font-weight: 400;
  list-style: none;
  padding: 5px 0px;
}

.approx-value-count span {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: block;
  text-align: center;
  padding: 15px 0px 10px;
}

/* ----------Login-signup-forgot-password-------------- */

section.login-page .login {
  display: flex;
  flex-wrap: wrap;
}

section.login-page .login .left {
  width: 50%;
  background-size: 100%;
  padding: 40px;
  background-color: #091055;
  position: relative;
}

section.login-page .login .right {
  width: 50%;
  padding: 50px 0px;
}

section.login-page .login .right .data {
  width: 425px;
  margin: auto;
  position: relative;
}

section.login-page .login .left .login-logo {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 30px 0 0;
}

section.login-page .login .left .login-logo .web-logo {
  text-align: center;
}

section.login-page .login .left .login-logo .web-logo img {
  width: 90%;
}

section.login-page .login .left .icon.top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

section.login-page .login .left .icon.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

section.login-page .login .left .icon.bottom img {
  width: 100%;
}

section.login-page .login .left .icon.top::before {
  content: "";
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  right: 0;
  backdrop-filter: blur(41px);
  z-index: -1;
  background: radial-gradient(73.82% 110.73% at 109.2% -12.1%,
      #d74bf3 0%,
      rgba(182, 61, 207, 0.82) 13%,
      rgba(129, 40, 150, 0.53) 37%,
      rgba(87, 23, 105, 0.3) 59%,
      rgba(57, 11, 72, 0.14) 77%,
      rgba(38, 3, 52, 0.04) 91%,
      rgba(32, 1, 45, 0) 100%);
  background-blend-mode: screen;
  opacity: 80%;
}

section.login-page .login .left .icon.bottom::before {
  content: "";
  width: 350px;
  height: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: radial-gradient(73.82% 110.73% at 100.8% -1.01%,
      #188dfa 0%,
      rgba(25, 112, 208, 0.8) 15%,
      rgba(27, 73, 151, 0.52) 38%,
      rgba(29, 42, 105, 0.3) 59%,
      rgba(30, 19, 72, 0.13) 77%,
      rgba(31, 6, 52, 0.04) 91%,
      rgba(32, 1, 45, 0) 100%);
  background-blend-mode: screen;
  transform: rotate(180deg);
  opacity: 80%;
}

section.login-page .login .left a.back {
  color: #fff;
  transition: 0.3s;
  position: relative;
  z-index: 999;
}

section.login-page .login .left a.back:hover {
  color: #f8c547;
}

section.login-page .login .right .site-logo {
  margin: 0 0 30px;
}

section.login-page .login .right .form .heading h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}

section.login-page .login .right .form .heading p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  opacity: 60%;
}

section.login-page .login .right .form .login-with .with {
  margin: 20px 0 20px;
  padding: 15px;
  border: 1px solid #8692a6;
  border-radius: 8px;
  display: flex;
  gap: 18px;
  color: #000000;
  transition: 0.3s;
  flex-wrap: wrap;
}

section.login-page .login .right .form .login-with a.with:hover {
  box-shadow: 0 0 5px 0 #ccc;
  border-color: #323cf1;
}

section.login-page .login .right .form .login-with .with.wallet span.links a {
  transition: 0.3s;
}

section.login-page .login .right .form .login-with .with.wallet span.links a:hover {
  box-shadow: 0 0 5px;
  border-radius: 6px;
}

section.login-page .login .right .form .login-with .with.wallet {
  justify-content: space-between;
}

section.login-page .login .right .form .login-with .with.wallet span {
  display: flex;
  align-items: center;
  gap: 18px;
}

section.login-page .login .right .form .login-with .with.wallet span.links {
  gap: 6px;
}

section.login-page .login .right .form .or {
  border-top: 1px solid #8692a6;
  margin: 30px 0 10px;
}

section.login-page .login .right .form .or span {
  position: relative;
  background: #ffffff;
  padding: 0 5px;
  top: -13px;
  font-size: 14px;
  color: #696f79;
}

section.login-page .login .right .form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 330px;
}

section.login-page .login .right .form form span.input label {
  display: block;
  font-size: 14px;
  margin: 0 0 6px;
}

section.login-page .login .right .form form span.input input {
  width: 100%;
  border-color: #8692a6;
  border: 1px solid;
  height: 52px;
  border-radius: 8px;
  padding: 10px;
  outline: none;
}

section.login-page .login .right .form form .Remember-forgot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.login-page .login .right .form form .Remember-forgot span.Remember input#Remember {
  width: 16px;
  height: 16px;
}

section.login-page .login .right .form form .Remember-forgot span.Remember {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.login-page .login .right .form form .Remember-forgot .form-check input {
  float: none;
  margin: 0.25em;
}

section.login-page .login .right .form form .Remember-forgot a {
  font-weight: 500;
  color: #2639ed;
  font-size: 14px;
  text-decoration: underline;
  transition: 0.3s;
}

section.login-page .login .right .form form .Remember-forgot a:hover {
  color: #000;
  text-decoration: none;
}

section.login-page .login .right .form form button {
  background: linear-gradient(90deg, #2639ed 0%, #2639ed 100%);
  font-size: 18px;
  border: 0;
  border-radius: 8px;
  padding: 15px;
  color: #fff;
  margin: 0px 0 20px;
  transition: 0.3s;
}

section.login-page .login .right .form form button:hover {
  background: linear-gradient(90deg, #9457f6 0%, #2233da 100%);
}

.dont-have-account {
  text-align: center;
  font-size: 14px;
  margin: 0px 0 10px;
  position: absolute;
  bottom: -55px;
  width: 100%;
  left: 0;
  padding: 0 0 10px;
}

.dont-have-account i {
  color: #2639ed;
}

section.login-page .login .right.forgot {
  padding: 140px 0px 0;
}

.dont-have-account a {
  color: #2639ed;
  text-decoration: underline;
  transition: 0.3s;
}

.dont-have-account a:hover {
  color: #000;
  text-decoration: none;
}

section.login-page .login .right {
  position: relative;
}

section.login-page .login .right .icon.top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

section.login-page .login .right .icon.bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/* .main {
  height: 93vh;
  overflow: auto;
} */

/* section.login-page .login {
  overflow: hidden;
} */

/* section.login-page .login .left {
  height: 100vh;
} */

section.login-page .login .left .login-logo .web-logo img {
  width: 560px;
}

.header .navbar-expand-lg .nav-item.User-profile {
  background: transparent;
  padding: 0;
  margin-right: 5px;
}

.header .navbar-expand-lg .nav-item.User-profile img {
  width: 24px;
  height: 24px;
  transition: .3s;
}

nav.navbar .site-menu {
  width: 85%;
  justify-content: end !important;
}

nav.navbar .site-menu div#navbarText ul.navbar-nav {
  margin: auto;
}

.header .navbar-brand {
  width: 15%;
}

.modal {
  background: #0000001a;
}

.right-profilepart ul li a:hover {
  background: #ededed;
}

.f-logo ul li a:hover {
  color: #f8c547;
}

section.login-page .login .right .form form.forgot {
  min-height: auto;
}

.forgot.dont-have-account {
  position: unset;
  margin: 30px 0 0;
}

.appraisal-popup .modal-dialog {
  width: 90%;
}

/* User_profile_watchlist_css_DINE */

.Watchlist .crypto-img img {
  height: 91px;
}

.Watchlist .domain_details .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 0;
  padding: 0 10px 0;
}

.Watchlist .domain_details .details h4.domainname {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}

.Watchlist .domain_details .details span.eth-icon {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #00ac4f;
  font-weight: bold;
}

.Watchlist .domain_details .details span.quantity {
  font-size: 14px;
  color: #838383;
  font-weight: 500;
}

.Watchlist .multi-currency .promote-domain a.list {
  width: auto;
}

.Watchlist .multi-currency .promote-domain {
  border-top: 1px solid #f4f4f4;
  padding: 10px 10px 5px;
}

.Watchlist .multi-currency .promote-domain span.price {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 8px 12px;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

/* ------- */

.Profile .prfile_box {
  padding: 22px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 10px 0px #cccccc6b;
}

.Profile .prfile_box h5 {
  font-size: 15px;
  margin: 0 0 30px;
  color: #000000c9;
}

.Profile .prfile_box form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.Profile .prfile_box form .form-group {
  width: Calc(50% - 10px);
}

.Profile .prfile_box form .form-group label {
  display: block;
  font-size: 15px;
  margin: 0 0 12px;
  color: #0000009c;
}

.Profile .prfile_box form .form-group input {
  border: 0;
  background: #F9F9F9;
  padding: 15px;
  border-radius: 8px;
  color: #000000b3;
  outline-color: #2d36e142;
  width: 100%;
}

.Profile .prfile_box form .form-group.Button {
  text-align: right;
  width: 100%;
}

.Profile .prfile_box form .form-group.Button button {
  border-radius: 5px;
  border: 0;
  text-transform: uppercase;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(45deg, #2639ED, #2233DA);
  color: #fff;
  transition: 0.3s;
}

.Profile .prfile_box form .form-group.Button button:hover {
  background: linear-gradient(90deg, #9457f6 0%, #2233da 100%);
}

.Profile .prfile_box form .inner_box {
  width: Calc(50% - 10px);
  display: flex;
  flex-direction: column;
  background: #F9F9F9;
  padding: 15px 20px;
  border-radius: 8px;
  gap: 10px;
}

.Profile .prfile_box form .inner_box span {
  font-size: 15px;
  color: #000000c9;
}

.Profile .prfile_box form .inner_box strong {
  font-size: 15px;
  color: #000000c9;
}

.Social_icon {
  display: flex;
  gap: 10px;
}

.Social_icon .icons a {
  display: flex;
  flex-direction: column;
  position: relative;
}

.Social_icon img {
  width: 44px;
  height: 44px;
}

.Social_icon .icons a span {
  font-size: 9px;
}

.tab-content.Analytics {
  padding: 22px 20px;
  border: 1px solid #eee;
  border-radius: 0px 10px 10px 10px;
  box-shadow: 0 0 10px 0px #cccccc6b;
}

.Analytics ul#pills-tab {
  padding: 0;
  margin: 0 !important;
}

.Analytics ul#pills-tab li.nav-item button {
  margin-right: 5px;
  background-color: #bfbfbf91;
  color: #5e5e5ebf;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 31px;
  border-radius: 5px 5px 0 0;
}

.Analytics ul#pills-tab li.nav-item button.active {
  background-color: #2639ED;
  color: #fff;
}

.tab-content.Analytics h5 {
  font-size: 15px;
  margin: 0 0 20px;
  color: #000000ba;
}

.multi-currency.Analytics {
  background: #F3F4FF;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.multi-currency.Analytics .Total_Spend {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 11px;
  background: #9330DF;
  z-index: 1;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px 0 10px 0px;
}

.multi-currency.Analytics .crypto-img img {
  border-radius: 10px 10px 0 0;
  height: 101px;
}

.multi-currency.Analytics .bottom {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.multi-currency.Analytics .bottom .icon_text {
  /* border-right: 1px solid #5E5E5E; */
  /* padding-right: 28px; */
}

.multi-currency.Analytics .bottom .icon_text:last-child {
  border: 0;
  padding: 0;
}

.multi-currency.Analytics .bottom .icon_text img {
  width: 21px;
  height: 21px;
  margin-right: 5px;
}

.multi-currency.Analytics .bottom .icon_text span {
  font-size: 16px;
  font-weight: bold;
  color: #2639ED;
}

.tab-content.Analytics .boxes {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.tab-content.Analytics .boxes .box {
  width: 40%;
  background: #F3F4FF;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-content.Analytics .boxes .box span {
  font-size: 16px;
  color: #5E5E5E;
  display: block;
}

.tab-content.Analytics .boxes .box strong {
  font-size: 39px;
  font-weight: bold;
}

.tab-content.Analytics .boxes .box span span {
  font-size: 13px;
}

.box_chart canvas {
  margin: 20px auto;
  display: block;
  max-width: 350px;
  max-height: 350px;
}

.box_chart .legend,
.geo-legend {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
  flex-wrap: wrap;
}

.box_chart .legend span,
.geo-legend li {
  margin-top: 10px;
}

.box_chart .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 5px;
}

.box_chart .website {
  background-color: #3333ff;
}

.box_chart .social {
  background-color: #f4c041;
}

.box_chart .us {
  background-color: #3333ff;
}

.box_chart .uk {
  background-color: #aa66ff;
}

.box_chart .india {
  background-color: #ff6699;
}

.box_chart .germany {
  background-color: #ff3333;
}

.box_chart .france {
  background-color: #6666ff;
}

.box_chart .uae {
  background-color: #4444ff;
}

.box_chart .geo-legend {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 170px;
  overflow: auto;
  width: 60%;
  margin: auto;
}

.tab-content.Analytics .boxes .box_chart {
  width: Calc(50% - 10px);
  padding: 15px;
  background: #F3F4FF;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}

.tab-content.Analytics .boxes .box_chart h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0px;
  width: 100%;
}

.box_chart .geo-legend li {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5E5E5E;
}

.box_chart .geo-legend li span.text {
  display: flex;
  justify-content: space-between;
  padding: 0px 14px 0px 0px;
  width: 100%;
}

.box_chart .geo-legend::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #dfdfdf;
}

.box_chart .geo-legend::-webkit-scrollbar {
  width: 3px;
  background-color: #2639ED;
}

.box_chart .geo-legend::-webkit-scrollbar-thumb {
  background-color: #2639ED;
}

.box_chart .legend span.dot {
  width: 31px;
  height: 17px;
  border-radius: 2px;
}

.box_chart .legend span {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 10px;
}

.box_chart .legend {
  width: 100%;
}

.Auction_Bottom {
  padding: 10px 15px;
}

.Auction_Bottom .icon_text {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}

.Auction_Bottom .icon_text span.text {
  font-size: 14px;
  color: #000;
}

.Auction_Bottom .icon_text span.price {
  font-weight: bold;
  color: #000;
}

.Auction_Bottom .icon_text span.price.chng-clr {
  color: #2639ED;
}

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

div#exampleModalToggleAuction .modal-header h2 {
  font-size: 18px;
  color: #fff;
}

div#exampleModalToggleAuction .modal-dialog {
  min-height: auto;
  height: 100%;
}

div#exampleModalToggleAuction .modal-dialog .modal-content {
  border-radius: 15px;
  overflow: hidden;
}

div#exampleModalToggleAuction .modal-header button.btn-close {
  margin: 0;
  filter: invert(1);
}

div#exampleModalToggleAuction .top-contant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}

div#exampleModalToggleAuction .top-contant span.text_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: Calc(50% - 0px);
}

div#exampleModalToggleAuction .top-contant span.text_price span.text {
  font-size: 13px;
}

div#exampleModalToggleAuction .top-contant span.text_price span.price {
  font-weight: bold;
}

div#exampleModalToggleAuction .top-contant span.text_price span.price.chng_clr {
  color: #2639ED;
  border-right: 1px solid #D9D9D9;
  margin-right: 15px;
  padding-right: 15px;
}

div#exampleModalToggleAuction .table_data h2 {
  margin: 0 0 10px;
  font-size: 14px;
}

div#exampleModalToggleAuction .table_data table {
  width: 100%;
  border: 1px solid #d9d9d9;
}

div#exampleModalToggleAuction .table_data table th {
  padding: 12px;
  text-align: left;
  font-size: 12px;
  border-right: 1px solid #d9d9d9;
}

div#exampleModalToggleAuction .table_data table td {
  font-size: 12px;
  border-right: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  border-bottom: 0;
}

div#exampleModalToggleAuction .table_data table td:last-child {
  border-right: 0;
}

div#pills-Auction .pagination {
  justify-content: end;
}

div#pills-Auction .pagination a {
  width: 30px;
  height: 30px;
  background: #F3F4FF;
  margin-left: 10px;
  border-radius: 2px;
  text-align: center;
  align-content: center;
  color: #000;
  font-weight: bold;
}

div#pills-Auction .pagination a.active {
  background: #2639ED;
  color: #fff;
}

.header .navbar-expand-lg .nav-item.User-profile a {
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid #2639ED;
  transition: .3s;
}

.header .navbar-expand-lg .nav-item.User-profile a:hover {
  background: #323cf1;
}

.header .navbar-expand-lg .nav-item.User-profile a:hover img {
  filter: brightness(5);
}

.modal-backdrop.show {
  opacity: .2;
}

/* new added */
.modal {
  background: #00000000;
  /* opacity: 0.2; */
}

/* ====================================for spinner====================== */
.spinner {
  animation: spin infinite 1s linear;

}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.hidden {
  display: none;
}

/* ===============chart css============ */

.box_chart .legend,
.box_chart .geo-legend {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
}

.geo-legend li {
  list-style: none;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.geo-legend .text {
  margin-left: 8px;
  font-size: 14px;
}


.flt-btns {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.wishlist-btn {
  display: flex;
  width: 26px;
  height: 26px;
  padding: 5px;
  font-size: 16px;
  border-radius: 100%;
  border: 1px solid #dedede;
  color: #dedede;
  background: transparent;
  transition: .3s;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.wishlist-btn:hover,
.wb-active {
  background: transparent;
  border-color: #fdc651;
  color: #fdc651;
}

.testimonails .slick-slider .item {

  margin: 5px;
  border-radius: 10px;
}

.testimonials-slider {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.document-upload {
  overflow: hidden;
  position: relative;
}

.document-upload .image-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.document-upload .image-preview img {
  width: 100%;
  height: 125px;
  object-fit: contain;
}

.addyou-time ul.list-group {
  position: absolute;
  z-index: 999999;
  left: 0;
  padding: 0;
  width: 100%;
  top: 46px;
}

.modal-title {
  color: #ffffff;
}

.modal-title .modal-ti-tal {
  color: #000000;
}

.fade.appraisal-popup.modal.show .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
}

.addyou-time input#datePicker[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.domain-listingform .modal-header .btn-close {
  filter: brightness(10);
}

.selected-keywords {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 5px 0 0;
}

.selected-keywords span.badge {
  margin: 0 !important;
}

.profile-submit button.profile-submit {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  width: auto;
  padding: 8px 25px;
  margin: 0 0 0 !important;
}

.modal-body .profile-submit {
  margin: 0 0 0 !important;
}

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

.domain_heading button {
  background: linear-gradient(90deg, #2639ed 0%, #2233da 100%);
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  transition: 0.3s;
  display: flex;
  gap: 5px;
  align-items: center;
}

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

button.buy_now_close {
  background: transparent;
  border: 0;
  padding: 0;
  top: -20px;
  position: relative;
  right: -10px;
}

.slick-slide {
  padding: 0 7.5px;
}

.slick-list {
  margin: 0 -7.5px;
}


.slick-slide {
  padding: 0 7.5px;
}

.slick-list {
  margin: 0 -7.5px;
}


.testimonails .slick-slider .item {
  margin: 50px 0px 20px;
}

.testimonails .slick-slider .item .logic-domain>p {
  min-height: 155px;
  margin: 20px 0 0;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 80%);
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  padding: 17px 0px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: rgba(217, 217, 217, 1);
  border-radius: 50px;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li button:hover {
  background: rgb(147 147 147);
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button {
  background: rgba(38, 57, 237, 1);
}

.modal-subtitle p {
  margin: 0;
  font-size: 0.95rem;
  color: #6c757d;
}

.new-des p {
  color: #6c757d;
  font-size: 1.2rem;
  /* font-size: larger; */
  font-weight: 600;
}

.header .navbar-expand-lg .Site_menu {
  width: 85%;
}

.header .navbar-expand-lg .Site_menu .Menu_inner {
  justify-content: center;
}

/* .header .navbar-expand-lg .Site_menu .Menu_inner ul.navbar-nav {
  margin-left: 0 !important;
} */

.domain-name-wrap {
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
  line-height: 1.2;
  line-height: 1.2 !important;
  width: 180px;
}

section.login-page .login .left.forgot_pass {
  height: 100vh;
}

.addyou-time .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 5px 0 0 !important;
  width: 100%;
}

.addyou-time .form-check input.form-check-input {
  width: 25px;
  height: 25px;
  padding: 0;
  float: none !important;
  margin: 0;
}

.addyou-time .form-check label.form-check-label {
  display: block;
}

.addyou-time .form-check input.form-check-input:focus {
  box-shadow: none;
  border-color: #ccd0fe;
}


.numeric .domain-details {
  min-width: 350px;
}

.domain-price {
  text-align: left;
  min-width: 150px;
}

.numeric-row .watchlist {
  min-width: 100px;
}

.multi-currency .like-heart {
  min-height: 70px;
}


.Watchlist .domain_details .details .domain-name-wrap {
  min-height: 40px;
}

/* =======================tooltip======================= */



.Analytics ul#pills-tab li.nav-item:hover .tooltip {
  background: #2639ed;
  padding: 5px 8px;
  color: #fff !important;
  border-radius: 5px;
  top: -35px;
}

.Analytics ul#pills-tab li.nav-item {
  position: relative;
}

.Analytics ul#pills-tab li.nav-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}


.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.panel.level-domain {
  height: 130px;
  overflow-y: auto;
}

.panel.level-domain::-webkit-scrollbar {
  width: 8px;
  height: 12px;
  border-radius: 12px;
  margin-left: 7px;
}

.panel.level-domain::-webkit-scrollbar-track {
  background-color: #c1c1c1;
  border-radius: 12px;
}

.panel.level-domain::-webkit-scrollbar-thumb {
  background-color: rgba(38, 57, 237, 1);
  border-radius: 12px;
}



.Signup-add li a:hover img {
  filter: invert(1);
}

.findperfect-banner {
  padding: 25px 0px;
  background: url(../img/infromation-banner.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 120px;
  margin-bottom: 40px;
}

.information-slider {
  position: fixed;
  top: 104px;
  width: 100%;
  background: #fdc651;
  height: 20px;
  z-index: 8;
  overflow: hidden;
  /* important for scrolling */
  display: flex;
  align-items: center;
}

.scrolling-text {
  display: inline-block;
  white-space: nowrap;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding-left: 100%;
  /* pushes text to the right initially */
  animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}



.timer-domain {
  position: relative;
}

.timer-domain p {
  position: absolute;
  color: rgba(24, 24, 24, 1);
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 0px;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(154, 229, 16, 1);
  font-size: 9px;
  border-radius: 8px 0px;
  width: 100px;
  height: 22px;
  text-transform: uppercase;
}

.badge-icon {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 25px;
  height: 25px;
  background: rgba(24, 24, 24, 50%);
  border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.badge-icon img {
  max-width: 18px;
}

.share-domainurl {
  display: flex;
  align-content: center;
  column-gap: 15px;
  padding: 7px 0px;
}

.share-domainurl button {
  background: #2537e6;
  padding: 4px 15px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  transition: 0.3s ease-in all;
}

.share-domainurl button:focus {
  box-shadow: none;
}

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

.share-domainurl span {
  text-decoration: underline;
  color: #2233da;
  font-size: 14px;
}

.proceed-active {
  background: #000;
  color: #fff;
}

.auction-proceed {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 36px;
  margin-bottom: 27px;
}

.auction-proceed a {
  padding: 0px;
  margin: 0px !important;
}

.auction-proceed-popup h2 {
  color: #2639ed;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 7px 0px;
  text-align: center;
}

.auction-proceed-popup p {
  margin-bottom: 0px !important;
}

.auction-proceed-popup a {
  padding: 9px 43px !important;
}

.sodtby-domain-auction {
  position: relative;
}

.sodtby-domain-auction .filterBoxShow {
  position: absolute;
  top: 74px;
  right: 0px;
}

/* .sodtby-domain-auction .filterBoxShow{
  position: fixed;
  width: 100%;
  top: 0px;
  height: 100%;
  background: #000;
} */

/* .scrolling-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 15s linear infinite;
} */

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.share-domainurl span strong {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.buy-domainpopup .buy_now_close.btn.btn-primary:hover {
  background: none;
}

.promote-modal-db .modal-content {
  border-radius: 14px;
}

.modal-content {
  border-radius: 14px !important;
}

/* ===================thanks page================== */
section.thanks-data {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 280px);
  padding: 60px 0px;
}


.appraisal-popup.thankyou-domain.thanks-data .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks-data .approx-value-count {
  position: relative;
}

.thanks-data .approx-value-count:after {
  position: absolute;
  content: "";
  top: 20px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: url(/assets/img/thankyou.svg) no-repeat;
  pointer-events: none;
  background-position: top;
}

.thanks-data .approx-value-count {
  background: #fff;
  box-shadow: 0px 3px 8px 1px rgba(182, 182, 182, 0.22);
  border: none;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: 99;
  margin-top: 104px;
}

.thanks-data .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;
}

.thanks-data .approx-value-count h2 {
  font-size: 36px;
}

.thanks-data .approx-value-count p {
  margin-bottom: 13px;
}

.thanks-data .approx-value-count h1 {
  font-size: 54px;
  font-weight: 900;
}

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


.pagination-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.pagination-controls button {
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: white;
  cursor: pointer;
}

.pagination-controls button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}




.profile-submit.list-unstyled {
  margin: 20px 0px !important;
}

/* ===========================
   HISTORY PAGE CUSTOM STYLES
   =========================== */

/* General Page Layout */
.historyPage {
  background-color: #f9fafb;
  min-height: 100vh;
  padding: 24px;
  font-family: 'Inter', sans-serif;
}

/* Heading */
.historyHeading {
  font-size: 1.75rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}

/* Card Section */
.cardsContainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.cardTitle {
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 4px;
}

.cardValue {
  font-size: 1.75rem;
  font-weight: 600;
  color: #111827;
}

.cardChange {
  font-size: 0.75rem;
  margin-top: 2px;
  color: #16a34a;
}

/* Filter Buttons */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.filterBtn {
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #f3f4f6;
  color: #374151;
  transition: all 0.25s ease;
}

.filterBtn:hover {
  background-color: #e5e7eb;
}

.filterBtn.active {
  background-color: #4f46e5;
  color: #fff;
  box-shadow: 0 1px 4px rgba(79, 70, 229, 0.3);
}

/* Table */
.tableContainer {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow-y: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.table thead {
  background-color: #f9fafb;
  color: #6b7280;
}

.table th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}

.table th svg {
  margin-left: 4px;
  opacity: 0.7;
}

.table tbody tr {
  border-top: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}

.table tbody tr:hover {
  background-color: #f3f4f6;
}

.table td {
  padding: 12px 16px;
  color: #111827;
}

/* Status Badge Colors */
.statusBadge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: capitalize;
}

.statusListed {
  background-color: #dbeafe;
  color: #1e40af;
}

.statusSold {
  background-color: #dcfce7;
  color: #166534;
}

.statusDelisted {
  background-color: #fee2e2;
  color: #991b1b;
}

.statusPromoted {
  background-color: #fef9c3;
  color: #92400e;
}

.statusBuy {
  background-color: #9457f6;
  color: #fff;
}


/* Transitions for smoother feel */
button,
.card,
.filterBtn,
.statusBadge {
  transition: all 0.25s ease;
}

.tldDropdown label input {
  margin-right: 5px;
}

.closeFilter {
  margin-bottom: 5px;
  background: #000;
  color: #fff;
  border-radius: 0 5px 0 5px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}

.filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

@media (max-width:569px) {
  .filter-row {
    flex-wrap: wrap;
  }
}

.filters-buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.filters-buttons button {
  border: none;
}

.search-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* .search-filter input, */
.search-filter select {
  border: 0;
  padding-right: 5px;
}

.resetBtn {
  padding: 5px 15px;
  height: 38px;
  border: none;
  margin-left: 10px;
  border-radius: 5px;
  background: #4e4e4e;
  color: #fff;
}

.resetBtn:hover {
  background: #000;
}

.search-filter input:focus,
.search-filter select:focus {
  outline: none;
  box-shadow: none;
}

.tldDropdown {
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
  z-index: 2;
  min-width: 150px;
}

.tldDropdown label {
  display: flex;
  margin-bottom: 5px;
  font-size: 13px;
}

.tldDropdown label input {
  height: auto;
}

.historyPage .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  font-size: 13px;
  gap: 10px;
}

.historyPage .pagination button {
  border: none;
  font-size: 13px;
  padding: 5px 10px;

}

.searchBar,
.networkFilterWrapper,
.tldFilterBtn {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 8px 10px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.networkFilterWrapper option {
  border-radius: 5px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
  z-index: 2;
  min-width: 150px;
}

.tldFilterBtn button {
  background: transparent;
  background-color: transparent;
  border: 0;
  position: relative;
  display: inline-block;
}

.searchBar input {
  border: 0;
}

.bulk_btn {
  background: linear-gradient(90deg, #2639ED 0%, #2233DA 100%);
  color: #fff;
  padding: 10px 34px;
  box-shadow: none;
  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;
}
.provider-banner {
  background-image: url(../img/profile-slider.png);
  background-size: cover;
  background-position: center;
  margin-top: 80px;
  padding: 60px 0;
  /* background: #748DF4;
    background: linear-gradient(90deg, rgba(116, 141, 244, 1) 0%, rgba(74, 181, 243, 1) 50%, rgba(98, 140, 181, 1) 100%); */

}

.provider-banner h1 {
  color: #fff;
  font-size: clamp(31px, 4vw, 40px);
}

.provider-banner p {
  color: #bcbcbc;
}

.info-card {
  box-shadow: 4px 4px 11px rgb(0 0 0 / 12%);
  padding: 10px 20px;
  border-radius: 20px;
  background: #00000036;
}

.info-card img {
  width: 80px;
}

.ens_bg {
  background: #748DF4;
  background: linear-gradient(180deg, rgba(116, 141, 244, 1) 0%, rgba(91, 151, 243, 1) 50%, rgba(74, 181, 243, 1) 100%);
  height: 100px;
  border-radius: 8px;
}

#c1 {
  stroke-dasharray: 500;
  stroke-dashoffset: 1000;
  animation: loading1 2s linear infinite;
  -webkit-animation: loading1 2s linear infinite;
}

@keyframes loading1 {
  to {
    stroke-dashoffset: 0;
  }
}
.close_btn{
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
}
.dropdown_wrapper{
    width: 250px;
    position: relative;
    background: white;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0px 3px 8px 1px rgba(182, 182, 182, 0.22);
    border: solid 1px rgba(238, 238, 238, 1);
}
.filter-section{
  padding-top: 25px;
}
.recent_bought_data {
  height: 500px;
  overflow: auto;
}
.search_bar{
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #bcbcbc;
  border-radius: 50px;
}
.search_bar input:focus{
  box-shadow: none !important;
  outline: none !important;
}