/*body{
  background: #d9f2ffa1 !important;
}*/

.text_align_justify{
  text-align: justify !important;
}

.menu_bg{
  background-image: linear-gradient(to right,#339cd0,#3ebcfc,#339cd0) !important;
}

.navbar-brand{
  color: #d9eaf3 !important;
  font-weight: bold !important;
}

.dropdown-item{
  color: #004f77 !important;
}

.offcanvas .nav-link{
  color: #004f77 !important;
}

.dropdown-item:hover{
  background-image: linear-gradient(to left,#c0eaff,#81d5fe) !important;
}

.dropdown-menu{
  background-image: linear-gradient(to bottom,#e4f6ff,#afe4ff) !important;
}

.datepicker {
  background-color: #ffffff !important; /* light blue */
  border-radius: 6px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.datepicker table{
  background-color: #ffffff !important; /* light blue */
}

table{
  white-space: nowrap !important;
}

.dropdown-toggle::after {
  display: none !important;
}







