:root {
  font-size: 14px;
  --main-color: black;
  --spacing: 1rem;
  font-family: sans-serif;
}

body {
  background-color: #eeeeee;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1450px !important;
  }
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
select.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  border-color: none;
  box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control,
.input-group-text,
.alert {
  border-radius: 0 !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: rgba(238, 238, 238, 0.2705882353);
  opacity: 1;
}

label {
  color: #383838;
}

.fs-18 {
  font-size: 1.6rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.fs-08 {
  font-size: 0.8rem !important;
}

.icon {
  max-height: 24px !important;
}

iconify-icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.btn:has(.icon) {
  gap: 4px;
  display: inline-flex;
  align-items: center;
}

.drop-area {
  border: 1px dashed #ccc;
  padding: 2rem;
  text-align: center;
  color: #797979;
}

.file-card {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px;
}

.file-card-header {
  font-weight: bold;
  margin-bottom: 5px;
}

.file-type-select {
  margin-top: 5px;
}

.dataTables_filter {
  margin-bottom: 0.4rem;
}

#progress-div {
  display: none;
}

table.dataTable {
  border-collapse: collapse;
}

table.dataTable td,
table.dataTable th {
  border-width: 1px;
  border-color: #bebebe;
}

table td {
  vertical-align: middle;
}

.documents-tooltip .tooltip-inner {
  min-width: 400px !important;
  max-width: auto !important;
  padding-top: 0.5rem;
  display: flex !important;
  align-items: center !important;
  justify-content: start !important;
  text-align: left;
}

.vh-90 {
  height: 90vh;
}

.weekdays-list li {
  width: 20%;
  text-align: center;
}

.rs-container .rs-scale {
  display: flex;
}

.stepper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: white;
  padding: 1rem;
}
.stepper .step {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-style: italic;
  min-width: 10%;
}
.stepper .step .indice {
  color: white;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #9d9d9d;
}
.stepper .divider {
  width: 100%;
  height: 0.05rem;
  background-color: gray;
  margin-top: 1.7rem;
}
.stepper .green {
  background-color: #198754 !important;
}
.stepper .red {
  background-color: #dc3545 !important;
}

@media only screen and (max-width: 768px) {
  .stepper .step {
    min-width: 25% !important;
  }
}
.slider-container .labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: gray;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
  background-color: #198754;
}

legend {
  font-size: 1rem;
  font-weight: 400;
}

fieldset {
  border: solid #ced4da 0.05rem;
}
fieldset label {
  font-size: 0.9rem;
}

.badge {
  font-weight: 600;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled {
  opacity: 1 !important;
}

.w-40 {
  width: 40% !important;
}

.input-group:has(.is-invalid) ~ .invalid-feedback,
.is-invalid ~ .invalid-feedback {
  display: block !important;
}

.border-gray {
  border-color: rgba(0, 0, 0, 0.2588235294) !important;
}

.td-submission {
  cursor: pointer;
}

.tooltip-inner {
  min-width: 384px !important;
}

.col-truncate {
  max-width: 200px;
}

.text-gray {
  color: gray !important;
}

.btn-outline-primary:hover {
  color: white !important;
}

.notification-badge {
  top: 0;
  right: 0;
  background: red;
  padding: 0.15rem 0.4rem;
  position: absolute;
  border-radius: 0.5rem;
  min-width: 1.3rem;
  height: 1.3rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}

.hasDatepicker {
  background-color: #ffffff !important;
  opacity: 1;
  cursor: pointer;
}

.border-shadow {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
  border: none !important;
}

.card-header[data-bs-toggle=collapse] > iconify-icon:last-child {
  transition: transform 0.2s ease;
}

.card-header[data-bs-toggle=collapse].collapsed > iconify-icon:last-child {
  transform: rotate(-90deg);
}
