.query-title:after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #0091ff;
    opacity: 0.2;
    z-index: -1;
}

.custom-query-input::placeholder {
    color: #b1b6cc !important;
    font-size: 14px !important;
}
.custom-query-input{
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent;
    font-size: 14px !important;
    margin: 6px;
}

.tip-box{
    background: linear-gradient(270deg, #FFFFFF 0%, #E1F1FF 50%, #FFFFFF 100%);
    height: 50px;
    margin: auto;
    line-height: 50px;
}