.modal-header{
    background-color: #212529;
    color: white;
    height: 59px;
}
.modal-header button{
    color: white;
}

.align-right{
right: 0;
top: 0;
position: absolute  !important;
width: 400px  !important;
max-width: 90%  !important;
margin: unset  !important;
box-shadow: -7px 2px 16px -5px rgba(0,0,0,0.75);}

.modal{
    background-color: #00000033;
}




.notification-modal{
    height: auto;
    z-index: 9999;
    top: 0px;
   
    position: fixed;
    max-width: 100%;
    float: right;
    right: 0px;
    margin-top: 50px;
}

.notifi-box{
    width: 360px;
    min-height: 100px;
   
    background-color: #b8c6db;
background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
    float: right;
    max-width: 90%;
    margin: 10px;
    padding: 5px;
    border-radius: 7px;
    float:right;
    box-shadow: -8px 7px 22px -8px rgba(0,0,0,0.75);
    display:none;
}

.nofifi-title{
    font-size: 15px;
    font-weight: 600;
    color: currentcolor;
    float: left;
    width: auto;
}

.nofifi-close{
    float: right;
    width: 15px;
    height: 15px;
    font-size: 18px;
    color: dimgrey;
    cursor:pointer;
}

.nofifi-close:hover{
    color:#211e1e;
}

.nofifi-content{
    width: 100%;
    display: inline-grid;
    text-align: center;
    margin-top: 10px;
    color: initial;
}


.nofifi-success{
    width: 100%;
    float: left;
    height: auto;
    color: forestgreen;
}


.nofifi-error{
    width: 100%;
    float: left;
    height: auto;
    color: rgb(202, 7, 7);
}

.sb-nav-link-icon svg,i{
width:15px !important ;

}