@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Ubuntu+Condensed&display=swap');

* {
  font-family: 'Open Sans', sans-serif;
}

.dark-bg {
  background-color: #0d1722;
}

p, span, h1, h2, h3, h4, h5, div {
  color: #333;
}

.container {
  max-width: 1250px !important;
}

.prog-check input+label .checkbox i {
  display: none;
}

.prog-check input:checked+label .checkbox {
  background-color: #EE7F01;
  border-color: #EE7F01 !important;
}

.prog-check input:checked+label .checkbox i {
  display: block;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #EE7F01;
}

.scroll-height::-webkit-scrollbar {
  height: 2px;
}

.modal-h {
  max-height: calc(100vh - 50px);
}

.tab-content {
  display: none;
  opacity: 0;
}

.tab-content.active {
  display: block !important;
  opacity: 1;
}

.tab-btn.active {
  background-color: white;
  box-shadow: 0 0 10px #00000020;
}

.tab-modal-content {
  display: none;
  opacity: 0;
}

.tab-modal-content.active {
  display: block !important;
  opacity: 1;
}

.tab-modal-btn.active {
  background-color: white;
  box-shadow: 0 0 10px #00000020;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dark .pagination li {
  background-color: #13447A20;
}

.pagination li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: #eee;
  border-radius: 50%;
  transition: all 100ms ease-in-out;
}

.pagination li:hover {
  color: white;
  background-color: #05a902;
}

.pagination li.active {
  color: white !important;
  background-color: #05a902;
}

.pagination li.active span {
  color: white !important;
}

.pagination li.disabled {
  opacity: .5;
}

@media (max-width:990px) {
  .pagination li {
    width: 30px;
    height: 30px;
    font-size: 14px !important;
  }

  .pagination li.active span {
    font-size: 14px !important;
  }
}

#content p {
  margin-bottom: 24px !important;
}

#content span.fr-img-caption.fr-fic.fr-dib {
  position: relative;
}

#content blockquote {
  padding: 1.25rem;
  font-weight: 700;
  border-left-width: 4px;
  border-color: #ff541e;
  margin-bottom: 24px;
  background: #ff541e20;
}

#content blockquote {
  background: #ff541e10;

}

.dark #content blockquote p {
  color: #fff !important;
}

#content blockquote p {
  margin: 0 !important;
  padding: 0 !important;
}

#content h1 {
  font-size: 36px;
  color: #ff541e;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 50px;
}

#content a,
.content a {
  color: #ff541e !important;
}

#content h2 {
  font-size: 28px;
  color: #ff541e;
  font-weight: bold;
  margin-bottom: 24px;
}

#content h3 {
  font-size: 24px;
  color: #ff541e;
  font-weight: bold;
  margin-bottom: 24px;
}

#content h4 {
  font-size: 18px;
  margin-bottom: 24px;
}

#content span.fr-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  background: #00000080;
  color: white;
  font-size: 14px;
  font-style: italic;
}

.dark p,
.dark span,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark ul,
.dark li {
  color: white !important;
}

.content p,
.content span,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content ul,
.content li {
  margin-bottom: 12px;
}

.content h1 {
  font-weight: bold;
  font-size: 36px;
}

.content h2 {
  font-weight: bold;
  font-size: 28px;
}

.content h3 {
  font-size: 24px;
}

.content h4 {
  font-size: 20px;
}

.content h5 {
  font-size: 18px;
}

.content h6 {
  font-size: 16px;
}

.content ul {
  list-style: disc;
  padding-left: 20px;
}