body { background: #f8f9fa; }

.form-section { background: #fff; border-radius: 10px; padding: 20px; margin-bottom: 20px; box-shadow: 0 0 8px rgba(0,0,0,0.1); }

h4 { background: #113b66; color: #fff; padding: 10px; border-radius: 5px; }

.btn-submit { background: #1b5e20; color: #fff; font-weight: bold; width: 100%; }

.note-box { background: yellow; padding: 10px; font-weight: bold; }

/* Select dropdown arrow styling */
select,
select.form-control {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L1 4H11L6 9Z' fill='%23333'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px 12px !important;
    padding-right: 40px !important;
    cursor: pointer !important;
    border:1px solid black;
    width: 80%;
}
input[type="radio"],
input[type="checkbox"], 
input[type="text"]{
    border:1px solid black;
}
select:focus,
select.form-control:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L1 4H11L6 9Z' fill='%23006bcf'/%3E%3C/svg%3E") !important;
    outline: none !important;
}
select::-ms-expand,
select.form-control::-ms-expand {
    display: none !important;
}

/* Custom styling for select dropdowns to show arrow indicator */
select,
select.form-control {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L1 4H11L6 9Z' fill='%23333'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px 12px !important;
    padding-right: 40px !important;
    cursor: pointer !important;
}

select:focus,
select.form-control:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L1 4H11L6 9Z' fill='%23006bcf'/%3E%3C/svg%3E") !important;
    outline: none !important;
}

/* Hide default arrow in IE/Edge */
select::-ms-expand,
select.form-control::-ms-expand {
    display: none !important;
}

[class^="col"], [class*=" col-"] {
    padding: 15px;
  }
  