.aggregate-search-content {
    width: 100%;
    border-radius: 5px;
    margin-top: 12px;
    padding: 0px 12px;
    background-color: #fff;
}
.pb-3 {
    padding-bottom: 1rem;
}
.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.form-select{
    border: none;
}

.search-result-dialog{
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0!important;
}
/* .search-result-list{
    padding: 0px;
} */
.search-result-header{
    background-color: #fff;
}
.search-result-content{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 80%;
    /* background-color: #fff; */
    background-color: #f9f9f9;
    border: none;
   
}
.search-result-list{
     padding: 0px 15px;
}
/* .list-group-item{
    border-radius: 5px;
    padding: 10px;
} */
.list-group-item a{
    color: #000000;
    font-size: 14px;
}
.list-group-item .list-subject-title {
    font-size: 14px;
    font-weight: bold; 
}
.search-result-dialog{
    width: 100%;
    max-width: 100%;
}