/* Define the MoolBoran font face */
@font-face {
  font-family: "MoolBoran";
  src: url("https://generateur.igd-tunisie.com/fonts/MoolBoran.woff2")
      format("woff2"),
    url("https://generateur.igd-tunisie.com/fonts/MoolBoran.woff")
      format("woff"),
    url("https://generateur.igd-tunisie.com/fonts/MoolBoran.ttf")
      format("truetype");
  font-display: swap; /* Preload the font and swap it with the fallback font when it's ready */
}

/* Flex container for the rows */
.text-input-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Style for each input element */
.text-input {
  flex: 0 0 calc(50% - 10px); /* Adjust spacing between elements as needed */
  margin-bottom: 10px;
  box-sizing: border-box;
}

/* Center-align the input elements within each column */
.text-input input {
  width: 100%;
  margin: 0 auto;
}
