body {
  background-color: #1f2026;
  color: #fff;
  margin: 0;
  padding: 25px;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
}

#domain {
  padding: 0.7rem;
  font-weight: 600;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
}

a:link {
  color: #6c5dd2;
  text-decoration: none;
}

.logo h3,
.logo a {
  color: #fff;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  text-decoration: none;
}

.symbol {
  color: #b8b0fc;
}

.symbol2 {
  color: #3c3377;
}

.mail-check {
  border-radius: 2rem;
  max-width: 650px;
  min-width: 380px;
  padding: 1rem 2rem;
  flex-flow: column;
  margin: 0.2rem auto 1rem auto;
  background: #6c5dd2;
  border-radius: 1rem;
  position: relative;
}

#message-img {
  width: 220px;
  left: calc(100% - 110px);
  position: absolute;
  z-index: 999;
}

@media screen and (max-width: 600px) {
  #message-img {
    display: none;
  }
  .mail-check {
    max-width: 100%;
    min-width: 100%;
    padding: 1rem 1rem;
  }
}

.text-left {
  text-align: left !important;
}

.input-group {
  margin: 10px 0;
}

.result {
  display: block;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
}

.free-email {
  color: green;
}

.disposable-email {
  color: red;
}

.blacklisted-email {
  color: rgb(24, 24, 24);
}

footer {
  margin-top: 50px;
  text-align: center;
  color: #fff;
}

footer a {
  color: #a99dfc;
  text-decoration: none;
}

footer a:hover {
  color: #a99dfc;
  text-decoration: underline;
}

.info p {
  display: block;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 80%;
}

.info a {
  text-decoration: none;
  color: #a99dfc;
}

.dbInfo p {
  display: block;
  text-align: center;
  color: #a99dfc;
  font-size: 90%;
}

textarea,
input {
  font-family: "Cabin", sans-serif !important;
  font-weight: 700 !important;
  color: #383838 !important;
  padding: 0.7rem;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
}

textarea:focus,
input:focus {
  outline: none;
}

.btn-secondary {
  background-color: #1f1c1c !important;
  border: none;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  -webkit-box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.75);
}

#faq {
  margin-top: 500px;
  color: #fff;
}

#faq h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #a99dfc;
}

#faq a {
  color: #a99dfc;
  text-decoration: none;
}

#faq a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-nav {
  border-top: 1px solid #a99dfc;
  margin-top: 4rem;
  padding: 2rem;
  border-radius: 0.4rem;
}

.footer-nav a {
  color: #a99dfc;
  margin: 0 1rem;
}

h5 {
  color: #1f1a42;
  font-weight: 700;
}

.page {
  background-color: #393939;
  padding: 2rem;
  border-radius: 0.4rem;
  font-size: 90%;
}

.page h4,
h5,
h6 {
  color: #b8b0fc;
}

.scroll-down {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #6e6e6e;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transform: scale(1);
}

.scroll-down:hover {
  color: #fff;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

#back-to-top {
  display: inline-block;
  background-color: #6c5dd2;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
#back-to-top:active {
  background-color: #555;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

a.nav-link {
  color: #fff;
}

a.nav-link.active {
  color: #b8b0fc;
}

table.rounded-corners {
  /* Change these properties */
  --border: 1px solid rgb(26, 26, 26);
  border-radius: 10px;

  /* Don't change these properties */
  border-spacing: 0;
  border-collapse: separate;
  border: var(--border);
  overflow: hidden;
}

/* Apply a border to the right of all but the last column */
table.rounded-corners th:not(:last-child),
table.rounded-corners td:not(:last-child) {
  border-right: var(--border);
}

/* Apply a border to the bottom of all but the last row */
table.rounded-corners > thead > tr:not(:last-child) > th,
table.rounded-corners > thead > tr:not(:last-child) > td,
table.rounded-corners > tbody > tr:not(:last-child) > th,
table.rounded-corners > tbody > tr:not(:last-child) > td,
table.rounded-corners > tfoot > tr:not(:last-child) > th,
table.rounded-corners > tfoot > tr:not(:last-child) > td,
table.rounded-corners > tr:not(:last-child) > td,
table.rounded-corners > tr:not(:last-child) > th,
table.rounded-corners > thead:not(:last-child),
table.rounded-corners > tbody:not(:last-child),
table.rounded-corners > tfoot:not(:last-child) {
  border-bottom: var(--border);
}

#statistics {
  background-color: #3d3d3d;
  color: #f1f1f1;
}

#statistics th {
  background-color: #2b2a2a;
  font-weight: 900;
}

#statistics td,
th {
  padding: 0.7rem;
  font-size: 95%;
}

#statistics tr:nth-child(even) {
  background-color: #535353;
  color: #fff;
}
