input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control{
    appearance: auto;
}


.login-logo{
    text-align: center;
}

.search-container2 {
    width: 200%;
    position: absolute;
  
    background: #fdfafa;
    padding: 0 5px 5px 10px;
    box-shadow: 1px 7px 8px rgba(0,0,0,0.2);
    left: 0;
}

.search-container {
    width: 200%;
    position: absolute;
    z-index: 10;
    top: 40px;
    background: #fdfafa;
    padding: 0 5px 5px 10px;
    box-shadow: 1px 7px 8px rgba(0,0,0,0.2);
    left: 0;
}

.search-container-title {
  font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.search-container-content-products {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.search-container-content-products .search-item {
    line-height: 1.1;
    margin-bottom: 8px;
}

.search-container-content-products .search-item:hover {
    color: #ee9d0f;
}

.search-container-content-products .search-item:focus {
    color: #ed0418;
}

/* width */
.search-container-content-products::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.search-container-content-products::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.search-container-content-products::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 3px;
}

/* Handle on hover */
.search-container-content-products::-webkit-scrollbar-thumb:hover {
  background: #999999;
  border-radius: 3px;
}