.bg-dark{
  background-color: #3367D1 !important;
  border-color: #3367D1 !important;
}
.bg-dark-side{
  background-color: #5A6978;
   
  min-height:550px; /* real browsers */
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #969FAA !important;
}
.navbar-text{
  font-size: 28px !important;
  font-weight: 700;
  color: #fff !important;
  margin-right: 20px !important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ADECFC;
  background-clip: border-box;
  border: 1px solid rgb(189,195,202);
  border-radius: 0.25rem;
}
.navbar-brand{
  padding-left: 20px;
    margin-left: 20px;
}
.nav-item a:hover {
  color: #FFFFFF;
  background-color: #969FAA !important;
}
.nav-item{
  font-size: 11px !important;
  padding: 0px 0px 14px 0px !important;
}
.side-icon{
  font-size: 1.4em !important;
}
.table > :not(:first-child) {
  border-top: 0;
}
.radio-space{
  margin-right: 4rem !important;
  font-weight: 700;
}
.radio-size{
  font-size: 1.3em !important;
}
.mt-4{
  margin-top: 4px !important;
}
.pl-2{
  padding-left: 2px !important;
}
.ml-2{
  margin-left: 2px !important;
}
.db-bg-co{
  background-color: #EFF1F2 !important;
}
.form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
.dataTables_wrapper {
  padding-top: 30px !important;
}
table.dataTable tbody tr {
  background-color: #EFF1F2 !important;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 0px solid #111 !important;
}

.pagination-container {
        border: 1px solid #ddd; /* Add a border around the entire pagination container */
        padding: 10px;
        margin: 10px 0;
    }

    .pagination li {
        border: 1px solid #ddd; /* Add a border around each pagination item */
        margin: 2px;
    }

    .pagination a {
        text-decoration: none;
        padding: 8px 16px;
        display: block;
    }
    .pagination .current-page {
        background-color: #007bff; /* Blue background for the current page */
        color: #fff; /* White text on the current page */
    }
.date-icon{
	height:25px;
	width:25px;
}
li.disabled{
	pointer-events:none; 
    opacity:0.6;      
}

        
.notification-dropdown {
        position: absolute;
        top: 50px;
        right: 10px;
        width: 300px;
        max-height: 400px;
        overflow-y: auto;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        list-style: none;
        padding: 10px;
        z-index: 1000;
    }

    .notification-dropdown li {
        padding: 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

    .notification-dropdown li:hover {
        background-color: #f9f9f9;
    }

    .hidden {
        display: none;
    }

    .notification-icon {
        position: relative;
    }

    .notification-count {
        position: absolute;
        top: 0;
        right: 0;
        background: red;
        color: white;
        font-size: 12px;
        border-radius: 50%;
        padding: 2px 6px;
    }
    
   