html {
  font-size: 14px;
  scroll-behavior: smooth
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-group{
    margin-top : 5px;
}
#idtag{
    border: 1px solid black;
    width: 8cm;
    height: 5cm;
}
@media print {
    .rows-print-as-pages {
        page-break-before: always;
    }
    .navbar {
        display: none;
    }
}
.image-container {
    width: 100px; /* Set the width of your div */
    height: 3cm; /* Set the height of your div */
    overflow: hidden; /* Hide any content that overflows the div */
}

.image-container img {
    max-width: 100%; /* Ensure the image doesn't exceed the width of the container */
    height: 100%; /* Make the image fill the entire height of the container */
    object-fit: cover; /* Resize the image to cover the entire container while maintaining aspect ratio */
}
