/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.bc-primary {
  background-color: #7aba28;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  height: 40px;
  align-items: center;
  border-radius: 8px;
  padding: 10px 18px;
  min-width: 130px;
  border: 1px solid #7aba28;
  outline: none;
  color: white;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-weight: 500;
  text-wrap: nowrap;
}
.bc-primary:disabled {
  background-color: #b3b1b0;
  border-color: #b3b1b0;
  color: white;
  cursor: not-allowed;
}
.bc-primary:hover {
  background-color: #9bcb5d;
  transform: scale(1.03);
}

.bc-primary-small {
  background-color: #7aba28;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
  border-radius: 8px;
  padding: 5px 5px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #7aba28;
  outline: none;
  color: white;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-weight: 500;
  font-size: 0.75rem;
  text-wrap: nowrap;
}
.bc-primary-small:disabled {
  background-color: #b3b1b0;
  border-color: #b3b1b0;
  color: white;
  cursor: not-allowed;
}
.bc-primary-small:hover {
  background-color: #9bcb5d;
  transform: scale(1.03);
}

.bc-secondary {
  background-color: white;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  height: 40px;
  align-items: center;
  border-radius: 8px;
  padding: 10px 18px;
  min-width: 130px;
  border: 1px solid #455269;
  outline: none;
  color: #455269;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-weight: 500;
  text-wrap: nowrap;
}
.bc-secondary:hover {
  background-color: #455269;
  transform: scale(1.03);
  color: white;
}
.bc-secondary:disabled {
  border-color: #bcdc93;
  color: #b3b1b0;
  cursor: not-allowed;
}
.bc-secondary:disabled:hover {
  background-color: #b3b1b0;
  transform: scale(1.03);
  color: white;
}

.bc-secondary-small {
  background-color: white;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  height: 30px;
  align-items: center;
  border-radius: 8px;
  padding: 5px 5px;
  min-width: 30px;
  border: 1px solid #455269;
  outline: none;
  color: #455269;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-weight: 500;
  font-size: 0.75rem;
  text-wrap: nowrap;
}
.bc-secondary-small:hover {
  background-color: #455269;
  transform: scale(1.03);
  color: white;
}
.bc-secondary-small:disabled {
  border-color: #b3b1b0;
  color: #b3b1b0;
  cursor: not-allowed;
}
.bc-secondary-small:disabled:hover {
  background-color: #b3b1b0;
  transform: scale(1.03);
  color: white;
}

.bc-transparent {
  background-color: white;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  height: 40px;
  align-items: center;
  padding: 10px 18px;
  min-width: 130px;
  border: 0px solid;
  outline: none;
  color: #7aba28;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-weight: 600;
  text-wrap: nowrap;
}
.bc-transparent:hover {
  border: 1px solid #b3b1b0;
  border-radius: 8px;
  transform: scale(1.03);
}
.bc-transparent:disabled {
  border-color: #bcdc93;
  color: #b3b1b0;
  cursor: not-allowed;
}
.bc-transparent:disabled:hover {
  background-color: #b3b1b0;
  border-radius: 8px;
  transform: scale(1.03);
  color: white;
}

.bc-transparent-small {
  background-color: white;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  height: 30px;
  align-items: center;
  padding: 5px 5px;
  min-width: 30px;
  border: 0px solid;
  outline: none;
  color: #7aba28;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-weight: 600;
  font-size: 0.75rem;
  text-wrap: nowrap;
}
.bc-transparent-small:hover {
  border: 1px solid #b3b1b0;
  border-radius: 8px;
  transform: scale(1.03);
}
.bc-transparent-small:disabled {
  border-color: #bcdc93;
  color: #b3b1b0;
  cursor: not-allowed;
}
.bc-transparent-small:disabled:hover {
  background-color: #b3b1b0;
  border-radius: 8px;
  transform: scale(1.03);
  color: white;
}

