/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 22 2024 | 14:27:24 */
#gform_submit_button_3 {
    float: right !important;
    background-color: #ce0e2d !important;
    left: calc(8px* -1) !important;
    width: auto !important;
    font-size: 15px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    padding: 5px 40px !important;
    min-height: 40px !important;
    min-width: calc(8px* 25) !important;
    max-width: calc(8px* 50) !important;
    position: relative !important;
    /**display: inline-flex !important;*/
    justify-content: center !important;
    align-items: center !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
    color: #fff !important;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    border-radius: 100px !important;
    border: 3px solid transparent !important;
    box-shadow: inset 0 0 0 0 transparent !important;
    outline: none !important;
    float: right !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

      
.uk-select:not([multiple]):not([size]) {

    background-image: none;

}


.uk-input, .uk-select, .uk-textarea {

    background: none;
		padding-left: 0px !important;


}



/* Select elemanı için temel stil */
.gform_wrapper.gravity-theme .gfield select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px; /* Ok simgesi için yer açma */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><path fill='%23fff' d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
  background-size: 16px;
  background-color: #232f58;
  color: #fff;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  border-radius: 100px !important;
  width: auto !important;
  text-align: center !important;
	padding-right:31px !important;
	padding-left:20px !important;
}

