@import url('./root.css');

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    width: 100% !important;
    height: 3rem !important;
    border: 0.0625rem solid var(--neutro-30) !important;
    border-radius: 0.5rem !important;
    display: flex !important;
    align-items: center;
}

.select2-container--default .select2-selection--multiple {
    width: 100% !important;
    min-height: 3rem !important;
    border: 0.0625rem solid var(--neutro-30) !important;
    border-radius: 0.5rem !important;
    display: flex !important;
    align-items: center;
    padding: 4px !important;
}

.select2 .select2-container .select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 1.5rem !important;
    height: 100% !important;
    margin-right: 0.75rem;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: "\f078";
        font: normal normal normal 14px/1 FontAwesome;
        color: var(--blue);
    }

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    width: 1.5rem !important;
    height: 100% !important;
    margin-right: 0.75rem;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
        display: none;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__arrow:before {
        content: "\f078";
        font: normal normal normal 14px/1 FontAwesome;
        color: var(--blue);
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 0.0625rem solid var(--blue);
    border-radius: 0.5rem;
    margin-left: 0.75rem;
    color: var(--blue) !important;
    font-weight: var(--filter-font-weight) !important;
    font-size: var(--filter-font-size) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
    margin-left: 0.75rem;
    color: var(--blue) !important;
    font-weight: var(--filter-font-weight) !important;
    font-size: var(--filter-font-size) !important;
}

.select2-selection__choice{
    margin-top: 0px !important;
    margin-left: 0.75rem;
    margin-bottom: 6px !important;
    padding: 5px !important;
    background-color: transparent !important;
    border: 0.0625rem solid var(--blue) !important;
    color: var(--blue);
    font-weight: var(--filter-font-weight) !important;
    border-radius: 0.5rem !important;
    font-size: var(--filter-font-size) !important;
}

.select2-selection__choice__remove{
    padding: 5px!important;
    border: none!important;
    border-radius: 0!important;
    color: var(--blue) !important;
}

.select2-selection__choice__remove:hover{
    background-color: transparent!important;
    color: gray !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: -6px;
}

@media screen and (width < 800px) {
    .select2-container {
        z-index: 9998;
        width: 390px !important;
    }

    .select2-container--default .select2-results {
        font-size: 1.1rem;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
        font-size: 1.1rem !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1.1rem !important;
    }

    button.select2-selection__choice__remove > span {
        font-size: 1rem !important;
    }
}

@media screen and (width <= 768px) {
    .select2-container {
        width: 727px !important;
    }
}

@media screen and (width <= 430px) {
    .select2-container {
        width: 389px !important;
    }
}

@media screen and (width <= 415px) {
    .select2-container {
        width: 372px !important;
    }
}

@media screen and (width <= 390px) {
    .select2-container {
        width: 348px !important;
    }
}

@media screen and (width <= 375px) {

    .select2-container {
        width: 333px !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
        font-size: 0.9rem !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 0.9rem !important;
    }

    button.select2-selection__choice__remove > span {
        font-size: 0.8rem !important;
    }
    
}

@media screen and (width <= 360px) {
    .select2-container {
        width: 318px !important;
    }

}

@media screen and (width <= 344px) {
    .select2-container {
        width: 302px !important;
    }
}
