/* Override the default Chosen styles */
    .chosen-container-single .chosen-single {
        height: 34px;
        border-radius: 4px;
        border: 1px solid #ced4da;
        background-color: #fff;
        background-image: none;
        box-shadow: none;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #495057;
    }

    .chosen-container-single .chosen-single span {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .chosen-container-single .chosen-search input[type="text"] {
        height: 34px;
        border-radius: 4px;
        border: none;
        background-color: transparent;
        box-shadow: none;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #495057;
    }

    .chosen-container-single .chosen-results {
        border-radius: 4px;
        border: 1px solid #ced4da;
        background-color: #fff;
        box-shadow: none;
        margin-top: 0;
        padding: 0;
    }

    .chosen-container-single .chosen-results li {
        margin: 0;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #495057;
        cursor: pointer;
    }
    /* Optional: customize the dropdown icon */
    .chosen-container-single .chosen-single div b {
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-left: 5px;
    }