﻿.notificationContainer
{
    padding: 8px;
    color: #0485a3;
    position: relative;
    margin-right:16px;
    font-size:14px;
    }
 .notification-count
 { 
   height: 25px;
    min-width: 25px;
    background: orange;
    border-radius: 50%;
    position: absolute;
    /* right: -1px; */
    top: -1px;
    text-align: center;
    /* margin-bottom: -22px; */
    font-weight: bold;
    color: black;
    padding: 2px;
    left: 23px;
    width: auto;
    }  
.notification-details 
    {
    width: 400px;
    position: absolute;
    top: 48px;
    right: -37px;
    background: rgb(251, 246, 247) !important;!important;
    z-index: 999;
    border: 1px solid #0485a3;
    border-radius: 2px;
} 
.overflow-auto
{
    overflow:auto;
     max-height: 400px;
    }

.border-bottom
{
    border-bottom: 1px solid;
    }
 
.link-color
{
    color: #6c6ce4;
    font-size: 14px;
    }
.link-color:hover
{
    text-decoration: underline;
    }
.icon-left
{
    margin-left: -8px;
    padding: 4px;}
.font-12
{
    font-size:12px;
    }
.icon-size
{
    color: orange;
    margin-top: -5px;
    font-size: 20px !important
    }
.corner
{
    height: 24px;
    width: 24px;
    background: black;
    transform: rotateX;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(135deg);
    position: absolute;
    right: 8px;
    top: 36px;
    background: rgb(251, 246, 247) !important;
    border: 1px solid #0485a3;
    
    }
.corner-overlap
{
        border: none;
    top: -12px;
    right: 45px;
    }
    
    
      .loader
        {
            background: url("images/loading.gif") no-repeat center;
            z-index: 99999;
            padding: 10px;
            width: 50px;
            margin: auto;
        }
.shadow-card-notification
{
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    }