.navbar {
    background-color: #0465AC !important;
    /* min-height: 62px; */
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 0px;
    border-radius: 0px;
}
.headerbreadcrumb{
    margin-top: 51px;
    display: flex;
    flex-wrap: wrap;
}

.streams:focus,.academic:focus{
    background-color: white;
}
.menu {
    /* margin-top: 15px; */
    display: inline-block;
    background-color: transparent !important;
    border: none;
    font-size: 20px;
    height: 47px;

}

.menu:active {
    border: none;
}

.college {
    display: inline-block;
    text-align: center;
    font-size: small;
    margin-left: 5px;
    font-size: 24px;
    margin:0px;
}

.awards {
    background-color: white;
    color: black;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5%;
    height: 23px;
    float: right;
    font-size: small;
}

.award-icon {
    padding-left: 7%;
}

.streams {
    display: inline-block;
    color: black;
    width: 40%;
    border-radius: 10px;
    margin-top: 10px;
    height: 24px !important;
    padding: 2px 12px;
    font-size: small;
    background-color: white;
}
.navbar .dropdown-menu a {
    font-size: 13px;
    font-weight: 300;
    padding: 10px;
    color: #000!important;
}
.navbar .dropdown-menu a:hover
{
    color: black!important;
}

.modal-header{
    background-color: #0465ac;
    color: white;
}
.academic {
    display: inline-block;
    color: black;
    width: 22%;
    border-radius: 10px;
    margin-top: 10px;
    height:24px !important;
    padding: 2px 12px;
    font-size: small;
    background-color: white;
}

.streams option, .academic option {
    border-radius: 10px;
}
.points{
    float: right;
    margin-top: 5px;
}
.admin-img {
    float:right;
    
}

.admin {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.down {
    padding-top: 30%;
    padding-left: 8%;
    color: white;
}
.dropdownSelection{
    padding-left: 10px;
    float:right;
    padding-top: 8px;
}
.down:hover {
    color: white;
}
.dropdown-menu{
    z-index:1;
    right: 0px;
    top: 44px;
    left: unset;
}
.leftsidenav{
    text-decoration: none;
    font-size: 15px;
    color: #706f6f;
    display: block;
    transition: 0.1s;
    border-bottom: 1px solid gainsboro;
}
.leftsidenav a:hover {
    color: #0465ac !important;
    cursor: pointer;
    background: #fafafa;
}
.close,.close:focus, .close:hover{
    opacity: unset;
    color: white;
}
.signout,.signout:focus, .signout:hover{
    color:white;
    float:right;
    text-align: right;
    margin-top: 4px;
    font-size: 14px;
}
.userdetails
{
    margin-top: 8px;
}
.board {
    background: #0465ac;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu_profile{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
@media only screen and (max-width: 768px) {
    .headerbreadcrumb{
        margin-top: 84px;
    }
    .awards{
        padding-top: 1%;
        float: left;
    }
    .dropdownSelection{
        display: inline-block;
    }
    .userdetails
    {
        margin-top: 0px;
        margin-bottom: 0;
        float:left;
    }
}
/* slider css */
.sidenavbar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: WHITE;
    overflow-x: hidden;
    transition: 0.1s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
.notificationheader {
    background: #0465ac;
    color: white;
    padding: 10px;
    font-size: 22px;
}
.breadcrumb {
    padding:8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
    /* > li {
      display: inline-block;
  
      + li:before {
        padding: 0 5px;
        color: @breadcrumb-color;
        content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
      }
    }
  
    > .active {
      color: @breadcrumb-active-color;
    } */

  .breadcrumb a{
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .breadcrumb a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.disablebody {
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: fixed;
    top: 0;
    background: black;
}
.admin-img{
    font-size: 20px;
    margin-top: 3px;

}