﻿.supplier-filter-header {
    position: relative;
    z-index: 1; /* Ensure this is stacked below the popped-up content */
}

/* Style for the collapsible container */
.supplier-filter-container {
    position: absolute;
    z-index: 2; /* Ensure this is stacked above other content */
    /*width: 100%;*/ /* Adjust as necessary */
    /* Adjust these as needed to position the container */
    /*top: 100%;*/ /* Directly below the toggle element */
    /*left: 0;*/
    background-color: #fff;
    width: 400px;
    height: auto;
    /*overflow-y: scroll;*/
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}

.selectr-selected-item {
    background: #E9ECEF; /*#EF8300;*/
    border-radius: 20px;
    /*color: #000;*/
    cursor: default;
    float: left;
    line-height: 1.75em;
    margin: 2px;
    padding: 2px 5px;
}

    .selectr-selected-item a {
        float: left;
        /*color: #000;*/
        padding: 0 5px;
    }

        .selectr-selected-item a,
        .selectr-selected-item a:visited,
        .selectr-selected-item a:focus,
        .selectr-selected-item a:active {
            text-decoration: none;
            color: #3594c6;
            outline: none;
        }

            .selectr-selected-item a > i.uil-times-circle {
                font-size: 1.25rem;
                /* color: #EF8300; */
                cursor: pointer;
                margin-right: 3px;
                margin-left: -3px;
            }

input.selectr-searchbox {
    border-radius: 5px;
    background-color: #f2f2f2;
}

input.form-control.tt-input:focus {
    box-shadow: none;
}

.status-filter-container {
    position: absolute;
    z-index: 2; /* Ensure this is stacked above other content */
    /*width: 100%;*/ /* Adjust as necessary */
    /* Adjust these as needed to position the container */
    /*top: 100%;*/ /* Directly below the toggle element */
    /*left: 0;*/
    background-color: #fff;
    width: 400px;
    height: auto;
    /*overflow-y: scroll;*/
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}
