body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #e5e9eb;
  color: #606060;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

.bold {
  font-weight: bold !important;
}

.icon-hover {
  transition: all 0.3s ease;
}
.icon-hover:hover {
  color: #019c7c;
}

.rounded-full {
  border-radius: 9999px !important;
}

.btn-main,
.btn-gray {
  font-size: 13px;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  margin-top: 30px;
}

.btn-main {
  background: #019c7c !important;
  color: white !important;
}

.btn-gray {
  color: #606060;
  background: #f0f0f0;
}

.btn-container {
  display: flex;
  justify-content: flex-end;
}
.btn-container .btn {
  margin-left: 5px;
}

a {
  color: #019c7c !important;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  filter: brightness(0.9);
  color: #019c7c;
}

.text-success {
  color: #019c7c !important;
}

.hidden {
  display: none !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.text-lg {
  font-size: 1.15rem !important;
}

.box {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-bottom: 1rem;
  overflow: auto;
  height: fit-content;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 38px;
  padding: 0.375rem 0.75rem;
  line-height: 2;
  color: #495057;
  content: "Buscar";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.new-element-btn {
  border: none;
  text-align: left;
  background: white;
}
.new-element-btn:hover {
  color: #019c7c;
}
.new-element-btn:hover i, .new-element-btn:hover svg {
  color: #019c7c;
}

.scrolleable-textarea {
  height: 8rem;
  overflow: auto;
  resize: none;
}

#body-sections section {
  max-width: 1920px !important;
  padding: 1.5rem !important;
}

section .custom-table {
  background: white;
  border-radius: 0.5rem;
  padding: 1rem;
}

.custom-table {
  width: 100%;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 10px 0 0 0 !important;
}
.custom-table th,
.custom-table td {
  padding: 0.75rem 1.25rem !important;
}
.custom-table th {
  color: white !important;
  background-color: #019c7c !important;
}
.custom-table td {
  border-bottom: 1px solid #ededed;
}
.custom-table tr:nth-child(odd) td {
  background: #f5f5f5 !important;
}
.custom-table .active-row {
  color: #019c7c;
}

.form-check-input:checked {
  border-color: #019c7c !important;
  background-color: #019c7c !important;
}

/*# sourceMappingURL=general.css.map */



.custom-sub1-table th {
  color: white;
  background-color: #5dab9b;
}

.custom-sub2-table th {
  color: white;
  background-color: #9dd3c8;
}