/*@import url('_navbar.css');*/

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.logo-albayrak {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 940px;
}

:root {
    --bs-nav-tabs-link-active-bg: #258cfb !important; /* Yeni rengi buraya yazın */
}

fw-b{

}

.bg-albayrak {
    opacity: 1;
    background-color: rgb(231, 23, 23) !important;
}