.searchListBox{
        width:100%;position:absolute;z-index:1;
        background: #fff;
        box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
        max-height: 300px;
        overflow-y: scroll;}
.searchListBox ul{margin:0;padding:0;list-style:none}.searchListBox li{padding:10px 20px;border-bottom:1px solid #eee;list-style-type:none}.searchListBox .dottype{display:inline-block;width:15px;height:15px;border-radius:15px;margin-right:4px;background-color:#4b9cdb}.searchListBox .ctmref{color:#000;text-decoration:none;text-transform:lowercase;font-size:"20px"}.ctmref:hover,.searchListBox .ctmref:hover{color:#2f54eb!important;text-decoration:none!important}.searchListBox .containertype .dottype:last-child{animation:1s linear .3s infinite fallingAnimation}.searchListBox .containertype .dottype:nth-last-child(2){animation:1s linear .2s infinite fallingAnimation}.searchListBox .containertype .dottype:nth-last-child(3){animation:1s linear .1s infinite fallingAnimation}@keyframes fallingAnimation{0%{transform:translate(0,-15px);opacity:0}25%,50%,75%{transform:translate(0,0);opacity:1}100%{transform:translate(0,15px);opacity:0}} @media (max-width:768px){#searchForm{width:100%!important}
#searchForm > input{ 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}

}
 
@media (max-width:500px){#searchForm{width:100%!important}}.pagination{display:flex;justify-content:center;list-style:none;margin-top:20px}.page-item{margin:0 -1px;cursor:pointer}.page-link{position:relative;padding:.375rem .75rem;display:block;color:#27295b;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.page-link:hover{z-index:2;color:#2227a9;background-color:#e9ecef;border-color:#dee2e6}.page-item.active .page-link{background-color:#2227a9;color:#fff;border:1px solid #2227a9}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item.disabled .page-link{color:#6c757d;background-color:#fff;border:1px solid #ddd}
