﻿.date-format{
    background-color: #fff  !important
}

.sticky-top{
    z-index: 10 !important;
}

.sticky-bottom {
    z-index: 10 !important;
}

.underline-input {
    border: none;
    outline: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px;
    padding-bottom: 0px;
    height: auto;
}

.underline-input:focus {
    border-bottom-color: #0d6efd;
    box-shadow: none;
}

.bg-unseen-notification {
    background-color: #e86330 !important; /* fallback for old browsers */
    color:white !important;
}

.autocomplete-container{
    position:relative;
    z-index: 1000 !important;
}

.users-dropdown {
    z-index: 2000 !important;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
}