
body {
	margin: 0;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.16rem;
    height: 125px;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    gap: 10px;
    }


#select-id1 {
 padding: 12px 20px !important;
    background-image: url(/sites/omni00.d8.webpactserver.nl/themes/custom/images/select-arrow-down.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 13px top 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 1px #b2b2b2;
    color: #050505;
    border-radius: 4px;
    font-size: 17px;
    transition: 0.2s ease;
    background-color: #FFF;
    text-align: left;
    width: 74%;
} 
  
#select-id1:hover {
	  border: solid 1px #000;
	  cursor:pointer; 
} 

button#ga1 {

    border: none;
    background-color: #ff984c;
    border-radius: 3px;
    padding: 13px 19px;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0px 0px 2px #d18005;
    transition: 0.2s ease;
} 

button#ga1:hover {
	background-color: #221;
  }