.custom-dropdown {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none; /* Initially hidden */
}

.custom-dropdown-item {
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.custom-dropdown-item:hover {
    background: #007bff;
    color: white;
}

#bf-form-msg-wrp-bitforms_1_81_1 {
  display: none !important;
}

.bf-form-msg.active.success.scroll {
  display: none !important;
}
