@media (max-width: 768px) {
    body select,
    body select.form-control,
    body .form-select,
    body .datatable-selector {
        width: 100%;
        max-width: 100%;
        min-height: 44px;
        font-size: 16px !important;
        line-height: 1.4;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 38px;
        background-position: right 12px center;
        background-size: 16px 12px;
        text-overflow: ellipsis;
    }

    body select option {
        font-size: 16px;
        color: #121212;
        background-color: #ffffff;
    }

    body .select2-container {
        width: 100% !important;
        max-width: 100%;
    }

    body .select2-container--default .select2-selection--single {
        min-height: 44px;
        display: flex;
        align-items: center;
        border-radius: 8px;
    }

    body .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 100%;
        padding-left: 12px;
        padding-right: 34px;
        font-size: 16px;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 44px;
        right: 6px;
    }

    body .select2-dropdown,
    body .select2-results__option {
        font-size: 16px;
    }
}
