.bg-gradient-primary {
    background-color: #31498f;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4e73df), to(#224abe));
    background-image: linear-gradient(180deg, #222f56 10%, #1f3c8f 100%);
    background-size: cover;
  }

#notification_wrapper {
    position: fixed;
    right: 10px;
    bottom: 10px;
    max-width: 300px;
    width: 100%;
}

.card.notification {
    display: block;
    margin-top: 10px;
}

.card.notification .close{
    outline: none;
    margin-right: 7px;
}

.named-hr {
	border-bottom: 1px solid #858796;
    height: 10px;
    margin: 15px 0;
}

.named-hr span {
    padding: 0 10px;
    background: #fff;
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 700;
}

.min-w-0 {
	min-width: 0;
}

@media (max-width: 767.98px)  {
    .sidebar{
        position: absolute;
        top: 70px;
        width: 100%;
        z-index: 100;
      
    }
    .hidden767 {display: none;}

    .sidebar .nav-item a{
        width: 100%!important;
        padding: 15px 0;
        border-top: 1px solid lightgray; 
    }

    .navbar-nav .sidebar .nav-item:hover{
        width: 100%!important;
        padding: 15px 0;
        color: purple;
        cursor: pointer;
    }
    .sidebar .nav-item .collapse {
        position: absolute;
        padding: 0 15px;
        z-index: 1;
        top: 2px;
        width: 100%;
        left: 0;
        
    }
    .sidebar-dark .nav-item .nav-link i {
        float: left;
        font-size: 1.5rem;
        padding: 15px 10px;
    } 
    .sidebar .nav-item .nav-link span {
        float: right;
        font-size: 1.5rem;
        padding: 15px 10px;
    }   

    .sidebar-dark .sidebar-heading {
        float: left;
        font-size: 1.5rem;
    }
}

#autosuggestion {
    display: none;
	background: #fff;
    position: absolute;
    left: 0.75rem;
    top: 110%;
    width: 100%;
    z-index: 100000;
    border: 1px solid #4e73df;
    border-radius: 0.2rem;
    max-width: 560px;
	max-height: 80vh;
    overflow: auto;
}

.profile-initials {
	width: 53px;
    height: 53px;
    background: #b1b1b1;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-search-bar {
    padding: 0 0.75rem;
}

#main-search-field {
	margin-right: 2px;
	width: 250px;
}

.main-search-filter {
    height: 31px;
    width: 31px;
	margin-right: 2px;
}

.main-search-filter i {
	font-size: 21px;
}

.main-search-filter:not(.btn-primary) {
	background: #CACACA;
	color: #fff;
}

.main-search-filter:not(.btn-primary):hover {
	background-color: #4e73df;
    border-color: #4e73df;
}

#main-search-submit {
	width: 150px;
}

.search-suggest-user-row {
	position: relative;
	border-bottom: 1px solid #4e73df;
	padding: 6px 0;
	color: #484848;
}

.search-suggest-user-row:last-of-type {
	border-bottom: none;
}

.search-suggest-user-avatar {
	width: 64px;
    position: absolute;
    left: 6px;
	top: 6px;
}

.search-suggest-user-avatar img {
    max-width: 100%;
    height: auto;
}

.search-suggest-user-avatar .profile-initials {
    width: 64px;
    height: 64px;
}

.search-suggest-user-info {
	padding-left: 77px;
    padding-right: 43px;
	min-height: 64px;
}

.search-suggest-user-action {
	position: absolute;
    right: 6px;
    top: 6px;
}

.user-contact-card h1 {
	font-size: 22px;
	color: #4e73df;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user-contact-card h2 {
	font-size: 18px;
	color: #4e73df;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user-contact-card .img-profile {
	width: 90px;
	height: auto;
}

.user-contact-card .profile-initials {
	width: 90px;
	height: 90px;
}
