:root {
  --them-clr: #0d9329;
  --menu-clr: #e31a07;
  --login-btn-clr: #e31a07; /* it is button color and hover color is --them-clr */
}
/* change all table head backgound color */
table thead {background: var(--them-clr) !important;}
table thead th {color: #fff !important;}
table tbody tr {border-bottom: 1px solid #ddd;}
table tbody tr:last-child {border-bottom: none;}

.nav_1 .branch_photo{
  border-radius: 50%;
  border: 2px solid var(--them-clr);
}
@media(min-width:768px){
  .nav_1 .branch_photo{margin-top: 5px;}
}
.dashboard_photo{ text-align: center; margin-top:20px }
.dashboard_photo img{
  max-width:100%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 7px;
}
.dashboard_photo h2,.dashboard_photo p {color: green;}
.dashboard_photo h2{font-size: 23px;margin-top: 10px;text-shadow: 1px 1px 1px #000;}