/*
Theme Name: Reisplatform
Author: IDS internet
Author URI: https://www.idsinternet.nl
Description: Het World Wide Web is voor IDS een weg met ongekende mogelijkheden. IDS bestaat uit een team enthousiaste, ervaren en leuke mensen, die ervoor zorgen dat er professionele websites en webshops gerealiseerd worden.
Version: 01.05.25
*/

@import url('css/editor-style.css');
@import url('css/base.css');
@import url('css/standard.css');
@import url('css/responsive.css');


.frm_form_field * {
display: inline-block !important;
}
.frm_form_field .frm_primary_label {
display: none !important;
}

.frm_checkbox > label {
background-color: #ffda63;
padding: 20px 30px;
border-radius: 40px;
margin: 10px 0;
}
.with_frm_style select {
  background-color: white;
  border-radius: 40px !important;
  border: 0;
  padding: 15px 20px;
  background-image: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; 
  min-width:250px !important;
}
input[type="number"] {
min-width: 80px !important;
}

.frm_inline_box {
background-color: transparent !important;
border: 0;
box-shadow: none !important;
}
.frm_form_field {
display: inline-block !important;
}




.frm_style_formidable-stijlen.with_frm_style .form-field {display:inline-block !important;width:auto !important;clear:none !important;grid-column:auto !important;}

