/* _content/CaspiTech.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-u41wi95i78] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-u41wi95i78] {
  color: #0077cc;
}

.btn-primary[b-u41wi95i78] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-u41wi95i78], .nav-pills .show > .nav-link[b-u41wi95i78] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-u41wi95i78] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-u41wi95i78] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-u41wi95i78] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-u41wi95i78] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-u41wi95i78] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.carousel-control-prev[b-u41wi95i78],
  .carousel-control-next[b-u41wi95i78] {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2); /* Makes them more visible */
}

.carousel-control-prev-icon[b-u41wi95i78],
.carousel-control-next-icon[b-u41wi95i78] {
  background-color: rgba(0,0,0,0.6);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-size: 50% 50%;
  margin: auto;
}

  /* Force carousel controls to show */
.carousel-control-prev[b-u41wi95i78],
.carousel-control-next[b-u41wi95i78] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 5%;
    opacity: 1 !important;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2); /* optional: makes buttons visible on light backgrounds */
}

.carousel-control-prev-icon[b-u41wi95i78],
.carousel-control-next-icon[b-u41wi95i78] {
    background-size: 100% 100%;
    filter: invert(1); /* make icons visible on light background */
}
.lang-button[b-u41wi95i78] {
  background-color: transparent;
  color: white;
  border: none;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 8px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .lang-button[b-u41wi95i78] {
      font-size: 13px;
      padding: 2px 6px;
  }
}

