html {
  font-size: 14px;
}

@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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.navbar .nav-link.active {
    color: #5fa0dd !important;
    font-weight: 700;
}
.form-select {
    font-size: 0.8rem !important;
    background-color: #ebebeb !important;
}
.resimno{
    font-size:14px;
    font-weight:700;
}
.modeldate{
    font-size:12px;
    color:#777777;
}
.navbar-light .navbar-toggler {
    color: rgba(254,254,254,0) !important;
    border-color: rgba(255,255,255,0) !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255,255,255) !important;
}
.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after {
    padding: .2rem !important;
    top: 0.5rem !important;
    font-size: 12px;
}
.beer-slider[data-beer-label]:after {
    right: 0.5rem !important;
}
.beer-reveal[data-beer-label]:after {
    left: 0.5rem !important;
}
@media (max-width: 991px) {
    .navbar-collapse {
        border-top: solid 1px #ffffff;
        padding-top: 10px;
        margin-top: 10px;
    }
}

/* Navbar active link underline */
.navbar-nav .nav-link {
    position: relative;
    color: #ffffff;
}

    .navbar-nav .nav-link.active {
        font-weight: 600;
    }

        /* Alt çizgi */
        .navbar-nav .nav-link.active::after {
            content: "";
            position: absolute;
            left: 5%;
            bottom: 2px;
            width: 90%;
            height: 1px;
            background-color: #ffffff;
            border-radius: 2px;
        }

@media (max-width: 991px) {
    .navbar-nav .nav-link.active::after {
        width: 20px;
        left: 10px;
        transform: translateX(-50%);
    }
}