@media only screen and (min-width: 1000px) {
    .event-filter .tootoot-filter-row {
        display: flex;
        width: 100%;
    }

    .event-filter .tootoot-filter-row > div {
        flex-grow: 1;
    }

    .event-filter .tootoot-filter-row .bkis-select-filter {
        width: 25%;
    }

    .tootoot-filter-row {
        margin-bottom: 20px;
    }

    #tootoot-fulltext-search {
        width: 60%;
        position: relative;
        float: left;
        margin-right:2%;
    }
}

/*Highlighted option of select2 color style*/

.select2-results__option--highlighted {
    /* background-color: #ff4b261c; */
    color: #FF4B27;
}

.select2-container-custom .select2-search__field {
    width: 100%;
}
  

.select2-dropdown--custom .select2-search__field {
  width: 100%;
  box-sizing: border-box;
  padding: 6px;
  border: 0px solid #ccc;
  margin: -58px 0 0 0 ;
  border: none;
  border-radius: 300px !important;
  background-color: #fff;
}

.select2-dropdown{
    border: none !important;
    margin: -58px 0 0 0 !important;
    
}

.select2-search--dropdown{
    width: 80% !important;
    margin-left: 10px !important;
}

.select2-container--open .select2-dropdown--below{
    border-radius: 30px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.select2-results {
    padding: 0px 10px;
}

.select2-search__field {
    font-weight: bold;
    font-size: 14px;
}

.no-events {
    text-align: center;
    margin: 20px;
    color: var(--wp--preset--color--tertiary)
}