:host {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    .farris-header-wrapper {
        .farris-header-navbar {
            background-color: #1976d2;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 16px;
            color: #fff;
            .navbar-left {
                display: flex;
                align-items: center;
                a {
                    font-size: 16px;
                    color: #fff;
                }
                .icon {
                    cursor: pointer;
                }
                .brand {
                    font-size: 18px;
                    font-weight: bold;
                }
                .header-menu {
                    display: flex;
                    margin: 0;
                    padding: 0;
                }
            }
            .navbar-right {
                input {
                    color: #333;
                    border: none;
                    border-radius: 100px;
                    background-color: #fafafa;
                    padding: 5px 16px;
                    margin-left: 8px;
                    width: 180px;
                    max-width: 240px;
                    height: 50%;
                    -webkit-appearance: none;
                    outline: none;
                }
                input:focus {
                }
            }
        }
    }
}
