.logo_login
{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cust-text-center
{
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.beautify-btn
{
  padding-left:50px;
  padding-right:50px;
}

/* Optional: Add some styles for the sidebar */
.sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 15px;
    background-color: #f8f9fa;
  }

  .sidebar a {
    padding: 8px 16px;
    display: block;
    text-decoration: none;
  }

  .sidebar .nav-link {
    color: #333;
  }

  .sidebar .nav-link.active {
    background-color: #007bff;
    color: #fff;
  }

  .sidebar .nav-link.active i {
    color: #fff;
  }

  .sidebar .nav-item .nav-link.collapsed::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 10px;
  }

  .sidebar .nav-item .nav-link.expanded::after {
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 10px;
  }

  /* Custom styles for the dashboard cards */
  .content {
    padding: 20px;
  }

  .card {
    text-align:left !important;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
  }

  .card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }

  .card-body {
    padding: 20px;
  }

  .card-title {
    font-size: 15px;
    margin-bottom: 0px;
    text-align: left;
    padding-top: 0px; 
    padding-bottom: 0px;
  }

  .card-icon {
    font-size: 40px;
    margin-bottom: 0px;
    text-align: left !important;
  }

  .card-value {
    font-size: 20px;
    font-weight: bold;
    color: #843306; /* Custom color for the value */
    text-align: left;
    padding-top: 0px; 
    padding-bottom: 0px;
    margin-bottom:0px !important;
  }

  .card-description {
    font-size: 12px;
    color: #e8e8e8; /* Custom color for the description */
    text-align: left;
    padding-top: 0px; 
    padding-bottom: 0px;
    margin-bottom:0px !important;
  }
  .card-green
  {
    background-color: #0ece75!important;
  }
  .card-red
  {
    background-color: #e6626f!important;
  }
  /* Footer styles */
  .footer {
    text-align: center;
    padding: 10px 0;
    background-color: #f8f9fa;
    width: 100%;
  }

  .footer a {
    color: #007bff;
    text-decoration: none;
  }

  h1, h2, h3, h4, h5, h6
  {
    font-family: 'Poppins', sans-serif;
    padding-top:10px;
    padding-bottom:10px;
  }
  h1{
    font-size: 25px;
  }
  h2{
    font-size: 23px;
  }
  h3{
    font-size: 22px;
  }
  h4{
    font-size: 20px;
  }
  h5{
    font-size: 18px;
  }
  h5{
    font-size: 16px;
  }
  p, a, th, td, span, li
  {
    font-family: 'Lato', sans-serif;
    font-size:14px;
  }
  .para_veil h2
  {
    text-decoration: underline !important;
  }
  .justify
  {
    text-align:justify;
  }
  /* Styles for screens smaller than 768px (typical mobile screen size) */
@media (max-width: 767px) {
  .card-body {
    padding: 10px;
    display: block;
    padding-bottom: 10px;
  }

  .card-title {
    font-size: 14px;
  }

  .card-icon {
    font-size: 25px;
  }

  .card-value {
    font-size: 20px;
  }

  .card-description {
    font-size: 11px;
    color: #e8e8e8; /* Custom color for the description */
  }
  /* Example: Hide some elements on mobile */
  .desktop-only {
    display: none;
  }
  .card
  {
    margin-bottom:15px;
  }
}



