body {
  background-color: #F6F6F6;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #404040;
  scroll-behavior: smooth;
}

.jumbotron {
  background-color: #F6F6F6;
  margin-bottom: 0px;
  padding: 10px;
  color: #404040;
}

.jumbotron h1 {
  font-family: "metropolisbold", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  color: #404040;
  margin-top: 15px;
}

.jumbotron p {
  font-size: 18px;
  font-family: "metropolisregular", sans-serif;
}

hr {
  height: 5px;
  width: 80px !important;
  background-color: #218442;
}

.row {
  justify-content: center;
}

.card.action-panel {
  background-color: #404040;
  color: #404040;
  border-radius: 0;
}

.result-panel {
  background-color: #ffffff;
  padding: 0px 40px 40px 40px;
    max-height: 500px !important;
    overflow: auto;
}

.card {
  border: none;
}

h3 {
  font-family: "metropolismedium", sans-serif;
  font-size: 21px;
}

h4 {
  font-family: "metropolissemi_bold", sans-serif;
  font-size: 20px;
}

.result-panel .card {
  background-color: #f9f9f9;
  text-align: center;
  border: dashed 1px #cccccc;
  border-radius: 0;
}

.card-title {
  border-bottom: solid 1px #ccc;
  padding: 30px 40px 10px 40px;
}

.result-panel .card .card-title {
  border-bottom: solid 1px #EEEEEE;
  padding: 15px;
  text-align: center;
}

.card-title.bg-white {
  border-bottom: solid 1px #f6f6f6;
}

.card-body {
  padding: 20px 40px;
}

.result-panel .card .card-body {
  padding: 15px;
}

.card-body p {
  color: #303030;
  font-size: 16px;
  font-family: 'metropolisregular';
}

form {
  margin: 30px 0;
}

.form-control {
  color: #404040;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  padding: 15px;
  height: auto;
}

::placeholder {
  color: #ccc !important;
}

.form-control:focus {
  color: #404040 !important;
  background-color: #fff;
  border-color: #cccccc;
  outline: 0;
  box-shadow: none;
}
/*
.btn-light {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff;
  border-color: #eee;
  padding: 10px;
  font-size: 18px;
}

.btn-light:hover {
  color: #404040 !important;
  background-color: #e2e6ea;
  border-color: #cccccc;
}

.btn-light.focus, .btn-light:focus {
  color: #404040 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-color: #cccccc;
  box-shadow: none;
} */

label {
  color: #909090;
  font-size: 14px;
}

label.dark {
  color: #909090;
  font-size: 14px;
}

.form-group {
  margin-bottom: 25px;
}

.btn.submitBtn {
  background-color: #218442;
  color: #fff;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  box-shadow: none;
  opacity: 75%;
}

.btn.submitBtn:hover {
  opacity: 1;
}

.noresultBlk {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resultBlk {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

p.greytxt {
  color: #999;
}

p.blktxt {
  color: #404040;
  font-size: 20px;
}

#element1, #element2 {
  transition: all 5s ease-in;
}

.inner.show {
  min-height: 100px !important;
}

.bootstrap-select .no-results {
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  color: fff;
}

div#footer {
  font-size: 12px;
  font-family: "metropolisregular", sans-serif;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
}

/* p.lead {
  display: none;
} */

/* @media (max-width: 600px) {

} */

@media (max-width: 480px) {

  .result-panel {
    padding: 0px 20px 20px 20px;
}
  .card-title {
    padding: 20px 20px 15px 20px;
  }

  .card.result-panel .card-body {
    height: 300px;
  }

  h3 {
    font-size: 17px;
    margin-bottom: 0;
  }

  .jumbotron h1 {
    font-size: 19px;
  }

  .jumbotron p {
    font-size: 15px;
  }

  .jumbotron {
    margin-bottom: 0;
  }

  .card-body {
    padding: 20px;
  }

  p.blktxt {
    color: #404040;
    font-size: 16px;
  }

  .btn.submitBtn {
    padding: 10px;
    font-size: 14px;
}

.form-control {
    padding: 12px;
    font-size: 14px;
    color: #404040 !important;
}
    .project-tab .nav-link{
        padding-left: 5px;
        padding-right: 5px;
    }
}
