.single {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.margin-left {
  margin-left: 30px;
}

.main-container {
  margin-top: 6em;
}

.about_tool {
  margin-top: 2em;
}

.main-container .row {
  justify-content: center;
}

.xd_top_box,
.main-container .top40 {
  display: none;
}

.sitevssite .sub-title,
.sitevssite p,
.sitevssite .title {
  text-align: center;
}

#sitevssiteBox .form-group {
  min-width: 100%;
  padding: 15px;
}

#sitevssiteBox {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#shareBtn {
  align-items: center;
}

.sharebtn {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.refreshcolor {
  background: unset;
}

.seocompare .questionBox {
  /* position: absolute;
  right: 12em;
  bottom: -42em; */
}

#recentsection .trendingNft__item-top {
  margin: 15px 0 15px;
}

#scode {
  flex: unset;
  width: unset;
  margin: 16px 0;
  display: block;
  background: transparent;
  color: var(--tg-common-color-white);
  padding: 15px 25px;
}

#unique-tools .nft-item__avatar .avatar-img img {
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
  -o-border-radius: unset !important;
  -ms-border-radius: unset !important;
  border-radius: unset !important;
}

#account-management .phpCap input {
  margin: 16px auto !important;
}

.fade:not(.show) {
  opacity: unset !important;
}

.modal-footer {
  justify-content: unset;
}

.modal-content {
  margin: 6em 0;
  border-radius: 15px;
}

input[disabled] {
  background: #ffffff29;
}

.form-control:not(.domain-review) {
  display: block;
  width: 100%;
  border: 1px solid #262f39;
  background: transparent;
  color: var(--tg-common-color-white);
  padding: 15px 25px;
}

.form-control:not(.domain-review):focus {
  color: gainsboro;
  background-color: #ffffff03;
  border-color: #8caedf82;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.domain-review,
.domain-review:focus {
  color: black;
}

.btn:hover {
  background: var(--tg-theme-secondary);
  color: black;
}

option {
  background-color: #313131;
  color: gainsboro;
}

.sign-in-b,
.sign-up-b {
  cursor: pointer;
}

.close {
  border: 1px dotted #b1b1b129;
  padding: 1px 11px;
  border-radius: 10px;
}

thead {
  color: black;
  background: var(--tg-theme-primary);
}

.hide {
  display: none !important;
}

.sweet-overlay {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

.sweet-alert[data-has-confirm-button="false"][data-has-cancel-button="false"] {
  padding-bottom: 40px;
}
.showSweetAlert[data-animation="pop"] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.sweet-alert {
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  z-index: 99999;
}
.sweet-alert,
.sweet-overlay {
  position: fixed;
}

.fxLoader {
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 0.25em);
  left: calc(50% - 1.25em);
  border-radius: 50%;
  color: #ffc107;
  background: currentColor;
  box-shadow: 32px 0, -32px 0, 64px 0;
}

.fxLoader::after {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #ff3d00;
  animation: move 3s linear infinite alternate;
}

@keyframes move {
  0%,
  5% {
    left: -32px;
    width: 16px;
  }
  15%,
  20% {
    left: -32px;
    width: 48px;
  }
  30%,
  35% {
    left: 0px;
    width: 16px;
  }
  45%,
  50% {
    left: 0px;
    width: 48px;
  }
  60%,
  65% {
    left: 32px;
    width: 16px;
  }

  75%,
  80% {
    left: 32px;
    width: 48px;
  }
  95%,
  100% {
    left: 64px;
    width: 16px;
  }
}

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert fieldset input {
  display: none;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

#progress-label {
  margin-top: 20px;
}

.shop__item-price {
  margin-left: 0px;
  font-size: 14px;
}

.shop__item-content-top .title {
  text-transform: capitalize;
}

#blogarea h2 {
  font-size: 32px;
  letter-spacing: 1px;
  margin: 0 0 23px;
}

.w145 {
  width: 145px;
}

.danger {
  background: #dc3545 !important;
}

.lowercase {
  text-transform: capitalize;
}

.stretch {
  align-items: stretch;
  gap: 30px 50px;
  flex-direction: column;
}
