/*bytewebster.com*/
/*bytewebster.com*/
/*bytewebster.com*/
@import url(https://unpkg.com/@webpixels/css@1.1.5/dist/index.css);

/* Bootstrap Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

/* Modal Sliding from Right to Left */
.modal.fade .modal-dialog {
  transition: transform 0.5s ease-in-out;
  transform: translateX(100%);
}

.modal.fade.show .modal-dialog {
  transform: translateX(0);
}

#pagination {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pagination-btn {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: white;
  cursor: pointer;
  border-radius: 5px;
}

.pagination-btn.active {
  background-color: #07b74a;
  color: white;
  border-color: #07b74a;
}

.pagination-btn:disabled {
  background-color: #f5f5f5;
  color: #ccc;
  cursor: not-allowed;
}

/* Right-aligned Modal */
.modal-dialog-slide-right {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modal-dialog-slide-right-status {
  position: fixed;
  top: 50;
  bottom: 0;
  right: 0;
  margin: 0;
  max-width: 400px;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
}
.modal-dialog-slide-right-checkout {
  position: fixed;
  top: 50;
  bottom: 0;
  right: 0;
  margin: 0;
  max-width: 400px;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
}

.modal-dialog-slide-right-vis {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  max-width: 700px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Make the content scrollable */
.modal-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}

.info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.info-item {
  flex: 1;
  margin-right: 80px;
}

.info-item:last-child {
  margin-right: 0;
}

.info-item strong {
  display: block;
  color: #666;
  margin-bottom: 4px;
}

.info-item div {
  font-size: 16px;
  color: #000;
}

.image-container img {
  /* padding: 20px; */
  border-radius: 50%;
  margin-left: 100px;
  margin-bottom: 20px;
}

#message {
  font-size: 1rem;
  font-weight: bold;
}
#message.success {
  color: green;
}
#message.error {
  color: red;
}

.form-container {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
}

.form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.form-control {
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  box-shadow: none;
  transition: border-color 0.3s ease-in-out;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
  outline: none;
}
/* ================================================================ */
.overview-card {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  max-width: 300px;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.overview-card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-highlight {
  color: #1e90ff; /* Blue color for month */
}

.overview-details {
  margin-top: 15px;
}

.detail-row {
  margin-bottom: 15px;
}

.detail-row p {
  font-size: 14px;
  color: #7d7d7d; /* Gray color for labels */
  margin: 0;
}

.detail-row h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0;
  color: #000000; /* Black color for important numbers */
}

.detail-row h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  color: #333333; /* Dark gray for secondary information */
}

.row {
  margin-bottom: 20px;
}
canvas {
  max-width: 100%; /* Adjust width */
  height: auto; 
}

.graph-contener {
  background-color: white;
  padding: 20px;
}
