.suggestions-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;

    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
}
.suggestions-box div {
    padding: 8px;
    cursor: pointer;
}
.suggestions-box div:hover {
    background-color: #f2f2f2;
}
/* pfs and hfs is slider custom css */
.hfs{
    font-size: 24px;
}
.pfs{
   color: rgb(41, 41, 41);
}
.full-red-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 92%;
   background-color: #fff;
   opacity: 0.5; 
   z-index: 1;
   border-radius: 0.5rem; 
   pointer-events: none;
}


.item {
   position: relative;
}
.footer{
    padding-top: 2rem!important;
}
/* start toast message ----------- */
#toast-container>div{
    background-color: rgb(255, 154, 2);
}
/* end toast message ----------- */
@media (min-width: 992px) {
    .navbar {
        display: none;
    }
}

