.topbar{

    height:75px;

    background:white;

    box-shadow:var(--shadow);

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:0 35px;

}

.search-box{

    width:420px;

}

.search-box input{

    border-radius:30px;

}

.top-actions{

    display:flex;

    align-items:center;

    gap:25px;

}

.notification{

    font-size:24px;

    cursor:pointer;

}

.profile{

    display:flex;

    align-items:center;

    gap:10px;

}

.profile img{

    width:45px;

    height:45px;

    border-radius:50%;

}