.buttonAnchor {    
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    --scroll-y: 1100px;
    white-space: normal;
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    vertical-align: baseline;
    background-color: #f38b00;
    color: #fff;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border: none;
    cursor: pointer;
    line-height: 1.5625;
    font-size: 18px;
    min-width: 145px;
    padding: 10px 20px;
    border-radius: 25.5px;
    height: initial;
    stroke: #f38b00;
    transition: .2s ease-in-out;
    margin-bottom: calc(.75em * 0);
    margin-top: calc(.75em * 0);
    border: solid;
    border-color: #f38b00;
}

.buttonAnchor:hover {
  transition: .2s ease-in-out;
  color: #f38b00;
  background-color: white;
}

.c-select {
  -webkit-font-smoothing: antialiased;
--scroll-y: 100px;
box-sizing: border-box;
appearance: none;
color: #333e48;
margin: 0;
border: 0;
padding: 0;
display: inline-block;
vertical-align: middle;
white-space: normal;
line-height: 1;
font-size: 13px;
border-left: 5px solid #f0f0f0;
height: 40px;
padding-left: 15px;
width: 309px;
border-radius: 5px;
padding-right: 35px;
outline: 0;
background-color: rgb(248, 247, 248);
}

.form-group {
  display: flex;
  align-items: center;
}

.form-group label {
  margin-right: 30px; /* Adjust the spacing as needed */
}

input[type="file"] {
  display: none;
}