@import url("dataTables.bootstrap5.min.css");
@import url("bootstrap-datepicker3.min.css");
@import url("responsive.bootstrap5.min.css");
@import url("animate.min.css");
@import url("forum.css");
@import url("tabler.min.css");

.alert-primary {
    color: #FFF;
    background-color: #0553a7;
    border-color: #0553a7;
}

.alert-secondary {
    color: #FFF;
    background-color: #383d41;
    border-color: #383d41;
}

.alert-success {
    color: #FFF;
    background-color: #178d32;
    border-color: #178d32;
}

.alert-danger {
    color: #FFF;
    background-color: #bb2a37;
    border-color: #bb2a37;
}

.alert-warning {
    color: #FFF;
    background-color: #d59f04;
    border-color: #d59f04;
}

.alert-info {
    color: #FFF;
    background-color: #079ab3;
    border-color: #079ab3;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #FFF;
    background-color: #31383f;
    border-color: #31383f;
}

/* ------------------------------ */
.logo-index{
  display: block;
  width: 50%;
  margin: 0 auto;
}

.loaderp{
	text-align: center;
	display: none;
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}
.lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: #1486f4;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.accordion-header{
    border-bottom: 1px solid #ccc;
    background: #4785cb;
    color: #FFF;
}

.markdown>table thead th, .table thead th {
    color: var(--tblr-secondary);
    background: #086ccd;
    font-size: .625rem;
    font-weight: var(--tblr-font-weight-bold);
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1rem;
    color: #FFF;
    padding-top: .5rem;
    padding-bottom: .5rem;
    white-space: nowrap;
}

#notification{
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
  z-index: 1070;
}

@media (min-width: 768px) {
    .layout-boxed .page {
        border: var(--tblr-border-width) var(--tblr-border-style) #182433;
        background: var(--tblr-body-bg);
    }
}

@media (min-width: 768px) {
    .layout-boxed {
        background: #121212 linear-gradient(to right, rgb(0 0 0 / 10%), transparent) fixed;
        padding: 1rem;
        --tblr-theme-boxed-border-radius: 4px;
    }
}


#menuParginate{
    display: block;
    width: 100%;
    margin-top: 10px;
}


.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.incdownload svg{
  width: 60px;
  height: 60px;
}

.downloadbtnbig h2{
  margin: 0;
}