.sectionResultsPredictive {
   display: none;
   overflow-y: scroll;
   box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);
   height: 25em;
   cursor: pointer;
   /* position: absolute;
   z-index: 10; */
   border-bottom-right-radius: 2vh;
   border-bottom-left-radius: 2vh;
   transition: all 0.4s ease;
}

.imgResultPredictive {
   width: 12vh;
}

.border-search-predictive {
   border-bottom-right-radius: 0px !important;
}

.border-span-predictive {
   border-bottom-left-radius: 0px;
}

.div-book-predictive {
   transition: all 0.6s ease;
}

.div-book-predictive:hover {
   background: #F8F9FA;
}

.title-book-predictive {
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}

.form-control:focus {
   background-color: #fff;
   border-left: #fff;
   border-color: #BCBCC1;
   outline: 0;
   box-shadow: none;
}

.shadowResults {
   border: 1px solid #fff !important;
   box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08) !important;
}
