﻿/* @START : SELECT2 OVERRIDE */
@media (min-width:0px) {

    .select2-selection__clear {
        padding: initial !important;
        padding-left: 3px !important;
    }

    div[class*="select-multiple"] .select2-results__option[aria-selected=true] {
        display: none;
    }

    .select2-container--bootstrap4 .select2-selection {
        /*border: none !important;*/
        /*1px solid #ced4da*/
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
    }

    .select2-selection__rendered {
        font-size: 1rem;
    }
}
/* @END : SELECT2 OVERRIDE */

/* @START : SELECT2 OVERRIDE */
@media (min-width:0px) {

    select2-results__option {
        display: flex;
    }

    .select2-selection__clear {
        /*padding: initial !important;
        padding-left: 3px !important;*/
    }

    div[class*="select-multiple"] .select2-results__option[aria-selected=true] {
        display: none;
    }

    .select2-container--bootstrap4 .select2-selection {
        /*border: none !important;*/
        /*1px solid #ced4da*/
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
    }

    .select2-container--bootstrap4 .select2-selection--single {
        height: calc(1.75rem + 8px) !important;
    }

    .select2-container--bootstrap4.select2-container--focus .select2-selection {
        border-color: #80bdff;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
        box-shadow: 0 0 0.2rem 0 rgba(0,123,255,.25);
    }

    .select2-container--bootstrap4 .select2-results__group {
        font-weight: 600;
        color: #000;
        font-size: smaller;
    }

    .select2-selection__choice {
        display: flex;
        flex-direction: row;
    }
}
/* @END : SELECT2 OVERRIDE */

.select2-selection__choice__remove {
    height: 100%;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0%;
    height: 100%;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check,
.e-checkbox-wrapper:hover .e-frame.e-check, .e-css.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: var(--vetorama-blue);
}

.e-headercontent {
    border-right-width: 0px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: inherit;
}

.select2-item-container {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    white-space: pre-wrap;
}

    .select2-item-container > * {
        margin: 0px 4px;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px;
}

.select2-results__options .select2-results__option {
    padding: 10px 4px;
    margin: 0px;
}

.select2-selection__choice__display > * {
    padding: 4px 0px;
    margin: 0px;
}

.select2-selection--single {
    padding: 8px 0px;
    margin: 0px;
}

.select2-results__options .select2-results__message {
    padding: 8px;
}
