@font-face {
  font-family: "Baikal VAR";
  src: url("../fonts/BaikalVAR.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

html {
  font-family: "Baikal VAR", "Baikal", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Baikal VAR", "Baikal", Arial, sans-serif;
  background-color: #ffffff;
  color: #212121;
  margin-top: 0 !important;
}

* {
  font-family: "Baikal VAR", "Baikal", Arial, sans-serif;
}

a {
  color: #0065ad;
}

a:hover,
a:focus {
  color: #01518d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-4,
.card-title,
.lead,
.btn,
.badge,
.pagination,
.page-link,
.modal-title {
  font-family: "Baikal VAR", "Baikal", Arial, sans-serif !important;
  font-weight: 500;
}

.container {
  max-width: 75.625rem;
}

.container,
#start.container,
#vote-o-mat.container,
#result.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#start,
#vote-o-mat,
#result {
  margin: 0 !important;
}

.jumbotron {
  background-color: #f2f2f2;
  border-radius: 0;
  padding: 2rem 1.5rem;
  margin-bottom: 0;
}

.card {
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 1rem;
}

.card-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0 !important;
}

.card-body {
  padding: 1.25rem;
}

#thesis-card {
  background-color: #f5f5f5;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0;
}

#thesis-text {
  font-size: 1.25rem;
  line-height: 1.45;
  color: #212121;
  font-weight: 400;
}

#thesis-number {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #545454;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

#thesis-more {
  font-size: 1rem;
  line-height: 1.6;
  color: #545454;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.45;
  color: #545454;
  font-weight: 400;
}

.display-4 {
  font-size: 2.75rem;
  line-height: 1.15;
  font-weight: 455;
  color: #212121;
}

.btn,
.btn-block,
.btn-select {
  border-radius: 2px;
  box-shadow: none !important;
  font-family: "Baikal VAR", "Baikal", Arial, sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.2px;
  border-width: 1px;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.focus {
  box-shadow: none !important;
  outline: none;
}

#btn-yes,
#btn-neutral,
#btn-no,
#btn-skip,
#btn-important {
  min-height: 3rem;
  padding: 0.6rem 1rem;
  line-height: 1.35;
}

#btn-yes {
  background-color: #6fa578 !important;
  border-color: #6fa578 !important;
  color: #fff !important;
}

#btn-yes:hover,
#btn-yes:focus,
#btn-yes:active {
  background-color: #5d9366 !important;
  border-color: #5d9366 !important;
  color: #fff !important;
}

#btn-neutral {
  background-color: #edad08 !important;
  border-color: #edad08 !important;
  color: #fff !important;
}

#btn-neutral:hover,
#btn-neutral:focus,
#btn-neutral:active {
  background-color: #d39e00 !important;
  border-color: #d39e00 !important;
  color: #fff !important;
}

#btn-no {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}

#btn-no:hover,
#btn-no:focus,
#btn-no:active {
  background-color: #bd2130 !important;
  border-color: #bd2130 !important;
  color: #fff !important;
}

#btn-skip {
  background-color: #f2f2f2 !important;
  border-color: #b9b9b9 !important;
  color: #545454 !important;
}

#btn-skip:hover,
#btn-skip:focus,
#btn-skip:active {
  background-color: #e3e3e3 !important;
  border-color: #969696 !important;
  color: #212121 !important;
}

#btn-important.btn-light {
  background-color: #ffffff !important;
  border-color: #0065ad !important;
  color: #0065ad !important;
}

#btn-important.btn-light:hover,
#btn-important.btn-light:focus,
#btn-important.btn-light:active {
  background-color: #ffffff !important;
  border-color: #01518d !important;
  color: #01518d !important;
}

#btn-important.btn-info {
  background-color: #0065ad !important;
  border-color: #0065ad !important;
  color: #ffffff !important;
}

#btn-important.btn-info:hover,
#btn-important.btn-info:focus,
#btn-important.btn-info:active {
  background-color: #01518d !important;
  border-color: #01518d !important;
  color: #ffffff !important;
}

.btn-primary,
.btn-info {
  background-color: #0065ad;
  border-color: #0065ad;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-info:hover,
.btn-info:focus {
  background-color: #01518d;
  border-color: #01518d;
  color: #fff;
}

.btn-light {
  background-color: transparent;
  border-color: #0065ad;
  color: #0065ad;
}

.btn-light:hover,
.btn-light:focus {
  background-color: transparent;
  border-color: #01518d;
  color: #01518d;
}

.progress {
  height: 0.25rem !important;
  background-color: #e3e3e3;
  border-radius: 0;
}

.progress-bar {
  color: #fff;
  font-weight: 400;
  text-align: left;
  padding-left: 0.35rem;
}

.pagination .page-link {
  color: #0065ad;
  border: 1px solid #0065ad;
  background-color: #fff;
  border-radius: 0 !important;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  color: #01518d;
  border-color: #01518d;
  background-color: #f7f7f7;
}

.pagination .page-item.active .page-link {
  background-color: #0065ad;
  border-color: #0065ad;
  color: #fff;
}

.modal-content {
  border-radius: 0;
  border: 0;
}

.modal-header {
  border-bottom: 1px solid #e3e3e3;
}

.modal-footer {
  border-top: 1px solid #e3e3e3;
}

hr {
  border: 0;
  border-top: 1px solid #e3e3e3;
}

.text-muted {
  color: #545454 !important;
  display: block !important;
}

.badge {
  border-radius: 2px;
  padding: 0.35em 0.75em;
  font-size: 0.8rem;
  font-weight: 500;
}

.badge-info,
.badge-primary {
  background-color: #0065ad;
  color: #fff;
}

.badge-secondary {
  background-color: #28333b;
  color: #fff;
}

.badge-warning {
  background-color: #dc9d00;
  color: #fff;
}

#result-summary .progress {
  height: 1.6rem !important;
  background-color: #e3e3e3;
  border-radius: 0;
}

#result-summary .main-progress-bar,
#result-summary .remaining-progress-bar {
  font-size: 0.72rem;
  line-height: 1.6rem;
  padding-left: 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
}

#result-summary .main-progress-bar {
  background-color: #0065ad;
  color: #ffffff;
}

#result-summary .remaining-progress-bar {
  background-color: transparent !important;
  color: #212121 !important;
}

#result-detail .progress {
  background-color: #e3e3e3;
}

#result-detail .main-progress-bar {
  background-color: #0065ad;
  color: #ffffff;
  text-align: left;
  padding-left: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.85rem;
  line-height: 1.2;
}

#result-detail .remaining-progress-bar {
  background-color: transparent !important;
  color: #212121 !important;
  text-align: left;
  padding-left: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.85rem;
  line-height: 1.2;
}

#btn-results-show-start,
#btn-vote-o-mat-show-start {
  margin-right: 0.4rem;
}

#result p.text-center small {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #vote-o-mat .text-left.col-6 {
    display: flex;
    flex-direction: column;
  }

  #btn-vote-o-mat-show-start,
  #btn-vote-o-mat-show-qa {
    width: 100%;
    text-align: center;
  }

  #btn-vote-o-mat-show-start {
    margin-bottom: 0.4rem;
  }
}

#vote-o-mat > .row:first-child .col-auto {
  padding-top: 0.35rem;
}

#vote-o-mat > .row:first-child .col-auto img {
  margin-top: 0 !important;
}

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  #start .row,
  #vote-o-mat .row,
  #result .row {
    margin-left: 0;
    margin-right: 0;
  }
}

#pagination {
  row-gap: 0.25rem;
}