/*# sourceMappingURL=custom.min.css.map */

.text-transform-none {
  text-transform: none !important;
}

.file-drop-area {
  height: 65px;
}

.toast_style {
  background: white !important;
  color: black !important;
  padding: 0px !important;
  opacity: 100% !important;
  box-shadow: none !important;
  border-bottom: 2px solid green;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#toast-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1055;
  max-width: 300px;
}

.toast {
  margin-bottom: 10px;
}

.td,
.th {
  word-wrap: break-word;
}

.js-example-basic-single {
  width: 120px !important;
}

.is-invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.text-truncate-one {
    max-width: 100px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
