.myFont{
    font-size:14px;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    }
    .select2-hidden-accessible {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important
    }
    
    .select2-container--default .select2-selection--single,
    .select2-selection .select2-selection--single {
        border: 1px solid var(--falcon-input-border-color);
        border-radius: 4px;
        padding: 6px 12px;
        height: 22px;
        font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        font-size: 14px;
        border-color: var(--falcon-input-focus-border-color);
    }

    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #d8e2ef;
        border-radius: 4px
    }

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 22px;
        user-select: none;
        -webkit-user-select: none
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 10px
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
        padding-right: 0;
        height: auto;
        margin-top: -3px
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 23px
    }

    .select2-container--default .select2-selection--single,
    .select2-selection .select2-selection--single {
        border: 1px solid #d2d6de;
        border-radius: 4px !important;
        padding: 6px 12px;
        height: 29px !important
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 3px !important;
        right: 1px;
        width: 20px
    }
    .select2-container--default.select2-container--disabled .select2-selection--single{
        background-color:#e7eaec;
        opacity: 1;
    }
    .select2-container--default .select2-search--dropdown .select2-search__field input {
        border: 1px solid #d8e2ef;
    }
    .select2-search__field{
        outline: none;
        height: 25px;
        border: 1px solid #d8e2ef;
    }
    .select2-results__option--highlighted {
        background-color: #d8e2ef !important;
        color:#000 !important;
    }

