.m-nav-icon-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m-nav-icon-link:hover span {
    border: none !important;
}

.mobile-search {
    border: 0.01px solid #222;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-search-icon {
    font-size: 22px;
    padding: 3px;
}

.mobile-search-input {
    border: none;
}

.mobile-search-button {
    margin: 4px;
    /* background: rgb(30, 132, 198); */
}

.backgroundImageColor {
    /* background-color: #3490dc7d; */
    background-color: #eee;
    border-radius: 8px;
    overflow: hidden;
}
