html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.rpt-hdr {background: #e1ddd9;
  font-size: 0.875rem;
  color: #695e4a;
  border-color: #dee2e6;
  padding: 0.3rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-weight: bold;
  display: table-cell;
  /*text-indent: initial;*/
  border-spacing: 2px;
  border-right: 1px solid #ffffff !important;
}

.rpt-line {
  font-size: 0.875rem;
  color: #695e4a;
  border-color: #dee2e6;
  padding: 0.3rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-indent: initial;
  border-spacing: 2px;
}

.repeater-container {
  max-height: 500px;
  overflow-y: scroll;
  border: none; /* Hides borders */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding:0px;
  margin:0px;
}
.repeater-container {
  border-bottom: 2px solid #33b35a;
}
  .repeater-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
  }

.mobile-row {
  border-bottom: 2px solid #33b35a;
}
.toast-top-center {
  top: 100px !important; /* 100 pixels down from the top */
}