.hdb--icon-content svg{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.login-page-content{
    background-image: url('../img/login background.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-card {
    opacity: .9;
    transition: opacity .3s;
}

.login-card:hover {
    opacity: 1;
}

.grid-page-header-title,
table.table thead th{
    color: #f6822a;
}

.no-records-found td{
    padding: 25px 0;
}

.sidebar-nav .nav-link{
    font-size: 18px;
}

.sidebar-nav .nav-group-items{
    margin-left: 10px;
}

.hdb-list-page-title-icon{
    height: 32px;
    width: 50px;
}

.sidebar-dark {
    background: #369253;
}

.sidebar-nav .nav-link.active,
.sidebar-nav .nav-link:hover{
    background: #477e41;
}

.sidebar-nav svg.nav-icon{
    color: white;
}

.sidebar-header.border-bottom,
.sidebar-dark.border-end {
    border-color: #d0d0d0 !important;
}

.select2-full-width + .select2.select2-container {
    width: 100% !important;
}

.body .select2-container--default .select2-results>.select2-results__options{
    max-height: 500px;
}

.dropify-wrapper .dropify-message .file-icon p{
    font-size: 11px;
}

.uploaded-file-content .checker-file-remove-btn{
    position: absolute;
    right: -125%;
    padding: 0 2px;
    top: 7px;
}

.card .card-footer{
    background: none;
}

.small-time input[type="time"]::-webkit-calendar-picker-indicator {
    scale: 0.75;        /* Scale the icon if supported */
    margin: 0;         /* Remove any extra margin */
}

.grid-page-header-title .btn.btn-outline-info .show-more-collapse-icon,
.grid-page-header-title .btn.btn-outline-info .show-more-text{
    display: none;
}

.grid-page-header-title .btn.btn-outline-info.collapsed .show-more-collapse-icon,
.grid-page-header-title .btn.btn-outline-info.collapsed .show-more-text{
    display: inline-block;
}

.grid-page-header-title .btn.btn-outline-info.collapsed .show-less-collapse-icon,
.grid-page-header-title .btn.btn-outline-info.collapsed .show-less-text{
    display: none;
}

.user-notifications-content .medicament-name{
    font-size: 14px;
    color: #2a8754;
}

.user-notifications-content .medicament-step-name{
    font-size: 12px;
    color: #6c757d;
    font-weight: bold;
}

.user-notifications-content .user-notifications-item-anchor{
    text-decoration: none;
    background: #f9f9f9;
    display: block;
    padding: 2px 4px;
    border-radius: 12px;
}

a.user-new-notifications-item-anchor {
    text-decoration: none;
    background: #efefef61;
    display: block;
    padding: 3px;
    border-radius: 12px;
}

.user-new-notifications-item-anchor .medicament-name{
    font-size: 13px;
    font-weight: 500;
    color: #f07312;
    max-width: 260px;
}

.user-new-notifications-item-anchor .medicament-step-name {
    font-size: 12px;
    max-width: 260px;
    color: #474747;
    margin-top: 10px;
    font-weight: 500;
}

.need-to-approve-notification-title{
    font-weight: 500;
}

.user-notifications-item-anchor.user-notifications-item-anchor-need-approve .medicament-name{
    color: #f3822a;
}

.user-notifications-content {
    max-height: 477px;
    overflow-y: auto;
}
