
/*----------------------------- Search Page style Start -------------------*/

.custom-search {
    position: relative;
}
.custom-search input{
    background: #edeef3 !important;
    border-radius: 50px;
    margin-top: 20px;
    font-size: 14px;
}
.custom-search button {
    position: absolute;
    background: none;
    border: none;
    right: 10px;
    top:0px;
}
.searchBy {
    background: #ecedf1 !important;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.seprator {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 20px;
}
.search-result .search-count{
 font-size: 14px;
 font-weight: 600;
}
.main-heading {
    color: var(--pink);
}
h4.main-heading {
    font-size: 16px;
}
.search-view {
    color: var(--pink);
    font-weight: 600;
}
.f-10 {
    font-size: 10px;
}
.f-12 {
    font-size: 12px;
}
.f-14 {
    font-size: 14px;
}
.f-16 {
    font-size: 16px;
}
.f-bold {
    font-weight: 600;
}
.search-categories a{
    color: var(--black);
    font-weight: 600;
}
.custom-checkbox {
    margin-bottom: 0.25rem;
    padding-left: 1.75rem;
    position: relative;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.5rem;
    left: 0;
    display: block;
    width: .8rem;
    height: .8rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    top: 0.1rem;
    left: 0;
    display: block;
    width: .8rem;
    height: .8rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox {
    margin-bottom: 0.25rem;
    padding-left: 1.75rem;
    line-height: 1.25rem;
}
.custom-checkbox .custom-control-input~.custom-control-label {
    font-size:.75rem;
    margin-bottom: 0px !important;
}
.custom-checkbox .custom-control-input~.custom-control-label::before {
    top: 0.3rem;
    background-color: #fff;
    border: 1px solid #777;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border: 1px solid var(--pink);
    background-color: #fff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    /* background-color: var(--pink); */
    background: none !important;
    border-bottom: 2px solid var(--pink);
    border-right: 2px solid var(--pink);
    transform: rotate(45deg);
    width: 0.45rem;
    height: 1rem;
    left: 0.5rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label {
    color: var(--pink);
}
.search-accordion .accordion-body {
    padding: .5rem 0.5rem;
}
.search-accordion .accordion-item{
 border: none!important;
 margin-top: 30px;
}
.search-accordion .accordion-button {
    font-size: 12px;
    padding: 5px 10px;
}
.search-accordion .accordion-button span{
    display: inline-block;
    font-weight: 600;
}
.search-accordion .accordion-button span.badge-count {
    background: #eee;
    color: var(--black);
    line-height: 1.4rem;
    padding: 0px 10px;
    margin-left: 10px;
    border-radius: 4px;
}
.search-accordion .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
    color: #212529;
}
.search-accordion .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}
.search-accordion .pill {
    background: #f2f5fe;
    font-weight: 600;
    width: 100%;
    border-radius: 20px;
    padding-left: 15px;
    font-size: 12px;
    margin-bottom: 10px;
}

/*-----------------------------Search Page style End -------------------*/

.search_topic_sidebar {
    height: 250px;
    overflow-y: scroll;
}
.search_cat a {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    font-weight: normal;
}
.search_cat {
    padding-left: 10px;
}
.search_cat a.active {
    color: rgb(158, 0, 93); 
} 
.search_topic_sidebar {
    height: 250px;
    overflow-y: scroll;
    padding-top: 0px !important;
} 
#editorial_post_scroll {
    width: 100%;
}
.search_custom .loader {
    margin-top: 45px;
} 
.loader img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 120px;
    width: 100%;
}
.search_not_found {
    text-align: center;
    color: #ff0000;
    margin-top: 18px;
    font-size: 18px;
}
section.happi-search-wrap {
    margin-bottom: 45px;
}
