﻿#layout-navbar {
    background: linear-gradient(145deg, #e6f0fa, #cfddee);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.3s ease;
    z-index: 1030;
}

    #layout-navbar .nav-link {
        color: #333;
        font-weight: 500;
        transition: all 0.2s ease-in-out;
    }

        #layout-navbar .nav-link:hover {
            color: #0d6efd;
        }

    #layout-navbar .layout-menu-toggle i {
        color: #333;
    }

#globalSearchForm {
    background: #fff;
    border-radius: 8px;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

    #globalSearchForm input.form-control {
        background: transparent;
        border: none;
        outline: none;
        width: 100%;
    }
