/* body{
    margin-top: 50px;
    background-color: #f1f1f1;
} */

/* .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #17A2B8;
} */
/* 
.notifications.dropdown-menu{
    top: 60px;
    right: 0px;
    left: unset;
    width: 460px;
    box-shadow: 0px 5px 7px -1px #c1c1c1;
    padding-bottom: 0px;
    padding: 0px;
}

.notifications.dropdown-menu:before{
    content: "";
    position: absolute;
    top: -20px;
    right: 12px;
    border:10px solid #343A40;
    border-color: transparent transparent #969696 transparent;
} */

/* .footer{
    padding:5px 15px;
    border-radius: 0px 0px 3px 3px;
}

.notification-box{
    padding: 10px 0px;
}

.bg-gray{
    background-color: #eee;
} */

/* .notifications.modal {
    position: absolute;
    top: 10px;
    right: 100px;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
 } */

 div.alert_list{
    /* font-size: 11px; color:grey */
    max-height: 50vh;
    /* width: 1000px !important; */
    /* text-align: left !important; */
    overflow-y: scroll;
 }

 #notifications_body{
    /* font-size: 11px; color:grey */
    max-height: 50vh;
    width: 100%;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
 }

 #notifications_badge {
    position: absolute;
    top: 10px;
    right: 55px;
 }

 #yougoteach_points_badge {
    font-size: 15px;
    position: absolute;
    top: 10px;
    right: 8px;
 } 

 #yougoteach_points_badge_view {
    font-size: 15px;
    position: absolute;
    top: 0px;
    /* right: 20px; */
    left: 75px;
 }  

 #yougoteach_skills_badge {
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
 }  

 #yougoteach_rewards_badge {
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
 }   

 #notifications_badge_menu {
    position: relative;
    /* top: 10px; */
    left: 5px;  
 }

.tippy-box {
    background-color: #ffffff;
    border: 1px solid #a8a8a8;
    /* margin-top: 5px; */
    /* border-radius: 25px; */
    color: black;
    max-width: 100% !important;
    width: 50vh !important;    
}

.tippy-arrow {
    top: -2px !important;
}
 
.popover{
    max-width: 100% !important;
    width: 50vh !important;
}

.ajust_top {
    position: relative;
    top: 4px !important;
    font-size: 13px;
}

@media (max-width: 800px) {
    .popover{
        max-width: 100% !important;
        width: 100vh !important;
    }

    .tippy-box{
        max-width: 100% !important;
        width: 100vh !important;
    }    
}
 
 /* li.alert_li {
   font-size: 11px; 
   color:grey;
   padding:10px 0px 2px 0px;
   border-bottom: thin solid #c0c0c0;
 }
 
 li.alert_li:hover {
    background-color:#eee
 }
 
 .turn_off_alert{
    float:right;margin-bottom :1px
 }
 
 a.alert_message{
    color : grey
 }
 
 a.alert_message:hover{
    color : grey
 }  */
