.navbar{
    min-height: 75px;
}

.custom-select{
    background-color: rgb(255, 255, 255);
    background-position-x: right 0.75rem;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 5L0 1h4z'/%3e%3c/svg%3e");
    background-size: 8px 10px;
    background-origin: padding-box;
    background-clip: border-box;
	-moz-appearance: none; 
	-webkit-appearance: none; 
}