.filter-view {
    position: relative;
    display: inline-block;
    border-radius: 18px;
    transition: all 200ms ease-in-out;
    margin-bottom: 5px;
    padding: 8px;
    background-color: #b2ecff;
    border-radius: 15px;
    font-weight: bold;
    margin-right: 5px;
    font-size: 0.8rem;
    margin-top: 5px;
    cursor: pointer;
}
#searched-skills .filter-view:hover {
    filter: brightness(.8);
}
#filter-results-count {
    margin-bottom: -25px;
}


.skill-cancel {
    display: none;
}
.current-filter-2 .skill-cancel {
    display: block;
    color: #fff;
    top: -5px;
    right: -6px;
    position: absolute;
    height: 16px;
    background-color: red;
    width: 16px;
    padding-left: 4px;
    border-radius: 15px;
}
.filters-column {
    border: 1px solid #e0dbdb;
    height: 120% !important;
    margin-left: -10px;
}

.b-round {
    border-radius: 1rem !important;
}

.b-round-2 {
    border-radius: 2rem;
}

.search-skills-input {
    font-size: 17px;
    height: calc(1.5em + 1rem + 2px);
}

.filter-heading {
    border-bottom: 1px solid #e0dcdc;
    font-size: 1.1rem;
    color: #928c8c;
}

.sub-heading {
    font-size: 1rem;
    color: #928c8c;
}

input {
    border: 1px solid #ccc;
}

.options-list {
    border: 1px solid #ccc;
    border-radius: 1rem;
    max-height: 200px;
    margin-top: .5rem;
}

.checkbox-round {
    width: 1em;
    height: 1em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.list-option:hover>.checkbox-round {
    background-color: #ccc;
}

.list-option-value {
    font-size: .8rem;
}

.checkbox-round:checked {
    background-color: gray !important;
}

.options-list::-webkit-scrollbar {
    width: 12px;
}

.options-list::-webkit-scrollbar-thumb {
    background-color: #5382DC;
    border-radius: 20px;
    border: 3px solid #F3ECEC;
}

.options-list::-webkit-scrollbar-track {
    background: #F3ECEC;
    border-radius: 15px;
    margin-bottom: -5px;
}

.card-body {
    font-family: 'Montserrat', serif !important;
}

.card-text {
    font-size: 13px;
}

.topic {
    text-transform: uppercase;
    width: 150px;
    opacity: .8;
    font-weight: 400;
}

.skills li {
    list-style: none;
    display: inline-block;
    border: 1px solid rgba(2, 152, 171, 0.4);
    border-radius: 18px;
    transition: all 200ms ease-in-out;
    font-size: 10px;
    margin-bottom: 5px;
    padding: 0.3em 1em;
    border: 1px solid #439bf3;
    color: #1c7ad8;
    font-size: 12px;
    margin-right: 5px;
}

#filter-view-info {
    display: none;
    font-size: 10px;
    margin-left: -18px;
    margin-top: 2px;
}

.card-footer {
    background-color: inherit;
    border-top: none;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

@media only screen and (max-width: 640px) {

    .hide-filter .location-group, .hide-filter .industry-group {
        display: none;
    }
    .all-filters, .location-group, .industry-group {
        transition: all 1s  ease-out;
    }
    #filter-view-info {
        display: block;
    }
}
