/* ==========================================================
   SEARCH BAR
   ========================================================== */

.search-bar {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 16px;
}


/* ==========================================================
   SEARCH INPUT
   ========================================================== */

.search-input {
    width: 260px;
}


/* ==========================================================
   SEARCH BAR ADD BUTTON
   ========================================================== */

.search-bar .btn-add {
    min-width: 34px;

    padding: 0 12px;

    text-decoration: none;

    display: inline-flex;

    align-items: center;

    justify-content: center;
}