body {
  color: #212529;
  font-size: 0.855rem;
}

.bg-primary {
  background-color: #7EBC12 !important;
  background-color: #0090e7 !important;
}


.hero-header {
  background-position: 0px 40%, right 0 top 0, left 50% top 0, left 50% top 50%, 0px bottom;
  background-size: contain;
}




.footer {
  background-position: 0px 112px, right 0 bottom 0, left 50% top 80px, left 50% bottom 0, top center;
  background-position: 0px 112px, right 0 bottom 0, left 50% top 80px, left 50% bottom 0, top center;
  background-size: contain;
}


.spinner-border
{
  width: 3rem; height: 3rem;
}

img.hosting-logo {
  height: 40px; 
  width: 40px;
}

.hero-caption {
  padding-top: 5rem;
}

.hosting-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.domain-search {
  margin-top: 30px;
}

input.form-control:focus,
textarea.form-control:focus {
  border: none;
  box-shadow:0 0 0 .25rem rgba(126,1,1,0.25)
}

h1.h1-domain-search  {
  font-size: calc(1.375rem + 1.5vw);
}

p.p-small {
  font-size: 1rem;
}

div.hero-body {
  max-width: 600px; 
  visibility: visible; 
  animation-delay: 0.1s; 
  animation-name: fadeInUp;
}

div.hero-body-input {
  visibility: visible; 
  animation-delay: 0.3s; 
  animation-name: fadeInUp;
}

div.hero-body-domain-list {
  visibility: visible; 
  animation-delay: 0.5s; 
  animation-name: fadeInUp;
}

div.domain-search-button {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: .5rem !important;
}


h1.h1-domain-transfer  {
  margin-top: 3rem !important;
  font-size: calc(1.375rem + 1.5vw);
}


.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #F2F2F2;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

button.swal2-puricheck-button:focus {
  border: 0px;
  box-shadow: none; 
}

.swal2-domains247-confirm-button {
  background-color: #FF0F10;
}

.swal2-domains247-confirm-button:focus,
.swal2-domains247-confirm-button:active {
  border: none;
}
.swal2-domains247 {
    width: 400px;
}


