.left-icon-img{
    width: 2vw !important;
    border: none;
    height: 100vh;
    position: absolute;
    z-index: 2;
}
.sub-left-icon-img {
    width: 2vw !important;
    border: none;
    height: 100vh;
    position: absolute;
    z-index: 2;
    right: -35px;
}
.dropdown-toggle::after{
    text-align: right;
}

.daterange {
    background: #0C8CE9;
    cursor: pointer;
    color: white;
    padding: 5px 10px;
    width: 100%
}
input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}