/* karla-300 - latin-ext_latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/karla-v15-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/karla-v15-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/karla-v15-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/karla-v15-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/karla-v15-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/karla-v15-latin-ext_latin-300.svg#Karla') format('svg'); /* Legacy iOS */
}
/* karla-regular - latin-ext_latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/karla-v15-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/karla-v15-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/karla-v15-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/karla-v15-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/karla-v15-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/karla-v15-latin-ext_latin-regular.svg#Karla') format('svg'); /* Legacy iOS */
}
/* karla-700 - latin-ext_latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/karla-v15-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/karla-v15-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/karla-v15-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/karla-v15-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/karla-v15-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/karla-v15-latin-ext_latin-700.svg#Karla') format('svg'); /* Legacy iOS */
}
* {
            box-sizing: border-box;  /* Include padding and border in the element's total width and height */
            margin: 0;               /* Reset default margins */
            padding: 0;              /* Reset default paddings */
        }
body {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
}
.form-preview{
    display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.table,
.table th,
.table td {
    border: none; /* Remove borders */
}
td {
    word-wrap: break-word; /* Allows long words to break into the next line */
}
.table-responsive {
            max-height: 1200px; /* Set a fixed height */
            overflow-y: auto;  /* Enable vertical scrolling */
            overflow-x: hidden; /* Prevent horizontal scrolling */
        }
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); /* Light gray for odd rows (striped effect) */
}
.pagination{
    margin-bottom:0;
}
.text-pagination{
    display: grid;
    place-items: center; /* Shorthand for justify-items and align-items */
    height: 100%; /* Or any other relative height */
}