.mada-header{
    margin: 0px -16px;
}
.mada-header-dark{
    background-color: #2e2d2d;
    padding: 6px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.dark-header-a{
    padding: 0.20em 10px;
    transition: border-color 0.3s;
    font-size: 17px;
    font-weight: 400;
    color: #c4c1be;
}
.dark-header-a:hover{
    color: #c4c1be;
    border-bottom: solid;
    border-width: 2px;
    text-decoration: none;
}

.search-field{
    background: #eee;
    color: #444 !important;
    padding: 0.4rem !important;
    border-radius: 4px !important;
    height: 41px;
    font-weight: 600;
    font-size: 15px;
    max-width: 155px;

}
.search-form{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.search-submit{
    background-color: transparent;
    color: #111111;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    position: absolute;
}
