
.dropdown .multiselect-counties {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

.dropdown .multiselect-counties a {
  color: #fff;
}

.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}

.dropdown .multiselect-dropdown ul {
  margin: -1px 0 0 0;
}

.dropdown dd {
  position: relative;
  z-index: 1;
}

.dropdown.multiselect-dropdown a,
.dropdown.multiselect-dropdown a:visited {
  color: black;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}

.dropdown.multiselect-dropdown dt a {
  
  display: block;
  padding: 8px 10px 5px 10px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: 300px;
}

.dropdown.multiselect-dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 1px 2px 0;
  font-size: 1.4em;
  font-weight: 500;
}

.dropdown.multiselect-dropdown dd ul {
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 2px;
    width: 210px;
    list-style: none;
    max-height: 230px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #32373c;
}

.dropdown.multiselect-dropdown span.value {
  display: none;
}

.dropdown.multiselect-dropdown dd ul li a {
  padding: 5px;
  display: block;
}

.dropdown.multiselect-dropdown dd ul li a:hover {
  background-color: #fff;
}


.dropdown.multiselect-dropdown {
    color: black;
    height: 40px;
    border: 1px solid lightgrey;
    margin-right: 1em;
    background-color: #fff;
}

.multiselect-title-wrapper{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mutliSelect .category-label{
    font-size: 0.75em;
    font-weight: 600;
    margin: 10px 0;
}

.mutliSelect .checkmark{
    height: 20px;
    width: 20px;
}

.mutliSelect .category-label .checkmark:after{
    left: 7px;
}

.no-events {
    color: #4b4b4b;
}

.multiSel{
    width: 240px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.multiselect-dropdown .bi.bi-caret-down-fill {
    position: absolute;
    right: 5px;
    top: 15px;
}

/* ========= mobile view start ==============*/

@media only screen and (min-width: 990px) {
    .dropdown.multiselect-dropdown dt a {
     
        padding: 8px 10px 5px 10px;
        width: 300px;
    }

    .dropdown.multiselect-dropdown {
        width: 300px;
    }

    .no-events {
        margin-left: 15%;
    }
}

/* ========= mobile view end ==============*/

/* ========= desktop view start ==============*/

@media only screen and (max-width: 990px) {

    .dropdown.multiselect-dropdown dt a {
        padding: 8px 18px 5px 10px;
        width: 100%;
    }

    .dropdown.multiselect-dropdown {
        width: 100%;
    }

    .no-events {
        margin-left: 0;
    }
}

/* ========= desktop view end ==============*/
