.time_select{
    display: flex;
    width: 200px;
    justify-content: space-between;
    align-items: center;
    
}

.search{
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 4px;
    width: 30px;
    height: 30px;
    background: green;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    z-index: 1;
   
}

.left_icon{
    width: 100%;
    position: relative;
    
}
.left_icon input{
    width: 100%;
   
}

.btn_group{
    width: 300px;
    height: 40px;
    text-align: center;    
    
}

