.dropdown-container {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}
.dropdown-header {
    padding: 10px 5px;
    border-bottom: 0 !important;
    pointer-events: none;
}
#wpforms-10416-field_101_dropdown > .dropdown-header {
    background: #244061;
    border-radius: 15px 15px 0px 0px;
    color: white;
}
div#wpforms-10416-field_101_dropdown {
    background: white;
    position: absolute;
    width: 100%;
    border: 1px solid #b8b9bc;
    box-shadow: 0 0 8px #22222200;
    border-radius: 18px;
    margin-top: 10px;
    z-index: 1000;
}
#wpforms-10416-field_101_dropdown > div {
    padding: 5px 12px;
    border-bottom: 1px solid #2d45622e;
    cursor: pointer;
}
#wpforms-10416-field_101_dropdown > div:last-child {
    border-bottom:0 !important;
}
#wpforms-10416-field_101_dropdown > div:hover {
    color: #000;
    background: #f7f7f7;
}
#wpforms-10416-field_101_dropdown > div:last-child {
    border-bottom: 0 !important;
    border-radius: 0px 0px 18px 18px;
}
#wpforms-10416-field_101_dropdown > div:nth-child(2) {
    border-top: 1px solid #b8b9bc !important;
}
button#reset-fields-button {
    color: #244061;
    background: #f5f7fb !important;
    font-size: 85%;
    border: 1px solid #222;
    padding: 5px 15px;
    border-radius: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}


/* hide fields to populate since hidden fields didnt work */
div#wpforms-10416-field_121-container {
    display: none !important;
}