﻿@font-face {
    font-family: 'GIP';
    src: url('/fonts/GIP/GIP-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

﻿
.navbar {
    background: #ffffff;
    font-family: GIP !important;
    font-size: 16px !important;
}

.navbar-custom {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    padding-top: 20.5px;
    padding-bottom: 18.5px; 
    text-align: start;
}

    .navbar-custom > .container {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

.navAguulah {
    background: #E8EFF6;
    border-radius: 8px;
    /*    padding: 4px 4px;*/
    /*    gap: 12px;*/
}

.nav-towch {
    color: #175AA7;
    padding: 8px 60px;
    border-radius: 8px;
    margin: 4px;
    transition: background 0.25s, color 0.25s;
    text-decoration: none;
    background: none;
    font-weight: 500;
    line-height: 24px !important;
    font-family: GIP !important;
    font-size: 16px !important;
    letter-spacing: 0;
}

    .nav-towch.active {
        background: #175AA7;
        color: #fff !important;
        /* Жаахан "shadow" нэмбэл илүү мэдрэмжтэй болно */
        box-shadow: 0 2px 12px rgba(23,90,167,0.1);
        transition: background 0.25s, color 0.25s;
    }

    .nav-towch:hover {
        color: #1793d1;
    }
/* hover-ийг бүр хассан тул hover-д ямар ч өөрчлөлт орохгүй */
