body {
    font-size: 14px;
    background-color: #ebe9ec;
}
.btn-primary{
    background: #6B247E;
    opacity: 0.75;
    border-radius: 8px;
    border: none;
}
a, .btn-link {
    color: #6B247E;
}
.card{
    border-radius: 20px;
}
.btn-primary:hover{
    background: #6B247E;
    opacity: 0.5;
}
a:hover, .btn-link:hover{
    color: #6B247E;
    opacity: 0.5;
}
nav#sidebarMenu {
    background: #B4A7B7 !important;
    padding: 2px;
    min-height: 60em;
}
header.navbar.sticky-top.flex-md-nowrap.p-0{
    margin-left: -24px;
    margin-right: -24px;
}
#sidebarMenu ul.nav.flex-column li a {
    color: #fff;
    padding: 10px 10px;
}
#sidebarMenu ul.nav.flex-column li a.active {
    color: #fff;
    padding: 10px 10px;
    background: #6d247e;
}
.navbar-brand img{
    width: 90%;
}
.white {
    background: #ffffff !important;
}
input.search {
    border-radius: 8px;
    padding-left: 10px;
}
.user_image_header img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    border: 1px solid #e4e4e4;
    margin: 10px;
}
.profile_title {
    margin-right: 30px;
    font-size: 20px;
    font-weight: bold;
}
.bell__notifiaction {
    text-align: end;
    flex: auto;
    margin-right: 20px;
}
alert {
    position: absolute;
    top: 10px;
}
a.navbar-brand.me-0 {
    border-bottom: 1px solid #6d247e57;
    margin: 0;
}
ul.general_menu {
    border-bottom: 1px solid #6d247e57;
    padding-bottom: 20px;
}
.popup {
    right: 10px;
    left: auto;
    top: 90%;
    background: #fff;
    min-width: 209px;
    padding: 10px;
    box-shadow: 0px 2px 5px -3px #0000003d;
    border-radius: 10px;
}
ul.dropdown li {
    list-style: none;
    padding: 4px 10px;
}
ul.dropdown {
    padding: 0;
    margin: 0;
}
li.profile_pic {
    display: flex;
    background: #bda5c3;
    border-radius: 5px;
}
li.profile_pic {
    display: flex;
    background: #bda5c3;
    border-radius: 5px;
    align-items: center;
}
ul.dropdown li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
ul li i{
    padding-right: 7px;
}
span.search_icon {
    position: absolute;
    right: 24px;
    top: 10px;
    cursor: pointer;
}
.bg-image {
    background-image: url(../assets/images/bg-image1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.vertically {
 height: 300px;	
 overflow: hidden;
 position: relative;
}
.vertically .inner {
 position: absolute;
 width: 100%;
 height: 100%;
 /* Starting position */
 -moz-transform:translateY(40%);
 -webkit-transform:translateY(40%);	
 transform:translateY(40%);
 /* Apply animation to this element */	
 -moz-animation: vertically 2s linear infinite alternate;
 -webkit-animation: vertically 2s linear infinite alternate;
 animation: vertically 2s linear infinite alternate;
}
/* Move it (define the animation) */
@-moz-keyframes vertically {
 0%   { -moz-transform: translateY(70%); }
 100% { -moz-transform: translateY(0%); }
}
@-webkit-keyframes vertically {
 0%   { -webkit-transform: translateY(70%); }
 100% { -webkit-transform: translateY(0%); }
}
@keyframes vertically {
 0%   { 
 -moz-transform: translateY(70%); /* Browser bug fix */
 -webkit-transform: translateY(70%); /* Browser bug fix */
 transform: translateY(70%); 		
 }
 100% { 
 -moz-transform: translateY(0%); /* Browser bug fix */
 -webkit-transform: translateY(0%); /* Browser bug fix */
 transform: translateY(0%); 
 }
}
