@font-face {
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Muli/Muli-Regular.ttf);
}
@font-face {
  font-family: 'Muli', sans-serif;
  font-style: bold;
  font-weight: 800;
  src: url(fonts/Muli/Muli-Bold.ttf);
}
body,h1,h2,h3,h4,h5,h6,p,span,a{
    font-family: 'Muli', sans-serif;
}
.user{
    -webkit-clip-path: polygon(50% 100%, 100% 90%, 100% 0, 0 0, 0 90%);
    clip-path: polygon(50% 100%, 100% 90%, 100% 0, 0 0, 0 90%);
    background-color: #F6891E;
}
.dashmenu-container{
    background-color: #23282d;
}
.top-portion{
    background-color: #F6891E;
}
.school-details{
    -webkit-clip-path: polygon(95% 100%, 100% 0, 100% 0, 0 0, 0 100%);
    clip-path: polygon(95% 100%, 100% 0, 100% 0, 0 0, 0 100%);
    background-color: #23282d;
}
.notifications{
    background-color: #F6891E;
}
.bdedu-logo{
    display: block;
    margin: 0 auto;
}
ul.dash-main-menu > li > a {
    font-size: 14px;
}
ul.dash-main-menu > li.active {
    background-color: #F6891E;
    position: relative;
}
ul.dash-main-menu > li.active:hover {
    background-color: #F6891E;
}
li.nav-item.active::after, ul.dash-main-menu > li.active:hover::after {
    content: "";
    right: 0;
    top: 50%;
    background-color: transparent;
    position: absolute;
    border-width: 7px;
    border-right-color: #fff;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
    transform: translate(0,-50%);
}
ul.dash-main-menu > li:hover {
    background-color: #000000;
    position: relative;
}
ul.dash-main-menu > li:hover::after {
    content: "";
    right: 0;
    top: 50%;
    background-color: transparent;
    position: absolute;
    border-width: 7px;
    border-right-color: #23282d;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
    transform: translate(0,-50%);
}
.txt-shadow {
    text-shadow: 2px 2px 3px rgba(0,0,0,.2);
}
ul.notifications-message li {
    list-style: none;
    display: inline-block;
}
ul.notifications-message li a {
    padding: 0px 10px;
    font-size: 20px;
    line-height: 2.4;
    color: #fff;
}
.font-size-16{
    font-size: 16px;
}
.font-size-18{
    font-size: 18px;
}
}
.font-size-24{
    font-size: 24px;
}
.font-size-20{
    font-size: 20px;
}
.font-size-12{
    font-size: 12px;
}