.notification-position{
        position: absolute;
        right: 13%;
        top: 35%;
}
.notification-btn{

    background-color: transparent;
    color: #000000;
    font-size: 18px!important;
    border: none;
    outline: none;
    border-radius: 0;
}
.notification-btn:hover{
    background-color: var(--color-dark);
    color: #fff!important;
}
.adjust-notification-list{
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.add-fs-16{
    font-size: 16px;
}
.offcanvas-header h5{
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    text-align: center;
}
.notification-font{
    letter-spacing: 1px!important;
    font-family: 'Roboto', sans-serif!important;
}
.notification-fs-14{
    font-size: 14px!important;
}