/* Hide "Save and add another" and "Save and continue editing" buttons */
.submit-row input[name="_addanother"],
.submit-row input[name="_continue"] {
    display: none !important;
}
#sidebar,
.app-list {
    /* The selector might vary based on what you need to hide */
    display: none !important;
}
.breadcrumbs {
    display: none !important;
}
body .breadcrumbs {
    display: none !important;
}
/* Hide the sidebar initially */
#container.collapsed #sidebar {
    display: none;
}

#container.collapsed #content {
    margin-left: 0;
}
#forgot-password-btn {
    text-align: center;
    font-size: 14px;
    color: #007bff;
    background: none;
    border: none;
    cursor: pointer;
}
#forgot-password-btn:hover {
    text-decoration: underline;
}



/* .content-wrapper>.content {
    padding: 1rem 2rem;
}
.content-wrapper>.content {
    padding: 0 .5rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.div {
    display: block;
    unicode-bidi: isolate;
} */
.dashboard-section {
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.section-title {
  font-size: 1.2rem;
  color: #007bff;
  font-weight: 500;
  margin-bottom: 1rem;
  border-left: 4px solid #007bff;
  padding-left: 10px;
}
.chart-container h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 1rem;
  text-align: center;
}
.chart-container {
    width: 100% !important;
    max-width: 800px !important;
    height: 500px !important;
    overflow: hidden !important;
    position: relative !important;
    margin-bottom: 20px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    flex-wrap: wrap;
    align-content: center;
    aspect-ratio: 16 / 10;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    /* overflow-clip-margin: content-box;
    overflow: clip; */

    
}
.chart-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}
.p-3 {
    padding: 2rem !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
@media (max-width: 768px) {
  .dashboard-container {
    padding: 1rem;
  }
  .chart-container {
    padding: 1rem;
  }
  .section-title {
    font-size: 1rem;
  }
}

/* 
.admindatefilter 
p {
    margin: 0 0.5em 8px 0px;
    line-height: 0;
    position: relative;
} */