@media (min-width: 0px) {
    .select2-container {
        z-index: 2 !important;
    }

    .select2-selection__arrow, .select2-selection__clear{
        display: none;
    }

    .select2-selection {
        background-color: transparent !important;
        outline: none !important;
        appearance: none !important;
        z-index: 2 !important;
        cursor: pointer !important;

        border: none !important;
        border-radius: 0 !important;
        height: auto !important;
    }

    .select2-selection__rendered {
        font-family: 'Montserrat', sans-serif !important;

        padding: 0 !important;
        line-height: 120% !important;
        z-index: 2;
    }

    .select2-dropdown {
        border: 0.14vh solid var(--light-gray) !important;
        border-radius: 0.85vh !important;
        box-shadow: 0 0.56vh 0.56vh var(--black40);
    }

    .select2-results__options {
        font-size: 1.98vh;
        color: var(--black);
        font-weight: 500;
    }

    .select2-results__option {
        padding: 0.85vh !important;
    }

    .select2-results__option--highlighted {
        color: var(--black) !important;
        background-color: var(--light-lilac) !important;
    }

    .select2-search__field {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 1.98vh;
        padding: 0.56vh !important;

        border: 0.14vh solid #aaa !important;
        outline: none;
    }

    .select2-search--dropdown {
        display: flex !important;
        padding: 0.56vh !important;
    }

    .search-field {    
        .select2-selection {
            padding: 1.13vh 2.08vw 1.13vh 0.14vw !important;
            border-bottom: 0.21vh solid var(--gray) !important;
        }
        
        .select2-selection__placeholder {
            color: var(--gray) !important;
            font-style: italic;
        }

        .select2-selection__rendered {
            font-size: 2.12vh !important;
            font-style: normal !important;
            color: var(--black) !important;
            font-weight: 500 !important;
        }
    }

    .search-container .select2-container, .search-container .select2-selection {
        width: 19.86vw !important;
    }

    .search-container-load .select2-container, .search-container-load .select2-selection {
        width: 9.58vw !important;
    }

    /* -------------------------- */
    /* Form Last Call */
    .form {
        .select2-selection {
            width: 205px; /* width: 14.24vw; */
        
            padding: 1px 10px 8px 5px !important; /* padding: 0.14vh 2.78vw 1.13vh 0.35vw !important; */
            border-bottom: 2px solid var(--light-gray) !important; /* border-bottom: 0.21vh solid var(--light-gray) !important; */
            min-height: 0 !important;
            line-height: 120%;
        }

        .select2-selection--multiple {
            display: flex !important;
        }
        
        .select2-selection__placeholder {
            color: var(--light-gray) !important;
            font-weight: 400 !important;
            font-style: italic !important;
        }

        .select2-selection__rendered {
            font-size: 16px !important; /* font-size: 2.26vh !important; */
            font-style: normal !important;
            color: var(--white) !important;
            font-weight: 400 !important;

            display: flex !important;
            flex-direction: column;
            gap: 15px; /* gap: 2.12vh; */
            position: absolute;
            margin-top: 50px; /* margin-top: 7.06vh; */
            width: 313px; /* width: 21.74vw; */
            margin-left: -115px; /* margin-left: -7.99vw; */
        }

        .select2-search {
            font-size: 16px !important; /* font-size: 2.26vh !important; */
            display: flex !important;
        }

        .select2-search__field {
            color: var(--white) !important;
            margin: 0 !important;
            height: 18px !important; /* height: 2.6vh !important; */
            border: none !important;
            padding: 0 !important;
        }

        .select2-selection__choice {
            background-color: var(--orange) !important;
            border: none !important;
            border-radius: 100px !important; /* border-radius: 14.12vh !important; */
            padding: 6px 30px 6px 14px !important; /* padding: 0.85vh 2.08vw 0.85vh 0.97vw !important; */

            margin: 0 !important;

            .select2-selection__choice__remove {
                border: none !important;
                color: var(--white) !important;
                position: static !important;
                border-top-left-radius: 0 !important;
                border-bottom-left-radius: 0 !important;
                padding: 0 4px !important; /* padding: 0 0.28vw !important; */
            }

            .select2-selection__choice__remove:hover {
                color: var(--white) !important;
                background-color: transparent !important;
            }

            .select2-selection__choice__display {
                margin-left: 5px; /* margin-left: 0.35vw; */
                font-size: 14px !important; /* font-size: 1.98vh !important; */
                font-weight: 600 !important;
                padding: 0 !important;
            }
        }

        /* .phone-input .select2-container {
            width: 4.51vw !important;
        }

        .phone-input .select2-selection {
            width: 4.51vw !important;
            padding: 0.14vh 0.35vw 1.13vh 0.35vw !important;
        }

        .phone-input .select2-selection__arrow {
            display: block;
            top: -0.42vh !important;
        }

        .phone-input input {
            width: 17.22vw !important;
            padding: 0.14vh 2.78vw 1.13vh 0.07vw !important;
        } */
    }
}

@media (max-width: 768px) {
    .search-field {    
        .select2-selection {
            padding: 0 !important;
            border-bottom: none !important;
        }

        .select2-selection__rendered {
            font-size: 16px !important;
        }
    }

    .search-container .select2-container, .search-container .select2-selection {
        width: 100px !important;
    }

    .search-container-load .select2-container, .search-container-load .select2-selection {
        width: 100px !important;
    }

    .form {
        .select2-selection {
            width: 215px;
        }

        .select2-selection__rendered {
            max-width: 320px;
            width: 320px;

            .select2-selection__choice {
                width: fit-content;
            }
        }
    }
}

@media (max-width: 560px) {
    .form {
        .select2-selection {
            width: 45vw;
        }

        .select2-selection__rendered {
            width: 290px;

            .select2-selection__choice {
                width: fit-content;
            }
        }
    }
}