* {
  box-sizing: border-box;
  margin: 0;
  padding: 0%;
  font-family: "Poppins", sans-serif;
}

body {
  background: #f5f5f5;
  color: white;
  font-family: "Poppins", sans-serif;
}

a {
  color: #3ca5d6;
}

a:hover {
  color: #8dc541;
}

a:visited {
  color: #283c8d;
}

hr {
  border-color: #c1c9da;
  border-style: solid;
}

h1,
.app-description {
  margin: 0;
}

button.action-button {
  color: white;
  background-color: #283c8d;
  border-color: #3ca5d6;
}

button.text-button {
  text-decoration: underline;
  background: transparent;
  border: none;
  margin: 0;
}

button.text-button:hover {
  color: #8dc541;
}

input {
  border-color: #3ca5d6;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  text-align: left;
  max-width: 100%;
  border-radius: 4px;
  margin-right: 1rem;
  flex: 1 0;
  font-size: 18px;
  padding: 0.4rem;
}
#idName {
  width: auto;
  min-width: 40%;
}
#url,
#output {
  width: 961px;
}
#output {
  font-size: 10px;
}

.analyzer-app {
  min-width: 30rem;
  max-width: 40rem;
  margin: 0 auto;
  color: black;
}

.app-input {
  margin: 1rem 0 0 0;
  display: flex;
}
.app-input .target-url {
  margin-right: 1rem;
  flex: 1 0;
  font-size: 18px;
  padding: 0.4rem;
}
.app-input .action-button {
  padding: 0.4rem;
  font-size: 18px;
}

.analyzer-app-header {
  text-transform: uppercase;
}
.analyzer-app-header .header-first-part {
  color: #283c8d;
}
.analyzer-app-header .header-second-part {
  color: #3ca5d6;
}
.analyzer-app-header .header-third-part {
  color: #8dc541;
}

.analysis-result {
  display: flex;
  margin-bottom: 0.75rem;
}
.analysis-result .candidate-image-container {
  flex: 0;
}
.analysis-result .candidate-image-container .candidate-image {
  width: 256px;
  object-fit: scale-down;
  margin-right: 0.75rem;
}
.analysis-error {
  background: #faa;
  padding: 1rem;
}

.app-footer {
  font-size: 14px;
  border-top: 0.25rem solid #c1c9da;
  margin-top: 1rem;
  padding-top: 0.5rem;
}

.app-options {
  text-align: right;
  margin: 0.25rem 0 1rem 0;
}

.candidate-name {
  font-weight: bold;
}

.alternative {
  font-size: smaller;
}

.app-faq {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.app-faq li {
  margin: 0;
}
.app-faq .question {
  font-weight: bold;
}
.app-faq .answer {
  margin: 0 0 1rem 0;
}

.app-intranavigation {
  display: flex;
  margin: 0.5rem 0;
  background: #283c8d;
  border: 0.25rem #283c8d solid;
  border-radius: 0.5rem;
}
.app-intranavigation a.intrasite {
  flex: 1;
  padding: 0.5rem;
  color: white;
  justify-content: center;
  display: block;
  text-align: center;
  border-radius: 0.25rem;
}
.app-intranavigation a.intrasite.current {
  color: #283c8d;
  background: white;
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */

main {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vh;
}

main main__paragraph {
  font-weight: 400;
}
#calculator {
  font-size: 18px;
  min-width: 612px;
}

.app {
  background-color: #31393d;
  max-width: 1200px;
  border: 1px solid #444c56;
  border-radius: 6px;
  padding: 4em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.app h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: var(--bs-font-sans-serif);
  padding-bottom: 10px;
  text-transform: uppercase full-width;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
}

.inputs {
  line-height: 2rem;
}

section {
  margin-top: 10px;
}

.calc-buttons {
  text-align: left;
}

.ignoreh1{
  text-decoration:line-through;
  background: #283c8d !important;
}
/* hide the checkbox so the button looks like a checkbox*/
#h1ignoreCheck {
  visibility: hidden;
}

.checked{
  background: #3ca5d6 !important;
  text-decoration: unset !important;
  outline: white 4px solid;
}


.calc-buttons #ClearButton {
  float: right;
}

.calc-button:hover {
  cursor: pointer;
}

.calc-button {
  padding: 1em;
  border-radius: 6px;
  border: 1px solid #444c56;
  background-color: #3ca5d6;
  color: #fff;
  width: 150px;
  margin: 0.5rem 0.1rem 0 0;
}

button:hover {
  background-color: #8dc541;
}
.calculator-result {
  background: silver;
}

.input-fields {
  margin-bottom: 15px;
}

.row {
  text-align: left;
  margin: 1rem 0 1rem 0;
}

label.badge-dark {
  display: inline-block;
  width: 4em;
  text-transform: capitalize;
}

.input-fields span {
  color: #222;
}

#list{
  font-size: 12px;
}

/*Toast Notifications*/
#toast {
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: #8dc541;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  max-width: 1080px;
  bottom: 30px;
  color: #fff;
}

#h6:first-child {
  text-decoration: underline;
}

#toast code {
  color: #fff;
}
#toast.fail{
  background-color: red;
}

#toast.show {
  visibility: visible;
  animation: fadein 0.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.copyButton{
  width: 3em;
  position: relative;
  left: -2em;
  height: 10px;
  font-size: 10px;
}
