body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

footer {
  margin-top: auto;
}

.first-text {
  position: fixed;
}

.hold-it {
  z-index: 1025;
  margin-top: -300px;
}

.letgo {
  position: relative;
  margin-top: -20px;
  margin-left: -180px;
}

.top-text {
  text-shadow: -2px 2px 15px #000;
  z-index: 1020;
  position: relative;
}

.sel-domain-pay-op:hover {
  span: hover:#000;
  color: var(--bs-orange) !important;
}

.sel-domain-pay-op {
  cursor: pointer;
}

@keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.animate-flicker {
  -webkit-animation: flickerAnimation 5s infinite;
  -moz-animation: flickerAnimation 5s infinite;
  -o-animation: flickerAnimation 5s infinite;
  animation: flickerAnimation 5s infinite;
}

.the-dop-main-menu {
  font-size: 11px;
  font-family: "Lato","Helvetica","Arial","sans-serif";
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  color: #9d9d9d !important;
  font-weight: 400;
}

span.the-dop-main-menu:hover {
  color: var(--bs-yellow) !important;
}

@media only screen and (max-width: 600px) {
  .ms-auto {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .sendInvoice-para {
    height: 140px !important;
  }
}

@media only screen and (max-width: 600px) {
  .card_body_cc_box {
    height: 430px!important;
  }
}

@media only screen and (max-width: 600px) {
  .domain-au-sel {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 600px) {
  .domain-au-check {
    height: 20px !important;
  }
}

p.privacy_p {
  font-size: 13px;
}

.blue-link a {
  color: #2971dd !important;
}

a {
  color: #2dace7;
}

a:hover {
  color: #175b7a;
  background: var(--bs-btn-hover-color);
  border-radius: 5px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button {
}

