small {
  margin-bottom: 2px;
}
textarea.error {
  border-color: #ce3008ff; /* Bootstrap-style red border */
}

label.error {
  color: #ce3008ff;
  font-size: 13px;
  display: block;
  padding-left: 7px;
}
.note-editor.is-invalid {
  border: 1px solid #ce3008ff; /* Bootstrap "danger" red */
  border-radius: 0.25rem;
}
.modal hr {
  display: none !important;
}
.error {
  padding-left: 7px;
  font-size: 13px;
  color: #ce3008ff;
}

.field-icon {
  float: right;
  margin-left: 4px;
  margin-right: 15px;
  margin-top: -27px;
  position: relative;
  z-index: 4;
}

.assetTitle {
  background-color: #004d28;
  color: white;
  padding: 5px;
  margin: 0px;
}

#message {
  display: none;
  color: white;
  font-size: 12px;
}

#login-background {
  background: url("../../dist/img/login.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  height: 100%;
}

.login-card {
  margin: auto;
  margin-top: 100px;
  width: 22rem;
  background-color: #101820;
  border-radius: 40px;
}

.login-body {
  padding: 10px;
}

.input-group-text {
  background-color: #e6ad3e;
  color: white;
}
/*
input[type],
select {
  border-color: #004d28;
  transition: ease-in-out, width 0.35s ease-in-out;
}

input[type]:focus,
select:focus {
  border-color: #e6ad3e;
  transition: ease-in-out, width 0.35s ease-in-out;
}

.btn-login,
.btn-register {
  background-color: #004d28;
  border-color: #004d28;
}

.btn-login:hover {
  border-color: #28a745;
  background-color: #28a745;
  color: white;
  font-weight: bold;
}

.btn-login:active {
  border-color: #28a745;
  background-color: #28a745;
  color: white;
  font-weight: bold;
} */

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  z-index: 1000;
  /* Sit on top */
  padding-top: 80px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 100;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 25px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .modal-content {
    width: 90%;
  }
}

/* The Close Button */
.close {
  color: rgba(0, 0, 0, 0.5);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* The Close Button */
.closex {
  color: rgba(0, 0, 0, 0.5);
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: p;
}

/* The Close Button */
.closey {
  color: rgba(0, 0, 0, 0.5);
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: p;
}

/* The Close Button */
.closeupload {
  color: rgba(0, 0, 0, 0.5);
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: p;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.closex:hover,
.closex:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.closey:hover,
.closey:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.closeupload:hover,
.closeupload:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding-top: 5px;
  padding-right: 8px;
  background-color: white;
  border-bottom: solid rgba(0, 0, 0, 0.3) 0.5px;
  color: white;
  height: 40px;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  background-color: white;
  border-top: solid rgba(0, 0, 0, 0.3) 0.5px;
  color: black;
  height: 70px;
}

input[type="date"]:before {
  color: lightgray;
  content: attr(placeholder);
}

input[type="date"].full:before {
  color: black;
  content: "" !important;
}

/*

qr code css */

#html5-qrcode-button-camera-start {
  background-color: #004d28;
  color: white;
}

#html5-qrcode-button-camera-stop {
  background-color: red;
  color: white;
}

#html5-qrcode-button-camera-permission {
  background-color: black;
  color: white;
}

#html5-qrcode-button-file-selection {
  background-color: #004d28;
  color: white;
}

#html5-qrcode-button-camera-tourch {
  background-color: #e6ad3e;
  color: white;
}

.bg-warning {
  color: white !important;
}

.my-confirm-button {
  background-color: rgb(8, 88, 27) !important; /* green */
  color: white !important;
  border: none !important;
}

.my-confirm-button:hover {
  background-color: rgb(5, 82, 22) !important;
}
