.btns{ background: linear-gradient(90deg, #10182b 0%, #172c65 100%); 
    border-radius: 5px; border: none;  color: #fff; font-size: 15px;  font-weight: 400; 
    letter-spacing: 0.7px;  cursor: pointer;  }
.notification{ float: left;
        position: relative; height: 100px;width: 300px; background-color: #e9e9ed; 
         color: #10182b; border-radius: 5px; margin-top: 20px; animation-name: notificationanimation;
         animation-duration: 0.6s;right:10px; 
}
.notifiman{ position: absolute; height: 50px;  width: 50px; border-radius: 50%; padding: 4px; top: 10px;
}
.bottom { text-align: center; position: relative; bottom: 0px; top: 50px; height: 200px; background: #192e9a;}
                
@keyframes notificationanimation {
    0%   { right:-200px; }
    100%  { right: 10px;}
  
  }
  @keyframes notificationanimationclose {
    0%   { right:10px; }
    100%  { right:-200px;}
  
  }
.notiX{ position: relative; left: 250px; top: 10px; padding: 20px; }
.notificatiodiv{ position:fixed; height: auto; width: 350px; top: 2%; right: -35px;}


#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 98%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #192e9a;
  color: white;
}
.tdApproval{color: green;font-weight: bold;}
.tdRejected{color: red;font-weight: bold;}
.tdProcessing{color: blue;font-weight: bold;}
.tdPaymentPending{ color: rgb(115, 77, 2);font-weight: bold; }
.selectcss{ font-family: Arial, Helvetica, sans-serif;
    height: 40px; border-color: #192e9a; border-radius: 5px; font-weight: bold; 
    
}
.footer-links ul {
  flex-direction: row;
  gap: 40px;
  margin-bottom: 0;
}
ul{
  list-style: none;
  margin-bottom: 15px;
}
.footer-links ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.3px;
}
a{text-decoration: none;}
hr{color: #192e9a;}
.btns{
  width: 80%;
  height: 50px;
}