/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.container {
  max-width: 800px;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-purple {
  background-color: #6f42c1;
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

.fs-1 {
  font-size: 1em;
}

.fs-2 {
  font-size: 2em;
}

.fs-3 {
  font-size: 3em;
}

#search-form {
  justify-content: center;
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: transparent;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer p {
  margin-bottom: 0.25rem;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.block {
  margin-bottom: 2rem;
}

h2.block-title {
  font-size: 1.75em;
}

.comment-header h3 {
  font-size: 1.1em;
}

.comment-header a {
  font-weight: bold;
  color: #404040;
}

.comment-body {
  overflow: hidden;
}

.top-phone .list-group-item {
  display: flex;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #212529;
  text-decoration: none;
}

.top-phone .list-group-item:hover {
  background-color: #e9ecef;
}

.block-vote .btn-secondary {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.block-vote .btn-secondary:hover {
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
}

.main-menu a {
  color: #ffffff;
}

#search-form {
  position: relative;
}
#search-form .error-message {
  width: 100%;
}
#search-form #error-message {
  margin-top: -10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 0;
}
#search-form #error-message.show {
  padding: 7px 10px;
  margin-top: 20px;
  height: auto;
  display: inline-block;
}
#search-form #submit-button[disabled] {
  cursor: not-allowed;
}

#comments {
  margin-top: 20px;
}
.wpd-form-row .wpd-form-col-right .wpdiscuz-item {
  display: none !important;
}

.faq-question details {
  margin-bottom: 10px;
  padding: 6px 25px;
  background: #00b38f !important;
  color: #fff;
  border-radius: 8px;
}
.faq-question summary::marker {
  color: #ffffff;
}
.faq-question summary {
  font-weight: 700;
}
details[open] summary ~ * {
  animation: sweep 0.3s ease-in-out;
}
.faq-question .desc {
  font-size: 15px;
  margin-top: 10px;
  padding-left: 20px;
}
@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.scam-prediction table {
  width: 100%;
}
.scam-prediction table th {
  text-align: center;
  padding: 10px;
  background: #eff0f2;
  font-size: 18px;
}
.scam-prediction table td {
  vertical-align: top;
  padding: 15px 12px;
  background: #f7f7f7;
  font-size: 15px;
  font-weight: 500;
}
.scam-prediction table tr td:nth-child(2) {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

.scam-prediction .progress .percent {
  background-image: url("../images/progress.png");
  background-size: cover;
}

.scam-prediction .progress {
  border-radius: 8px;
  margin-bottom: 10px;
}
