/* Application styles */
body {
  font-size: 16px;
  line-height: 1.6;
}

.bg-deleted td {
    background-color: #CCC !important;
}

.bg-dark li a {
  color: #FFF;
}

.border-form {
  border-color: #dee2e6;
}

label {
  font-weight: 800;
  margin-bottom: 3px;
}

.wrapper {
  max-width: 768px;
}

.form-control[readonly] {
  background-color: #FFF !important;
}
.form-control-sm {
  border-width: 1px;
  border-color: #dee2e6;
}
.form-select-sm {
  background-color: #FFF;
  border-color: #dee2e6;
}

.form-select-multi-date {
  min-width: 200px;
  display: inline;
  width: auto;
}
.form-select-multi-date .ts-control {
  cursor: pointer;
  padding-right: 2em !important;
}

.form-switch.form-switch-md {
  padding-left: 4.5em;
  height: 2.5em;
}

.form-switch.form-switch-md .form-check-input {
  margin-left: -4.5em;
  margin-top: 0;
  height: 2em;
  width: 4em;
}

.form-text {
  font-size: 14px;
}

.fs-7 {
  font-size: 0.9rem;
}
.fs-8 {
  font-size: 0.8rem;
}
.fs-9 {
  font-size: 0.7rem;
}
.fs-10 {
  font-size: 0.6rem;
}

.has-error input, .has-error textarea, .has-error select {
  border-color: #dc3545 !important;
  border-width: 2px;
}

input.file-control[type=file] {
  width: 100%;
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 12px;
}

input.file-control[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #AAA;
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input.file-control[type=file]::file-selector-button:hover {
  background: #777;
}

.modal-wide-dialog {
  max-width: 640px;
}

.popover {
  max-width: 400px;
}

.rounded-10 {
  border-radius: 10px;
}

.ss-single-selected .placeholder {
  background-color: #FFF !important;
  opacity: 1 !important;
}

.ss-disabled .placeholder {
  background-color: #dcdee2 !important;
}

.target-blank:after {
  content: url("/assets/box-arrow-in-up-right-af5904a5.svg");
}

.table th {
  font-size: 80%;
}

.form-select-sm > .ts-control {
  padding-top: 0;
  padding-bottom: 0;
}

.turbo-progress-bar {
  display: none;
}
