	.page-wrapper {
 
    padding-top: 80px;
 
}
.user-menu {
margin: 10px 0px;
    }
.sidebar {
    top: 80px;
}
.header {
	height: 80px;
}
@media only screen and (min-width: 992px) {
    #toggle_btn{
		height: 80px;
	}
	.dashboard-box {
    width: 320px;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.dashboard-box:hover {
    transform: translateY(-5px);
    box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.25);
}

.dashboard-box h2 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.dashboard-box p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.btn-click {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(135deg, #007BFF, #0056D2);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-click:hover {
    transform: scale(1.05);
    box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.2);
}
.header .header-left .logo img {
	max-height: 70px;
        width: auto;
        margin-top: 5px;
}
.sidebar {
    background-color: #0b3654 !important;
}
.page-wrapper {
    background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgba(116, 15, 214, 0.27) 100%) 0% 0% / cover, url(assets/img/hero-bg.jpg) center center no-repeat;
	
	/* linear-gradient(45deg, rgb(255 255 255 / 71%) 0%, rgb(255 255 255/ 65%) 100%), url(assets/img/dbbg.jpg) center center no-repeat;; */
    background-position: center;
    background-size: cover;
	opacity: 1;
	
}
.card {
    border-radius: 10px;
    margin-bottom: 1.875rem;
	box-shadow: 1px 2px 3px #8f8d8d;
	margin-bottom: 20px;;
}
.sidebar-menu > ul > li > a:hover {
    background: linear-gradient(135deg, #007BFF, #0056D2);
    color: #fff;
}
.sidebar-menu li.active a {
	background: linear-gradient(135deg, #007BFF, #0056D2);
    color: #fff;
}
.top-nav-search {
    position: absolute;
    right: 38%;
}
div#datetime {
    position: fixed;
    top: 9px;
    right: 147px;
    z-index: 99999;
}
.sidebar-menu ul ul a {
    padding: 7px 10px 7px 9px !important;
}
		</style>

		<style>
			.accordion-content p {
    color: #fff;
}
			.accordion-button.active {
  background: linear-gradient(135deg, #f9f9f9, #8fd3f4); /* Bright green-blue gradient */
  color: #000;
}
			.accordion-button:hover {
  background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
}
			.accordion {
  width: 100%;
  
  margin: 1rem auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  font-family: sans-serif;
}

.accordion-button {
  width: 100%;
  background-color: #f9f9f9;
  padding: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}



.accordion-button .accordion-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  padding: 0 1rem;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-content p {
  margin: 1rem 0;
}


.accordion-button.active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-button.active + .accordion-content {
  max-height: 200px;
  padding: 1rem;
}

span.accordion-title {
    color: #3468b5;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.card-body {
    padding: 1px 1px !important;
}
.accordion-content {
    background: #2c3e50;
    background: -webkit-linear-gradient(to top, #3498db, #2c3e50);
    background: linear-gradient(to top, #3498db, #2c3e50);
}
i.fi.fi-tr-multiple, i.fi.fi-sr-multiple {
    background: none;
    color: #033355 !important;
    padding: 0px !important;
    box-shadow: none !important;
    display: contents !important;
} 
span.disabled {
    color: #ccc;
}
i.fi.fi-sr-house-chimney, i.fi.fi-sr-admin-alt, i.fi.fi-sr-payment-pos, i.fi.fi-sr-link, i.fi.fi-tr-address-book {
    background: none !important;
    box-shadow: none !important;
    display: contents;
}
ul.sub-submenu, ul.submenu a {
    width: 120%;
    background-color: #fff;
}
ul#quick-links {
    min-width: 350px !important;
}
.table td, .table th {
    padding: 10px;
    vertical-align: middle;
}
.accordion-button.active + .accordion-content {
    max-height: 450px;
    padding: 1rem;
}
.accordion-content td:hover {
    font-weight: 600;
}
ul.list-group.list-group-flush li a {
    position: relative;
    display: block;
    padding: .35rem .75rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    font-weight: 600;
    color: #033050;
    font-family: 'Mada';
    font-size: 16px !important;
}
ul.list-group.list-group-flush li {
    list-style: none;
}
.news-marquee {
  position: absolute;
  top: 10px; /* Adjust if you change heading size */
  left: 0;
  right: 0;
  height: 450px;
  overflow: hidden;
}

.news-marquee ul {
  display: inline-block;
  animation: scrollUp 10s linear infinite;
}

@keyframes scrollUp {
  0% { transform: translateY(0%); }
  100% { transform: translateY(-100%); }
}

.news-marquee ul:hover {
  animation-play-state: paused; /* Pause on hover */
}
ul.list-group.list-group-flush li a:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #007BFF, #0056D2);
}
.card-header.bg-info.border-primary {
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(135deg, #007BFF, #0056D2) !important;
    color: #fff;
    font-weight: 900 !important;
	    padding: 5px 20px !important;
}

.container.py-5.boxes{
.card {
      border: 1px solid #ccc;
      border-radius: 1rem;
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }
    .card:hover {
      transform: translateY(-5px);
    }
    .icon-circle {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f0f0f0;
      margin-right: 1rem;
    }
	.text-muted {
    color: #ffffff !important;
}
.card.p-3.d-flex.flex-row.align-items-center h5 {
    color: #fff !important;
        font-weight: 900;
        font-size: 24px;
        margin-top: 12px;
        font-family: 'Mada';
}
.dash1 {
   
	background: linear-gradient(to bottom, #3F51B5 10%, #132585 90%) !important;
}
.dash2 {
    background: linear-gradient(to bottom, #2e971d 10%, #147008 90%) !important;
}
.dash3 {
    background: linear-gradient(to bottom, #86930b 0%, #918308 100%) !important;

}
.dash4 {
    background: linear-gradient(to bottom, #D32F2F 0%, #ff4b2b 100%) !important;
}
.bg-success, .badge-success {
    background-color: rgba(0, 0, 0, 0.12) !important;
}
.bg-primary, .badge-primary {
    background-color: rgba(0, 0, 0, 0.12) !important;
}
.bg-warning, .badge-warning {
    background-color: rgba(0, 0, 0, 0.12) !important;
}
	}
	.container.py-5.boxes {
    padding: 10px !important;
}
	.card {
    margin: 12px;
}
.text-muted.small {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Mada';
}
i.fi {
    display: flex;
    font-weight: 900;
    font-size: 24px;
    flex-direction: column;
}
.row.g-4 a {
    width: 100%;
    display: contents;
}


.card {
    /* background: rgb(225 240 255) !important; */
    background: linear-gradient(135deg, rgb(253 254 255) 0%, rgb(225 240 255) 100%), url(../../assets/img/adminbg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.card {
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  /* margin: 0px !important; */
}
.row.g-4 .card{
    margin: 0px !important;
}
/* .card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
} */

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}

/* .card:hover .icon-circle {
  transform: rotate(12deg) scale(1.1);
  background: rgba(255, 255, 255, 0.9);
} */


.card.bg-primary:hover {
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.5);
}

.card.bg-success:hover {
  box-shadow: 0 8px 20px rgba(40, 167, 69, 0.5);
}

.card.bg-warning:hover {
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.5);
}

.card.bg-danger:hover {
  box-shadow: 0 8px 20px rgba(220, 53, 69, 0.5);
}



    .card.p-3.d-flex.flex-row.align-items-center.bg-primary.text-white.dash11 {
        background: linear-gradient(135deg, rgb(18 86 141 / 83%) 0%, rgb(39 57 155 / 70%) 100%),
         url(../../assets/img/2.jpg) center center no-repeat !important;
         
    background-size: cover !important;
    }

    .card.p-3.d-flex.flex-row.align-items-center.bg-primary.text-white.dash12{
background: linear-gradient(135deg, rgb(119 73 199 / 68%) 0%, rgb(114 68 195) 100%), 
url(../../assets/img/2.jpg) center center no-repeat  !important;
         
    background-size: cover !important;
}

 .card.p-3.d-flex.flex-row.align-items-center.bg-primary.text-white.dash13{
background: linear-gradient(135deg, rgb(137 22 157 / 79%) 0%, rgb(233 30 99 / 87%) 100%), url(../../assets/img/2.jpg) center center no-repeat !important;
         
    background-size: cover !important;
}

.breadcrumb {
  background: #f8f9fa;
  font-size: 0.95rem;
  display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.breadcrumb a {
  text-decoration: none;
  color: #007bff;
}

.breadcrumb a:hover {
  text-decoration: underline;
}


div#sidebar {
    display: none;
}
.page-wrapper {
    margin-left: 0px !important;
}
a#toggle_btn {
    display: none !important;
}


/* Custom CSS for multi-level dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.shadow-sm {
    margin-top: 80px;
}
.page-wrapper {
    padding-top: 8px !important;
}
ol.breadcrumb {
    padding: 0px 20px;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.shadow-sm {
    background: linear-gradient(135deg, rgb(119 73 199 / 68%) 0%, rgb(114 68 195) 100%), 
url(../../assets/img/menubg1.png) center center no-repeat  !important;
         
    background-size: cover !important;
}
i.fi.fi-tr-angle-double-small-right {
    font-size: 16px;
    font-weight: 900;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    animation: moveRight 3s linear infinite;
  opacity: 0.6; /* light effect */
  margin-right: 20px;
}
@keyframes moveRight {
  0% {
    transform: translateX(0);
    opacity: 0.3;
  }
  50% {
    transform: translateX(20px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.3;
  }
}
li.list-group-item {
    display: flex;
}

.d-flex {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    padding: 0px 50px 0px 0px;
}
hr {
    margin: 10px 0px !important;
}
h4 {
    margin-bottom: 0px;
    margin-top: 15px !important;
}
.container-fluid.mt-4 {
    margin: 0px !important;
    padding: 0px !important;
}
h4 {
    margin-bottom: 0px !important;
}

    .page-wrapper {
        background: linear-gradient(45deg, rgb(255 255 255 / 8%) 0%, rgba(116, 15, 214, 0.27) 100%) 0% 0% / cover,
         url(../../assets/img/hero-bg.jpg) center center no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
        opacity: 1;
    }
    .container-fluid.mt-4 h6.d-flex {
    display: flex !important
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
li.breadcrumb-item a {
    color: #000000 !important;
    font-weight: 600;
}
ul.navbar-nav.ms-auto a.nav-link {
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
ul.navbar-nav.ms-auto a.nav-link i.fi {
    margin-right: 5px;
}
.card p {
    font-size: 28px;
    line-height: 14px;
    margin-top: 12px;
    color: #002d5e;
}
.card.shadow-sm.p-3 .card:hover {
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1) inset, -7px -7px 8px rgba(255, 255, 255, 0.3) inset;
    border: 1px solid #d1cdee;
}


/* PSRM Tool */
.table thead {
      background: #0d6efd;
      color: #fff;
    }
    .table tbody tr:hover {
      background: #f1f7ff;
      transition: 0.2s;
    }
    .badge-total {
      background: rgba(13, 110, 253, 0.15) !important;
      color: #0d6efd !important;
      font-size: 14px !important;
      padding: 6px 12px !important;
    }
    .badge-open {
      background: rgba(255, 193, 7, 0.15)!important;;
      color: #ffc107!important;;
      font-size: 14px!important;;
      padding: 6px 12px!important;;
    }
    .badge-assigned {
      background: rgba(25, 135, 84, 0.15)!important;;
      color: #198754!important;;
      font-size: 14px!important;;
      padding: 6px 12px!important;;
    }
    .badge-total, .badge-open, .badge-assigned {
      border-radius: 8px !important;
      font-weight: 600 !important;
    font-size: 20px !important;
    min-width: 60% !important;
    min-height: 34px !important;
    font-family: 'Mada' !important;
}

p.btn-sm.btn-click.btn-info {
    height: 41px;
    margin-bottom: 0px !important;
    margin-left: 10px;
    padding-top: 8px;
}
select#filterStatus\ date {
    width: 100%;
    margin-left: 5px;
    margin-top: 0px;
    margin-right: 14px;
    padding-left: 42px;
}
i.fi.fi-tr-calendar-lines-pen {
    position: absolute;
    top: 15px;
    margin-left: 14px;
}