/* _content/ERCDENT/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. */




.nav-item[b-xfijo4bo2j] {
    position: relative;
    text-decoration: none; /* Varsayılan alt çizgiyi kaldır */
    color: #333; /* Yazı rengini koyu gri yapın */
    font-weight: 500; /* Yazı kalınlığını ayarlayın */
    padding: 10px 15px; /* Yeterli alan oluşturun */
    transition: color 0.3s ease; /* Renk geçiş efekti */
}

    .nav-item:hover[b-xfijo4bo2j] {
        color: gold; /* Üzerine gelindiğinde yazı rengi altın sarısı olsun */
    }

    .nav-item.active[b-xfijo4bo2j] {
        color: gold; /* Seçili olan yazının rengi altın sarısı */
        font-weight: bold; /* Seçili yazıyı kalın yap */
    }

    /* Alt çizgi animasyonu */
    .nav-item[b-xfijo4bo2j]::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px; /* Çizginin kalınlığını ayarlayın */
        background-color: gold; /* Çizginin rengini altın sarısı yapın */
        position: absolute;
        left: 0;
        bottom: -5px; /* Çizgiyi linkin altına yerleştirin */
        transform: scaleX(0); /* Çizgiyi başlangıçta gizle */
        transition: transform 0.3s ease; /* Animasyon için geçiş efekti */
    }

    .nav-item:hover[b-xfijo4bo2j]::after {
        transform: scaleX(1); /* Üzerine gelindiğinde çizgiyi göster */
    }

    /* Seçili bağlantının alt çizgisi */
    .nav-item.active[b-xfijo4bo2j]::after {
        transform: scaleX(1); /* Seçili olduğunda çizgiyi göster */
    }
    .nav-item.active .nav-link[b-xfijo4bo2j] {
        color: gold; /* Seçili bağlantının rengi */
        font-weight: bold; /* Kalın yazı */
    }

    .nav-item.active[b-xfijo4bo2j]::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px; /* Çizginin kalınlığı */
        background-color: gold; /* Çizginin rengi */
        position: absolute;
        left: 0;
        bottom: -5px; /* Çizgiyi linkin altına yerleştir */
        transform: scaleX(1); /* Çizgiyi görünür yap */
    }



.border-top[b-xfijo4bo2j] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-xfijo4bo2j] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-xfijo4bo2j] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-xfijo4bo2j] {
    font-size: 1rem;
    line-height: inherit;
}
.container-fluid[b-xfijo4bo2j] {
    flex: 1; /* Ana içeriği esneterek footer ile iç içe girmesini engeller */
}
.footer[b-xfijo4bo2j] {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
