@media (max-width: 768px) {
    .custom-flex {
        flex-direction: row !important;
        justify-content: center !important;        
    }
}
.top-tagbar {
    background-color: #31404a;
    z-index: 1004;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 30px;
    padding: 0 calc(1.5rem* 1.2) 0 calc(1.5rem* .8);
    display: flex;
    align-items: center;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/images/arrow_green.png") no-repeat left center;     
    direction: rtl; 
}
