@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";

/* src/styles.scss */
.ng-select {
  width: 194px;
  z-index: 9999;
}
.ng-select .ng-select-container {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #7c97ab;
  padding: 7px 4px 7px 10px;
}
.ng-select .ng-select-container[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select .ng-dropdown-panel {
  border: 1px solid #7c97ab;
  font-size: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -1px;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ng-select .ng-dropdown-panel .ng-option {
  padding: 5px 10px;
  font-weight: 500;
}
.ng-select .ng-dropdown-panel .ng-option:hover {
  background: #eeeeee;
}
.ng-select:has(.ng-dropdown-panel) .ng-select-container {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ng-select .ng-arrow {
  display: none !important;
}
.ng-select .ng-arrow-wrapper {
  width: 16px;
  height: 16px;
  background: url("./media/arrow-down.svg") no-repeat center;
  background-size: 10px;
  cursor: pointer;
}
.ng-input {
  width: 80% !important;
  left: unset !important;
}
.ng-input input {
  font-size: 12px;
  color: #003965;
}
.hr-separated-table {
  background: #dee4ea;
  padding: 4px 8px 8px;
  border-collapse: collapse;
  display: inline-block;
  border-radius: 6px;
}
.hr-separated-table .separator-row {
  background-color: unset !important;
}
.hr-separated-table .separator-row th {
  padding: 1px 0 0;
}
.hr-separated-table .header-separator-row {
  background-color: unset !important;
}
.hr-separated-table .header-separator-row th {
  padding: 0;
}
.hr-separated-table th {
  color: #fff;
  text-align: left;
  border: 3px solid #dee4ea;
  border-bottom: none;
  background-color: #dee4ea;
}
.hr-separated-table th:first-child {
  border-left: 0;
}
.hr-separated-table th:last-child {
  border-right: 0;
}
.hr-separated-table tbody {
  background-color: #fff;
}
.hr-separated-table .th-data {
  border-radius: 6px;
  background: #003965;
  padding: 16px 0 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.hr-separated-table .th-data.double-line {
  padding: 7px 0 6px;
}
.hr-separated-table tr:nth-child(2n) {
  background-color: #f1f5f8;
}
.hr-separated-table td {
  font-size: 12px;
  font-weight: 500;
  padding: 13px 10px 12px;
}
.hr-separated-table tr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: none;
}
.hr-separated-table tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.hr-separated-table tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.hr-separated-table tr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hr-separated-table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.hr-separated-table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.hr-separated-table .th-subtitle {
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
  background: #4a6795;
  text-align: center;
  padding: 5px 0 4px;
  margin: 0 1px;
}
.hr-separated-table.table-with-row-separator tr:nth-child(2n) {
  background-color: white !important;
}
.hr-separated-table.table-with-row-separator td {
  padding: 18px 10px 17px;
}
.hr-separated-table.table-with-row-separator td.selected {
  background: rgba(16, 128, 213, 0.2);
}
.hr-separated-table.table-with-row-separator td.selected img {
  transform: rotate(180deg);
}
.hr-separated-table.table-with-row-separator tbody tr {
  position: relative;
}
.hr-separated-table.table-with-row-separator tbody tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background-color: rgba(124, 151, 171, 0.4);
}
.hr-separated-table.table-with-row-separator tbody tr:last-child::after {
  display: none;
}
.hr-separated-table.table-with-row-separator tbody tr.open-eds td {
  font-size: 12px;
}
.hr-separated-table.table-with-row-separator tbody tr.open-eds::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 83px;
  right: 16px;
  height: 1px;
  background-color: rgba(124, 151, 171, 0.4);
}
.hr-separated-table.table-with-row-separator.table-with-row-separator-thick tbody tr::after {
  left: 0;
  right: 0;
  height: 4px;
  background-color: #dee4ea;
}
.hr-separated-table.table-with-row-separator.table-with-row-separator-thick tbody tr.opened-row::after {
  height: 0;
}
.hr-separated-table.table-with-row-separator.table-with-row-separator-thick td {
  padding: 21px 10px 20px;
}
.hr-separated-table.table-with-row-separator.table-with-row-separator-thick tr.opened-row:nth-child(2n) {
  background-color: #f1f5f8 !important;
}
.td-align-right {
  text-align: right;
}
.td-align-centert {
  text-align: center;
  justify-content: center;
}
.th-align-center {
  text-align: center;
}
table caption {
  display: none;
}
.table-small-input {
  border: 1px solid #7c97ab;
  border-radius: 4px;
  padding: 8px 9px;
  width: 56px;
  font-size: 12px;
  font-weight: normal;
  color: #003965;
}
.cdk-overlay-container {
  z-index: 100000 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  overflow: auto !important;
  pointer-events: none !important;
}
.cdk-overlay-pane {
  z-index: 100001 !important;
  position: absolute !important;
  max-height: 100vh !important;
  overflow-y: auto !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  pointer-events: auto !important;
}
.cdk-overlay-pane .mat-mdc-dialog-container {
  border-radius: 8px !important;
  max-height: none !important;
  overflow: visible !important;
}
.mat-mdc-dialog-surface {
  border-radius: 8px !important;
}
.ng-dropdown-panel {
  z-index: 999 !important;
}
.custom-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-content {
  padding: 16px;
  color: #003965;
}
.dialog-content .close-button {
  float: right;
  cursor: pointer;
}
.dialog-content .dialog-title {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 20px;
}
.dialog-content .dialog-title .dialog-title-text {
  line-height: 24px;
}
.dialog-content .dialog-subtitle {
  display: flex;
  align-items: center;
  gap: 0;
  color: #7c97ab;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
}
.dialog-content .dialog-subtitle::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #7c97ab;
  flex: 1 1 auto;
  margin-left: 15px;
}
.dialog-content .input-container {
  margin-top: 13px;
}
.dialog-content .input-container .input-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
.dialog-content .input-container .input-title.required::after {
  content: " *";
  color: #ea212e;
}
.dialog-content .input-container .disabled-input {
  width: calc(100% - 20px);
  padding: 8px 10px 7px;
  font-size: 12px;
  font-weight: 500;
  background: #f1f5f8;
  border-radius: 4px;
}
.dialog-content .input-container .ng-select {
  width: 100%;
}
.dialog-content .input-container .custom-input {
  width: calc(100% - 20px);
  padding: 8px 10px 7px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #809cb2;
  border-radius: 4px;
  background: white;
  color: #003965;
}
.dialog-content .input-container .custom-input::placeholder {
  color: #7c97ab;
}
.dialog-content .input-container .custom-input:focus {
  outline: none;
  border-color: #003965;
}
.dialog-content .dialog-action-buttons button {
  width: 100%;
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 10px;
}
body {
  font-family: "Quicksand", sans-serif;
  color: #003965;
  margin: 0;
}
.page-title {
  margin-top: 5px;
  font-size: 22px;
  width: 100%;
}
.page-title-hr {
  width: 154px;
  border: 0;
  border-top: 1px solid #dee4ea;
  margin: 12px 0;
}
.filters-container {
  display: inline-block;
  width: 100%;
}
.filters-container .filters-container-right {
  float: right;
  margin-top: 23px;
}
.filter-container {
  float: left;
  width: 224px;
}
.filter-container .filter-title {
  font-size: 12px;
  font-weight: bold;
}
.filter-container .filter-title.required::after {
  content: " *";
  color: #ea212e;
}
.filter-container .filter {
  margin-top: 8px;
}
.filter-container .filter.disabled-input {
  background: #f1f5f8;
  font-size: 12px;
  padding: 9px 17px 8px;
  width: 158px;
  border-radius: 4px;
}
button {
  width: 160px;
  background: #003965;
  color: white;
  border-radius: 30px;
  padding: 9px 0;
  border: none;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
button.hollow {
  background: white;
  color: #003965;
  border: 1px solid #003965;
  padding: 8px 0;
}
button.red-button {
  background: #ea212e;
}
button:disabled {
  background: rgba(124, 151, 171, 0.4);
  cursor: default;
}
button.guardar {
  font-weight: bold;
  font-family:
    "Quicksand",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial;
}
hr {
  border: none;
  border-top: 1px solid #dee4ea;
  display: inline-block;
  width: 100%;
  margin: 24px 0;
}
.restricted-width {
  width: 1312px;
  margin: 0 auto;
}
.full-width {
  width: 100%;
}
.full-width-with-background {
  background: #f0f5f8;
}
.importante {
  font-size: 12px;
  margin-top: 16px;
  padding: 3px 16px;
}
.importante .importante-title {
  color: #ea212e;
  font-weight: bold;
}
.search-input {
  width: 150px;
  padding: 7px 33px 7px 15px;
  color: #003965;
  border: 1px solid #809cb2;
  border-radius: 20px;
  background-image: url("./media/search.svg");
  background-repeat: no-repeat;
  background-position: right 3px center;
}
.search-input::placeholder {
  color: #7c97ab;
}
.search-input:focus {
  outline: none;
  box-shadow: none;
}
.checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.custom-checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #7c97ab;
  border-radius: 2px;
  margin-right: 10px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.custom-checkbox:checked {
  background-color: transparent;
  border-color: transparent;
}
.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("./media/checkbox-active.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox-item label {
  cursor: pointer;
}
.switch-container {
  display: flex;
  gap: 30px;
  z-index: 10;
  position: relative;
  margin: 24px 0;
  border-bottom: 2px solid rgba(124, 151, 171, 0.4);
  padding: 0 21px;
}
.switch-container .switch-item {
  flex: 1;
  height: 39px;
  background: rgba(124, 151, 171, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  position: relative;
  transition: all 0.2s ease;
  color: #7c97ab;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.switch-container .switch-item.selected {
  background: rgba(14, 105, 175, 0.0980392157);
  color: #003965;
}
.switch-container .switch-item.selected::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 104%;
  height: 4px;
  background: #0e69af;
  border-radius: 4px;
}
.center {
  text-align: center;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
input,
textarea {
  font-family:
    "Quicksand",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial;
}
textarea {
  width: calc(100% - 34px);
  border: 1px solid #7c97ab;
  padding: 9px 17px;
  color: #003965;
  font-size: 12px;
  border-radius: 4px;
}
.switch-mantenedor {
  width: 100%;
  display: flex;
  justify-content: center;
}
.switch-mantenedor .enabler-switch-container {
  margin: 0;
  width: 30px;
  height: 16px;
  display: flex;
  border-radius: 15px;
  cursor: pointer;
  justify-content: end;
  background-color: #003965;
}
.switch-mantenedor .enabler-switch-container .switch-button {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #fff;
  border: solid 1px #003965;
}
.switch-mantenedor .enabler-switch-container.disabled-switch {
  background-color: rgba(124, 151, 171, 0.4);
  justify-content: start;
}
.switch-mantenedor .enabler-switch-container.disabled-switch .switch-button {
  background-color: #7c97ab;
  border: solid 1px #7c97ab;
}
.text-with-line {
  display: flex;
  align-items: center;
  gap: 0;
  color: #7c97ab;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  margin: 11px 0 16px;
}
.text-with-line::after {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(124, 151, 171, 0.4);
  flex: 1 1 auto;
  margin-left: 15px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
