@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
  --bs-primary: #C9252C;
}

html,
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  min-height: 100dvh;
}

h3 {
  margin-bottom: 0.8em;
  text-align: center;
}


/* Buttons */

a,
.btn-link {
  color: #0366d6;
}

.btn-primary {
  background-color: #1b6ec2;
  border-color: #1861ac;
  color: #fff;
}

button.btnlang {
  background-size: cover;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border-style: solid;
}

#btnEnglish {
  background-image: url("/img/flag-united-kingdom.png");
}

#btnGerman {
  background-image: url("/img/flag-germany.png");
}

.btn_style {
  align-self: center;
  border: 2px solid #ddd;
  border-radius: 15px;
  color: #c9252c;
  font-size: 1.5em;
  height: 10vh;
  width: 70%;
}

  .btn_style:hover {
    background-color: white;
    border-color: #adadad;
    color: #333;
  }

.btn i.fa + span,
.btn span + i.fa {
  padding-left: 10px;
}

#txtWbtn {
  font-size: 1.5em;
  margin: 10px;
  padding: 20px;
  text-align: center;
}

.prev-button,
.next-button {
  height: 56px;
}

/* messages */

.errorMsg {
  background-color: orangered;
  text-align: center;
}

.validation-message {
  color: red;
}

.wrapper .message span.file-icon {
  color: #CCC;
  font-size: 50px;
}

.wrapper .message {
  -webkit-transform: translateY(-50%);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

  .wrapper .message span.fa {
    color: #C9252C;
    font-size: 6em;
  }

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  #blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }

/* Scan QR Code */

#contStep1 > div > img {
  margin-left: -198px;
  margin-top: 2px;
}


/*Fetch data / Bootstrap grid */


/* Upload Area */

Fileupload .dropArea {
  align-items: center;
  background-color: lightblue;
  border: 2px dashed steelblue;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 236px;
  justify-content: center;
  padding: 10px;
  position: relative;
}

.dropArea:hover {
  background-color: #FFF;
  color: #333;
}

.dropArea input[type=file] {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.dropAreaDrop {
  background-color: rgb(208, 230, 220);
}

.inputArea {
  display: none;
}

.wrapper {
  -webkit-transition: border-color 0.15s linear;
  background-color: #FFF;
  background-image: none;
  border: 2px dashed #C9252C;
  border-radius: .25rem;
  color: #777;
  cursor: pointer;
  display: block;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  transition: border-color 0.15s linear;
  width: 100%;
}

  .wrapper:hover {
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(135deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    background-size: 30px 30px;
  }

  .wrapper input {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
  }

@keyframes stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 60px 30px;
  }
}

.drgdrp_container {
  align-items: stretch;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 236px;
  width: 100%;
}

#drgnDrpCont {
  align-items: center;
  border-color: black;
  border-radius: 10px;
  border-style: dashed;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 49vh;
  justify-content: center;
  width: 100%;
}

#loadImg {
  background-image: url("/img/download.png");
  background-size: cover;
  height: 58px;
  margin: 5px;
  width: 100px;
}

.drpTxt {
  font-size: 1.2em;
  margin: 10px;
  text-align: center;
}


/* Loader Animation */

.loader {
  -ms-transform: translateZ(0);
  -webkit-animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  animation: load4 1.3s infinite linear;
  border-radius: 50%;
  color: #c9252c;
  height: 1em;
  margin: auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 1em;
}

@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}


/* last Uploads Card box*/

.table {
  margin-bottom: 0;
  vertical-align: middle;
  width: 100%;
}

  .table td,
  .table th {
    height: 2.5em;
    padding: 0 5px;
  }

    .table td:first-child {
      text-align: right;
    }

.card {
  flex-grow: 1;
  height: fit-content;
  min-width: auto;
}

.transactions > .card, .transactions > .card > .card-header {
  border-bottom-width: 0;
  border-radius: 0;
}

.card:last-child td {
  width: 50%;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0;
}

.row:first-child .col:last-child {
  text-align: end;
}

.row {
  margin: 20px 0;
  width: 100%;
}

.table-striped tbody tr td:first-child {
  text-align: left;
}

.refresh-box {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}

.mini-dates, .mini-info {
  font-size: 10px;
}

  .mini-info > .bold {
    font-weight: bold;
  }

/* icons */

.icon {
  height: 15px;
}

.alert {
  text-align: center;
}

  .alert i.fa {
    padding-right: 10px;
    font-size: 1.5em;
    vertical-align: sub;
  }

.collector-img-btn {
  height: 10rem;
  width: auto;
}

.expand-col-h {
  min-height: 100%;
}

.event-img {
  max-width: 20rem;
}

.btn-collector {
  border-color: var(--kendo-color-base, #dee2e6);
  color: var(--kendo-color-on-base, #212529);
  background-color: var(--kendo-color-base, #dee2e6);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  font-family: var(--kendo-font-family, inherit);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--kendo-spacing-2, 0.5rem);
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  position: relative;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-radius: .25rem !important;
  padding: 1rem !important;
  font-weight: bold;
}

.btn-collector.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}

.instruction-image {
  max-height: 20rem;
  width: auto;
}

.collector-option-btn {
  max-width: 30rem;
}