.modal-dialog {
  margin-top: 3rem;
}
.modal-header {
  padding: 1rem 2rem;
}
.modal-body {
  padding: 2rem 2rem 0 2rem;
}

.fade.show {
  background: rgba(0, 0, 0, 0.6);
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #111;
  border-radius: 50%;
  background-size: 70%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  height: 3rem;
  width: 3rem;
  font-size: 2rem !important;
  border-radius: 50%;
  border: 1px solid #ccc !important;
  color: #999 !important;
  line-height: 1 !important;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  margin-right: -5rem;
  margin-top: -15rem;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  margin-left: -5rem;
  margin-top: -15rem;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #f6f6f6 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #024fa1 !important;
}

.owl-carousel .owl-dots.disabled {
  display: block !important;
  margin-top: 0 !important;
}

.chart {
  position: relative;
  display: block;
  width: 100%;
}
.chart.has-minimum-width {
  min-width: 37.5rem;
}
.has-fixed-height {
  height: 350px;
}
#pie_basic {
  width: 100%;
  height: 350px !important;
}

.navik-header {
  background: #024fa1;
}

.navik-menu {
  float: left;
}

.navik-menu ul li > a {
  color: #fff;
  text-transform: uppercase;
}

.navik-menu ul li.current-menu > a {
  color: #f5f2ba;
  border-bottom: 3px solid #f5f2ba;
}

.navik-menu ul li:hover > a {
  color: #f5f2ba;
  border-bottom: none;
}

.navik-menu ul li.dropdown_menu > a > span::before {
  border-color: #fff;
}

.navik-menu ul ul li.dropdown_menu > a > span::before {
  border-color: #333;
}

.dropdown-plus::before,
.dropdown-plus::after {
  background-color: #fff;
}

.hvr-sweep-to-right:before {
  background: #02a10e !important;
  border-radius: 0.25rem !important;
}

.page-item.active .page-link {
  background-color: #024fa1;
  border-color: #024fa1;
}

.page-link {
  color: #024fa1;
}

@media (max-width: 1280px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 5rem !important;
  }
  .donar-block .owl-carousel .owl-nav.disabled {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .burger-menu {
    top: -47px;
    right: 0;
  }
  .navik-menu {
    float: none;
  }

  .navik-menu ul ul li > a:hover {
    color: #111 !important;
  }
}
@media (max-width: 991px) {
}

@media (max-width: 575px) {
  #pie_basic {
    height: 300px !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 20% !important;
  }
  #bars_basic {
    margin-bottom: 2rem !important;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: none;
  }

  header .header-topbar .top-menu ul li {
    margin-right: 1rem !important;
  }
  header .header-topbar .top-menu ul li a {
    font-size: 0.75rem !important;
    font-weight: 400 !important;
  }
}

/* accordina */
.accordion-header {
  background: #f0f0f0;
}
.accordion-button {
  font-size: 1.1rem;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #1d2f7c;
}

.accordion-body {
  background: #fff;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bg-primary {
  background: #024fa1 !important;
  font-weight: normal;
  font-size: 0.75rem;
}
