*{ box-sizing: border-box; 
   padding: 0;
   margin: 0;
 font-family: sans-serif;
}

#loader_img{text-align: center;
            font-size: 16px;
          padding: 70px 2px;
          word-spacing: 1.7px;}

#loader_img img{width: 42px;}

#loader_img #loading-text{margin-top: 10px;
                         color: aqua;}

.notifications-wrapper{display: grid;
                     grid-template-columns:20% 80%;
                   padding: 8px 5px;
                   margin-bottom: 1px;
                 background: rgb(200, 200, 200,0.05);
                   padding: 5px 7px;
                 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                 color: rgba(255, 255, 255, 0.9);
                 align-items: center;}


 .notifications-wrapper .notification-users-picture{position: relative;}

 .notifications-wrapper .notification-users-picture img{ border-radius: 50%;
    width: 52px;
    height: 52px;
    object-fit: cover; 
    border: 1px solid white;
   margin-top:15px;}

   .notifications-wrapper .notification-users-picture i{ 
    position: absolute;
    bottom: 0;
    text-align:right;
    left:35px;
    background: rgba(0, 0, 0,0.3);
    padding: 4px;
     border-radius: 50%;
     color:rgba(65, 215, 175);
     font-size: 14px;

     }

.notifications-wrapper .notification-content{margin-left: 3px;}


.notifications-wrapper .notification-content  .time{
   font-size: 11px;
  font-weight: normal;
 margin-bottom: 5px;
 text-align: right;
 opacity: 0.6;
 }

a{text-decoration: none;}

.notifications-wrapper .notification-content .notification{}

.notifications-wrapper .notification-content .notification .content-container{
  word-spacing: 1.6px;
 word-wrap: break-word;
 line-height: 19px;
 font-size: 15px;
 margin-right: 12px;
 cursor: pointer;

}

.notifications-wrapper .notification-content .notification .content-container b{color:lightblue;
                                     text-transform: capitalize;
                                   font-weight: normal;}


.notifications-wrapper .notification-content .notification .content-container .call-wrapper{margin-top: 5px;}

.notifications-wrapper .notification-content .notification .content-container a{padding: 2px 5px;
                                      margin:2px 10px;}



.notifications-wrapper .notification-content .notification .content-container .call{background: rgba(45, 200, 250, 1.0);}

.notifications-wrapper .notification-content .notification .content-container .mail{background: rgba(45, 245, 200, 1.0);}


.notifications-wrapper .notification-content .notification i{
 font-size: 13px; 
 color:teal;
  float: right;
  padding-right: 2px;
  padding-top: 5px;
  cursor: pointer;}



#load_more_notifications{ text-align: center;
                     padding:20px 2px 15px 2px;
                     color: aqua;
                     word-spacing: 1.6px;
                     font-size: 16px;
                     cursor:pointer;
                  background:rgba(0, 0, 0, 0.1);
                  display: none;}
   
.no-notifications-alert{text-align: center;
                  padding: 40px 2px;
                  font-size: 15px;
                  font-weight: bold;
                  background:rgba(0, 0, 0, 0.1);
                  word-spacing: 1.7px;
                color: crimson;}

.no-notifications-alert .btn-wrapper{margin-top:20px;
                              text-align: center;}

.no-notifications-alert .btn-wrapper button{
                           padding: 3px 25px;
                          background: #034;
                          color: white;
                        border-radius: 20px;
                     font-weight: normal;
                   border: 1px solid rgba(255, 255, 255, 0.5);
                 word-spacing: 1.6px;
                 cursor: pointer;
                 font-size: 14px;}



.notification-dialog-wrapper{display: none; 
                        z-index: 999;
                       position: fixed;
                        top: 0;
                        left: 0;
                        background: rgb(0, 0, 0);
                        background: rgba(0, 0, 0, 0.4);
                        width: 100%;
                        height: 100%;
                        text-align: left;}

.message-dialog-content{
                        padding: 10px 25px;
                      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
                     margin: 5% auto;
                   width: 95%;}

/*modifyng the modal size on big devices*/

@media screen and (min-width: 700px){
.message-dialog-content{
                     margin: 5% auto;
                   width: 50%;}
               }

.message-dialog-content .message-title{ font-weight: bold; font-size: 15px; word-spacing: 1.7px;}

.message-dialog-content .message-content{ margin-top: 10px;
                                 word-spacing: 1.6px; 
                                line-height: 20px;}

.message-dialog-btn-wrapper{ margin-top: 20px; padding-bottom:15px ;}

.delete_ok_btn{
   margin-right: 25px;
    background: #068;
     color: white;
      font-size: 14px;
   padding: 7px 15px;
   border: none;
   outline: none;
   border-radius: 3px;
  cursor: pointer;}

.cancel-delete-btn{
border: 1px solid rgba(0, 0, 0, 0.2);
 color: rgba(0, 0, 0, 0.8);
padding: 5px 15px;
outline: none;
border-radius: 3px;
 cursor: pointer;
 font-size: 14px;}


.dont_ask{padding-top: 15px;}

.dont_ask input{margin-right: 5px; width: unset; }

.dont_ask span{font-size: 13px; word-spacing: 1.6px;}