.bc-img {
  background-color: #7aba28;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  height: 40px;
  align-items: center;
  border-radius: 8px;
  padding: 10px 18px;
  min-width: 130px;
  border: 1px solid #7aba28;
  outline: none;
  color: white;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-wrap: nowrap;
}
.bc-img:hover {
  background-color: #9bcb5d;
  transform: scale(1.03);
  color: white;
}
.bc-img:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.bc-img i {
  height: 30px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-img-small {
  background-color: #7aba28;
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  height: 30px;
  align-items: center;
  border-radius: 8px;
  padding: 5px 5px;
  min-width: 30px;
  border: 1px solid #7aba28;
  outline: none;
  color: white;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-size: 0.75rem;
  text-wrap: nowrap;
}
.bc-img-small:hover {
  background-color: #9bcb5d;
  transform: scale(1.03);
  color: white;
}
.bc-img-small:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.bc-img-small i {
  height: 20px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-img-secondary {
  background-color: white;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  height: 40px;
  align-items: center;
  border-radius: 8px;
  padding: 10px 18px;
  min-width: 130px;
  border: 1px solid #7aba28;
  outline: none;
  color: #7aba28;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-weight: 500;
  text-wrap: nowrap;
}
.bc-img-secondary i {
  height: 30px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-img-secondary:hover {
  background-color: #9bcb5d;
  transform: scale(1.03);
  color: white;
}
.bc-img-secondary:disabled {
  border-color: #bcdc93;
  color: #b3b1b0;
  cursor: not-allowed;
}
.bc-img-secondary:disabled:hover {
  background-color: #b3b1b0;
  transform: scale(1.03);
  color: white;
}

.bc-img-secondary-small {
  background-color: white;
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  height: 30px;
  align-items: center;
  border-radius: 8px;
  padding: 5px 5px;
  min-width: 30px;
  border: 1px solid #7aba28;
  outline: none;
  color: #7aba28;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-weight: 500;
  font-size: 0.75rem;
  text-wrap: nowrap;
}
.bc-img-secondary-small i {
  height: 20px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-img-secondary-small:hover {
  background-color: #9bcb5d;
  transform: scale(1.03);
  color: white;
}
.bc-img-secondary-small:disabled {
  border-color: #bcdc93;
  color: #b3b1b0;
  cursor: not-allowed;
}
.bc-img-secondary-small:disabled:hover {
  background-color: #b3b1b0;
  transform: scale(1.03);
  color: white;
}

.bc-loading {
  background-color: #7aba28;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  height: 40px;
  align-items: center;
  border-radius: 8px;
  padding: 10px 18px;
  min-width: 130px;
  border: 1px solid #7aba28;
  outline: none;
  color: white;
  width: 100%;
  cursor: progress;
  transition: transform 0.3s ease;
  font-weight: 500;
  text-wrap: nowrap;
}
.bc-loading:hover {
  background-color: #9bcb5d;
  transform: scale(1.03);
}
.bc-loading:disabled {
  background-color: #b3b1b0;
  border-color: #b3b1b0;
}

.load-container {
  --load-size: 20px;
  --load-color: white;
  --load-speed: 1s;
  --load-stroke: 3.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--load-size);
  height: calc(var(--load-size) * 0.9);
}

.bar {
  width: var(--load-stroke);
  height: 100%;
  background-color: var(--load-color);
  transition: background-color 0.3s ease;
}

.bar:nth-child(1) {
  animation: grow var(--load-speed) ease-in-out calc(var(--load-speed) * -0.45) infinite;
}

.bar:nth-child(2) {
  animation: grow var(--load-speed) ease-in-out calc(var(--load-speed) * -0.3) infinite;
}

.bar:nth-child(3) {
  animation: grow var(--load-speed) ease-in-out calc(var(--load-speed) * -0.15) infinite;
}

.bar:nth-child(4) {
  animation: grow var(--load-speed) ease-in-out infinite;
}

@keyframes grow {
  0%, 100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1);
  }
}
.btn-grey {
  color: #676362 !important;
}
.btn-grey i,
.btn-grey svg {
  color: #676362 !important;
}

.btn-black {
  color: #202020 !important;
}
.btn-black i,
.btn-black svg {
  color: #202020 !important;
}

.btn-orange {
  color: #ef7726 !important;
}
.btn-orange i,
.btn-orange svg {
  color: #ef7726 !important;
}

.btn-red {
  color: red !important;
}
.btn-red i,
.btn-red svg {
  color: red !important;
}

.btn-blue {
  color: #455269 !important;
}
.btn-blue i,
.btn-blue svg {
  color: #455269 !important;
}

.btn-outline-primary {
  border-color: #455269 !important;
  --bs-btn-color: #455269 !important;
  --bs-btn-hover-bg: #455269!important;
  --bs-btn-hover-border-color: #455269 !important;
}

.btn-primary {
  --bs-btn-bg: #7aba28 !important;
  --bs-btn-border-color: #7aba28 !important;
  --bs-btn-hover-bg: #9bcb5d !important;
  --bs-btn-active-bg: #7aba28 !important;
  --bs-btn-disabled-bg: #9bcb5d !important;
  --bs-btn-disabled-border-color: #9bcb5d !important;
  --bs-btn-hover-border-color: #9bcb5d !important;
}

.card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
  max-width: 100%;
  min-height: 194px;
  border: 1px solid #b3b1b0;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03), 0 12px 16px -4px rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  justify-content: space-between;
  transition: transform 0.3s ease-in-out;
}
.card-wrapper .card-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.card-wrapper .card-head div {
  display: inline-flex;
  text-align: left;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2px;
}
.card-wrapper button {
  display: flex;
  width: -webkit-fill-available;
  align-items: center;
  justify-content: center;
  padding: 16px;
  height: 40px;
  background-color: #f0efef;
  margin: 0 -20px -20px -20px;
  color: #455269;
  border: 1px solid #f0efef;
  border-radius: 0 0 8px 8px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.card-wrapper button svg {
  stroke: #455269;
}
.card-wrapper button:hover {
  background-color: #9bcb5d;
  color: white;
}
.card-wrapper button:disabled {
  background-color: #f0efef;
  border-color: #b3b1b0;
  color: white;
  cursor: not-allowed;
}
.card-wrapper p {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f8e8;
  color: #202020;
  border-radius: 16px;
  flex-wrap: wrap;
  padding: 5px 8px;
  font-size: 13px;
  margin-bottom: 10px;
}
.card-wrapper label {
  font-size: 12px;
}
.card-wrapper:hover {
  transform: scale(1.03);
  color: white;
  border-color: #7aba28;
}
.card-wrapper .highlight-box {
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 1rem;
  border: 1px solid #d9d8d8;
}
.card-wrapper .badge-current {
  background-color: #f1f8e8;
  color: #455269;
  font-weight: 500;
}
.card-wrapper .badge-pending {
  background-color: #fff2cc;
  color: #455269;
  font-weight: 500;
}
.card-wrapper .badge-new {
  background-color: #f0efef;
  color: #455269;
  font-weight: 500;
}
.card-wrapper .badge-rejected {
  background-color: #FDA0A0;
  color: #455269;
  font-weight: 500;
}

.m-body-resource {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
}
.m-body-resource h3 {
  margin-bottom: 0.5rem;
}
.m-body-resource div {
  display: flex;
  gap: 0px;
  flex-direction: column;
}
.m-body-resource form {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  background-color: #f0efef;
  border-radius: 12px;
  padding: 1rem;
}
.m-body-resource form label {
  margin-top: 0.5rem;
}
.m-body-resource form select, .m-body-resource form input {
  margin-bottom: 1rem;
}

.iconModalContainer {
  border-radius: 12px;
  border: 1px dashed #7aba28;
  width: 50px;
  height: 50px;
  padding: 10px;
}
.iconModalContainer i {
  width: 100%;
  height: 100%;
  color: #7aba28 !important;
}

input[type=text] {
  -o-appearance: none;
  appearance: none;
  background-color: #fff !important;
  border: 1px solid #b3b1b0;
  border-radius: 8px;
  padding: 10px 14px;
  width: 100%;
  height: 40px;
}
input[type=text]:focus {
  outline-color: #7aba28;
  box-shadow: 0 0 4px 1px rgba(108, 166, 33, 0.5);
}

input[type=number] {
  -o-appearance: none;
  appearance: none;
  background-color: #fff !important;
  border: 1px solid #b3b1b0;
  border-radius: 8px;
  padding: 10px 14px;
  width: 100%;
  height: 40px;
}
input[type=number]:focus {
  outline-color: #7aba28;
  box-shadow: 0 0 4px 1px rgba(108, 166, 33, 0.5);
}

form .form-check-input {
  background-color: #fff !important;
  width: 2.25em;
  height: 2.25em;
}

.form-switch .form-check-input {
  width: 3em;
  border-color: #b3b1b0 !important;
}
.form-switch .form-check-input:checked {
  background-color: #7aba28 !important;
  border-color: #7aba28 !important;
}

select {
  -o-appearance: none;
  appearance: none;
  background-color: #fff !important;
  border: 1px solid #b3b1b0;
  border-radius: 8px;
  padding: 10px 14px;
  width: 100%;
  height: 40px;
  background-image: url('chevron-down.727162ca504f42d1.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
}
select:focus {
  outline-color: #7aba28;
  box-shadow: 0 0 4px 1px rgba(108, 166, 33, 0.5);
}

.search-input {
  position: relative;
}
.search-input input {
  -o-appearance: none;
  appearance: none;
  background-color: #fff !important;
  border: 1px solid #b3b1b0;
  border-radius: 8px;
  padding: 10px 14px;
  width: 100%;
  height: 40px;
  background-image: url('ico_search.14be8e9358884f7f.svg');
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 35px;
}
.search-input input:focus {
  outline-color: #7aba28;
  box-shadow: 0 0 4px 1px rgba(108, 166, 33, 0.5);
}

.reseticon {
  position: absolute;
  right: 30px;
  top: 20%;
  color: grey;
  border: 0px solid;
  outline: none;
  background-color: white;
}
.reseticon:hover {
  background-color: #f8f8f8;
  border-radius: 50%;
}

.chipsMachine {
  display: inline-flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  background-color: #f0efef;
  color: #202020;
  font-weight: 700;
  border-radius: 32px;
  gap: 1rem;
  align-items: center;
  border: 1px solid #455269;
}
.chipsMachine p {
  margin-bottom: 0;
}
.chipsMachine button {
  background-color: #455269;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  height: 20px;
  align-items: center;
  border-radius: 100%;
  padding: 5px 5px;
  min-width: 20px;
  border: 1px solid #455269;
  outline: none;
  color: white;
  width: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-weight: 500;
  font-size: 0.75rem;
  text-wrap: nowrap;
}
.chipsMachine button:hover {
  background-color: #b3b1b0;
  transform: scale(1.03);
  color: white;
}

.chipsMachine-error {
  display: inline-flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  background-color: #FDA0A0;
  color: #202020;
  font-weight: 700;
  border-radius: 32px;
  gap: 1rem;
  align-items: center;
  border: 1px solid #455269;
}
.chipsMachine-error p {
  margin-bottom: 0;
}
.chipsMachine-error button {
  background-color: #455269;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  height: 20px;
  align-items: center;
  border-radius: 100%;
  padding: 5px 5px;
  min-width: 20px;
  border: 1px solid #455269;
  outline: none;
  color: white;
  width: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-weight: 500;
  font-size: 0.75rem;
  text-wrap: nowrap;
}
.chipsMachine-error button:hover {
  background-color: #b3b1b0;
  transform: scale(1.03);
  color: white;
}

.table-fronts {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  width: 100%;
  border: 1px solid #d9d8d8;
}
.table-fronts table {
  border-collapse: collapse;
  width: 100%;
}
.table-fronts thead {
  background-color: #f0efef;
  border-radius: 12px 12px 0 0;
}
.table-fronts tr {
  display: flex;
}
.table-fronts td,
.table-fronts th {
  text-align: center;
  padding: 8px;
  flex: 1;
}
.table-fronts p {
  margin-bottom: 0;
}
.table-fronts th {
  text-transform: none;
}
.table-fronts tr:nth-last-child(1) td {
  border-bottom-width: 0;
}

.blue-header {
  background-color: #455269 !important;
}
.blue-header th {
  color: white !important;
  padding: 1rem 0;
}

.status-badge-current {
  background-color: #f1f8e8;
  color: #455269;
  font-weight: 500;
  border-radius: 8px;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.status-badge-pending {
  background-color: #fff2cc;
  color: #455269;
  font-weight: 500;
  border-radius: 8px;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.status-badge-new {
  background-color: #f0efef;
  color: #455269;
  font-weight: 500;
  border-radius: 8px;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.ico-home {
  display: inline-flex;
  background-image: url("/assets/images/ico/ico_home.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ico-operator {
  display: inline-flex;
  background-image: url("/assets/images/ico/ico_operador.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ico-fronts {
  display: inline-flex;
  background-image: url("/assets/images/ico/ico_fronts.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ico-machines {
  display: inline-flex;
  background-image: url("/assets/images/ico/ico_machines.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ico-parts {
  display: inline-flex;
  background-image: url("/assets/images/ico/ico_parts.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ico-requests {
  display: inline-flex;
  background-image: url("/assets/images/ico/ico_requests.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ico-reload {
  display: inline-flex;
  background-image: url("/assets/images/ico/ico_reload.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 19px;
}

.ico-leaf {
  display: inline-flex;
  background-image: url("/assets/images/ico/ico_leaf.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.fas.fa-atom {
  background: url("/assets/images/ico/ico_leaf_w.svg") no-repeat center center;
  display: inline-block;
  font-size: 0;
  text-indent: -9999px;
  background-size: contain;
  transition: color 0.3s;
  height: 1.3rem;
  width: 24px;
  height: 24px;
}

.fas.fa-atlas {
  background: url("/assets/images/ico/ico_requests_w.svg") no-repeat center center;
  display: inline-block;
  font-size: 0;
  text-indent: -9999px;
  background-size: contain;
  transition: color 0.3s;
  height: 1.3rem;
  width: 24px;
  height: 24px;
}

.fas.fa-bahai {
  background: url("/assets/images/ico/ico_fronts.svg") no-repeat center center;
  display: inline-block;
  font-size: 0;
  text-indent: -9999px;
  background-size: contain;
  transition: color 0.3s;
  height: 1.3rem;
  width: 24px;
  height: 24px;
}

.lpx-menu-item-link.selected .fas.fa-atom {
  background: url("/assets/images/ico/ico_leaf.svg") no-repeat center center;
  height: 1.3rem;
  background-size: contain;
}
.lpx-menu-item-link.selected .fas.fa-atlas {
  background: url("/assets/images/ico/ico_requests.svg") no-repeat center center;
  height: 1.3rem;
  background-size: contain;
}
.lpx-menu-item-link.selected .fas.fa-bahai {
  background: url("/assets/images/ico/ico_fronts_b.svg") no-repeat center center;
  height: 1.3rem;
  background-size: contain;
}

.lpx-mobile-nav-tab .menu-item-icon {
  display: flex;
  margin: 6px auto;
}

.ico-leaf-modal {
  display: inline-flex;
  background-image: url("/assets/images/ico/ico_leaf_g.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ico-request-modal {
  display: inline-flex;
  background-image: url("/assets/images/ico/ico_requests_g.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ico-parts-modal {
  display: inline-flex;
  background-image: url("/assets/images/ico/ico_parts_g.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ico-programming-modal {
  display: inline-flex;
  background-image: url("/assets/images/ico/ico_fronts_g.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.warning-alert {
  display: flex;
  padding: 8px 10px;
  color: #202020;
  background-color: #fee499;
  gap: 5px;
  border-radius: 8px;
  border: 1px solid #feca33;
  align-items: center;
  justify-content: center;
}

abp-page-alert-container {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1001;
  color: #202020;
}
abp-page-alert-container div {
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.25);
}
abp-page-alert-container div span,
abp-page-alert-container div h4 {
  color: #202020;
}

.confirmation-dialog .footer {
  justify-content: space-between !important;
}
.confirmation-dialog button {
  min-width: 130px !important;
}

.confirmation .confirmation-backdrop {
  background: rgba(32, 32, 32, 0.9725490196) !important;
}

:root .lpx-theme-dark {
  --lpx-logo: url("/assets/images/logo/upm_logo_white.svg");
  --lpx-logo-icon: url("/assets/images/logo/icon.svg");
  --lpx-navbar-color: #202020;
  --lpx-navbar-text-color: #ffffff;
  --lpx-content-bg: #ffffff;
  --lpx-navbar-active-text-color: #f6f6f6;
  --lpx-brand: #202020;
}

:root .lpx-theme-dim {
  --lpx-logo: url("/assets/images/logo/upm_logo_white.svg");
  --lpx-logo-icon: url("/assets/images/logo/icon.svg");
  --lpx-navbar-color: #202020;
  --lpx-navbar-text-color: #ffffff;
  --lpx-content-bg: #ffffff;
  --lpx-navbar-active-text-color: #f6f6f6;
  --lpx-brand: #202020;
}

:root .lpx-theme-light {
  --lpx-logo: url("/assets/images/logo/upm_logo_white.svg");
  --lpx-logo-icon: url("/assets/images/logo/icon.svg");
  --lpx-navbar-color: #202020;
  --lpx-navbar-text-color: #ffffff;
  --lpx-content-bg: #ffffff;
  --lpx-navbar-active-text-color: #f6f6f6;
  --lpx-brand: #202020;
}

:root {
  --lpx-theme-light-bg: url("/assets/images/login/login-bg-img-light.svg");
  --lpx-theme-dim-bg: url("/assets/images/login/login-bg-img-dim.svg");
  --lpx-theme-dark-bg: url("/assets/images/login/login-bg-img-dark.svg");
}

lpx-menu-filter {
  display: none;
}

.lpx-menu-item-link.selected {
  color: #202020 !important;
}

.lpx-mobile-nav-tab .mobile-item-text {
  color: #f6f6f6;
}

.lpx-nav {
  padding-top: 0;
}

.lpx-sidebar .lpx-logo-container {
  position: unset;
}

.lpx-brand-logo {
  background-size: auto;
  height: 60px;
  background-position: left;
}

.menu-collapse-icon {
  display: none;
}

.lpx-nav-menu .lpx-menu-item-link.expanded {
  background-color: #b3b1b0;
}

@media only screen and (max-width: 767px) {
  .modal {
    position: fixed;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
    max-height: 95vh;
  }
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --bs-backdrop-bg: #202020 !important;
  --bs-nav-tabs-link-active-color: #7aba28 !important;
  --bs-nav-tabs-link-active-border-color: #7aba28 !important;
  --bs-nav-pills-link-active-color: #7aba28 !important;
  --bs-nav-pills-link-active-bg: #deeec9 !important;
  --bs-dropdown-link-active-bg: #7aba28 !important;
  --bs-card-bg: white !important;
  --lpx-card-bg: white !important;
}
* li {
  list-style-type: none;
}

h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #202020;
}

h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #202020;
}

h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #202020;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #202020;
}

p {
  color: #666;
}

label {
  color: #455269;
  font-size: 0.8rem;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.56rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.3rem;
  }
}
.card {
  margin-bottom: 0 !important;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto !important;
  justify-content: space-between;
  gap: 0.5rem;
}

.modal-header {
  align-items: start !important;
}

.nav-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid #7aba28;
}

.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1882352941);
  border-radius: 0;
}

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

.ngb-dp-weekday, .ngb-dp-week-number {
  font-style: normal !important;
  font-weight: 600 !important;
}

.ngb-dp-month-name {
  color: #ef7726 !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
}

ngb-datepicker {
  border-radius: 12px !important;
  width: 480px;
}

.ngb-dp-months {
  flex-wrap: wrap !important;
}

.modal-body {
  height: 70vh !important;
}

/*# sourceMappingURL=styles.bd4e026762a07716.css.map*/