@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");


body {
  font-family: "Inter", sans-serif;
  font-size: 16px !important; 
}

h1 {
  font-size: 2em !important; 
}

p {
  font-size: 1.2em !important; 
}

button {

  font-family: "Inter", sans-serif;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.close {
  position: absolute;
  top: 50px;
  right: 10px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

#reader {
  width: 640px;
}
@media (max-width: 600px) {
  #reader {
    width: 300px;
  }
}

.empty {
  display: block;
  width: 70%;
  height: 20px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#scanapp_ad {
  display: none;
}
@media (max-width: 1500px) {
  #scanapp_ad {
    display: block;
  }
}

.table-responsive {
  width: 100%;
  overflow-x: auto; /* Enables horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto; /* Ensures columns adjust to content */
}

.table th, .table td {
  padding: 10px;
  text-align: left;
  /* border: 1px solid #ddd; */
  white-space: nowrap; /* Prevents text wrapping */
}

.table th {
  background-color: #f8f8f8;
  font-weight: bold;
}

.table tr{
  margin: 0;
}