.m-0 {
    margin:0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.search-button {
    cursor: pointer;
}

/* Menu Search - START */
.menu-search {
    display: flex;
    align-items: stretch;
    margin-top: -10px;
    margin-bottom: -10px;
}

@media (max-width: 800px), (max-height: 700px) {
    .menu-search {
        margin-top: 30px;
        margin-bottom: initial;
    }
}

.menu-search input,
.menu-search button {
    box-sizing: border-box;
    line-height: normal;
    font-size: 100%;
    margin: 0;
}

.menu-search input[type="text"] {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding: 0.5em;
    background-color: #f7f7f7;
    color: #636363;
    border: 1px solid #e8e8e8;
    border-right: 0;
    border-radius: 0;
}

.menu-search button {
    flex: 0 0 auto;
    width: auto;
    padding: 0.5em 0.3em;
    background-color: #bebebe;
    color: #636363;
    border: 1px solid #e8e8e8;
    border-left: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menu-search input:focus {
    background-color: #fff;
}

.menu-search button:hover {
    background-color: #8a8a8a;
}

/* Remove default button inner styles (browser quirks) */
.menu-search button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* Menu Search - END */