/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-fxxbzvwfde] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-fxxbzvwfde] {
  color: #0077cc;
}

.btn-primary[b-fxxbzvwfde] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-fxxbzvwfde], .nav-pills .show > .nav-link[b-fxxbzvwfde] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-fxxbzvwfde] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-fxxbzvwfde] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-fxxbzvwfde] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-fxxbzvwfde] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-fxxbzvwfde] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Sidebar menü öğelerinde ok simgesi alta kaymasın */
#sidebar-menu ul li a span[b-fxxbzvwfde] {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sidebar-menu ul li a span .menu-arrow[b-fxxbzvwfde] {
  flex-shrink: 0;
  margin-left: 4px;
}

.navbar-brand-box[b-fxxbzvwfde] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
  padding: 0 !important;
}

.navbar-brand-box .logo[b-fxxbzvwfde] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
}

.navbar-brand-box .logo i[b-fxxbzvwfde] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.navbar-brand-box .logo img[b-fxxbzvwfde],
.navbar-brand-box .logo .logo-light img[b-fxxbzvwfde],
.navbar-brand-box .logo .logo-sm img[b-fxxbzvwfde] {
  /*max-height: 38px !important;*/
  width: auto !important;
  display: block !important;
  object-fit: contain !important;
}

/* Mobil görünümde küçük logonun sola yapışmasını önlemek için boşluk ekle */
@media (max-width: 991px) {
  .navbar-brand-box[b-fxxbzvwfde] {
    padding-left: 1.5rem !important;
    padding-right: 0.5rem !important;
  }
  .logo span.logo-sm[b-fxxbzvwfde] {
    display: inline-block;
    margin-left: 0.5rem;
  }
  .navbar-brand-box .logo img[b-fxxbzvwfde],
  .navbar-brand-box .logo .logo-sm img[b-fxxbzvwfde] {
    max-height: 34px !important;
  }
}
