@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
.for-login .page-card .page-card-body .forgot-password-message {
    display: none !important;
}

div[quick_list_name="Reference Document"] .widget-footer a{
background-color: var(--primary) !important;
color: #fff !important;
}

div[quick_list_name="GROW"] .widget-footer a{
background-color: var(--primary) !important;
color: #fff !important;
}
[data-label="ADD%20FILTER"]{
background-color: var(--warning) !important;
color: #fff !important;
}

@media only screen and (max-width: 991px) {
  .menu-btn-group {
    display: flex !important;
  }
}

/*
.page-body{
    background-color: #54a4ef !important;
    border-radius: 10px;
    padding: 15px;
}
.page-head, .page-container{
    background-color: #fcfcfc !important;
}
 .standard-sidebar-item:hover, .standard-sidebar-item::selection {
    background-color: #449CF0 !important;
    color: #fff !important;
} 
.navbar{
    background-color: #54a4ef !important;
}
.page-head.drop-shadow{
    background-color: #fcf0fc !important;
}
.navbar-brand{
    background-color: #fff !important;
    border-radius: 10px !important;
}
*/

#page-training input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent !important;
    bottom: 0 !important;
    color: transparent !important;
    cursor: pointer !important;
    height: auto !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: auto !important;
}

#executeDiv input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent !important;
    bottom: 0 !important;
    color: transparent !important;
    cursor: pointer !important;
    height: auto !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: auto !important;
}

#updateDiv input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent !important;
    bottom: 0 !important;
    color: transparent !important;
    cursor: pointer !important;
    height: auto !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: auto !important;
}

#viewDiv input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent !important;
    bottom: 0 !important;
    color: transparent !important;
    cursor: pointer !important;
    height: auto !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: auto !important;
}
/* #page-training input[type="date"]:after{
    font-weight: 900; 
    content: "\f073";
    color: #555;
    padding: 0 5px;
} */

