
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-size:0.94rem;
}
main {
	flex: 1;
}

.nav-link {
	color:white;
}
.card-items{
	
}
.card-items p{
	margin:1px;
}

.fs-bengali{
	font-size: 0.80rem;
}

/* Mobile Menu Styles */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: white;
    z-index: 1050;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.mobile-menu.show {
    left: 0;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.mobile-menu-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Nav Item Styling */
.mobile-menu .nav-item {
    padding: 10px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu .nav-link {
    padding: 8px 0 !important;
}

/* Desktop Styles */
@media (min-width: 992px) {
    .mobile-menu,
    .mobile-menu-overlay,
    #mobileMenuToggler,
    #closeMobileMenu {
        display: none !important;
    }
}

/* Custom Carousel Styles */



/* Add this to your CSS file */
footer {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer h5 {
  position: relative;
  padding-bottom: 10px;
}

footer h5::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #c09a0b;
}

footer a:hover {
  color: #0d6efd !important;
  padding-left: 5px;
  transition: all 0.3s ease;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: #0d6efd;
  transform: translateY(-3px);
}

.text-justify {
  text-align: justify;
}

  .green-label {
    background: var(--bs-green);
    color: var(--bs-white);
    padding: 6px 18px 8px 24px;
    margin-left: -28px;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 3px 8px var(--bs-gray);
    display: inline-block;
    margin-bottom: 6px;
  }
  
  .yellow-label { 
    background: var(--bs-orange);
    color: var(--bs-white);
    padding: 6px 24px 8px 18px;
    margin-right: -28px;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 3px 8px var(--bs-gray);
    display: inline-block;
    margin-bottom: 6px;
    text-align: right;
    float: right;  
  }
  
  .list-group{
	--bs-list-group-border-color: none;
  }
  
 .list-group-item {
    position: relative;
    display: block;
    padding: 0.1rem 1rem;
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: #ff000000;
} 

.btn-x-outline-light{
	--bs-btn-color: #414141;
    --bs-btn-border-color: #dee2e6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}


.treeview-item {
	padding: 8px 5px 8px 30px!important;
}

.app-sidebar__user-avatar {
	max-width: 35px;
	margin-right: 8px;
}

.custom-card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease-in-out;
}

.custom-card:hover {
  transform: translateY(-4px);
}

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-right: 1rem;
}

.card-title {
  font-size: 1.03rem;
  font-weight: 600;
  margin-bottom: 0;
}

.table-x-primary {
	height: 2.2rem;
    --bs-table-color: #ffffff;
    --bs-table-bg: #198673;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.x-lebel{
    font-size: 12px;
    font-weight: 500;
    margin-left: 3px;
    color: #504e4e;	
}

#global-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    z-index: 9999;
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Horizontal center */
    align-items: center; /* Vertical center */
}

.loading-spinner {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Rotation animation */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*   Only for select2 plugins  */
.select2-container {
  width: 100% !important;
}
.select2-selection--single {
  height: 38px!important; /* Match Bootstrap form-control height */
}
.select2-selection__rendered {
  line-height: 36px !important;
}
.select2-selection__arrow {
  height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
	height: 38px!important;
}


.widget-small.purple {
  background-color: #6f42c1;
}
.widget-small.purple.coloured-icon {
  background-color: #fff;
  color: #2a2a2a;
}
.widget-small.purple.coloured-icon .icon {
  background-color: #6f42c1;
  color: #fff;
}


.widget-small.teal {
  background-color: #20c997;
}
.widget-small.teal.coloured-icon {
  background-color: #fff;
  color: #2a2a2a;
}
.widget-small.teal.coloured-icon .icon {
  background-color: #20c997;
  color: #fff;
}

