body {
  background-color: #131313;
}

::placeholder {
  font-weight: 700;
  font-size: 16px;
}

.container-button-one {
  width: 450px;
  display: flex;
  align-items: center;
}
.container-button-one input[type=number]::-webkit-outer-spin-button,
.container-button-one input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  outline: none;
}
.container-button-one input:focus {
  outline: none;
  border: 2px solid #65b657;
}
.container-button-one .pid {
  display: flex;
  width: 335px;
  height: 30px;
  padding: 8px 16px;
  border-radius: 25px;
  border: 2px solid #90FF7D;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.container-button-two {
  margin-bottom: 24px;
  display: flex;
}

.button {
  width: 100px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  border: 2px solid #80CCE6;
  background-color: transparent;
  color: #f2f2f2;
  font-weight: 700;
  font-size: 11px;
  margin-right: 18px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.disabled {
  width: 100px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  border: 2px solid #777777;
  color: #777777;
}

.blue {
  border: 2px solid #0071ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.four {
  margin-top: 16px;
}

.fa-paste {
  font-size: 22px;
}

.button:hover:not(.disabled) {
  transform: scale(1.1);
  transition: transform 0.3s;
}

.button:active:not(.blue):not(.disabled) {
  border: 2px solid #599aaf;
}

.blue:active {
  border: 2px solid #203ee8;
  transition: transform 0.3s;
}

.btnEliminar {
  width: 100px;
  height: 30px;
  background-color: #e44343;
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.button-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
}

.container {
  width: 700px;
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid #4B2626;
  margin: 2rem auto;
}

.prod {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.prod h1 {
  color: #f2f2f2;
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 20px;
}
.prod .grid-left {
  grid-column-start: 1;
}
.prod .title {
  text-align: center;
}
.prod .grid-max {
  grid-column: 1/3;
}
.prod .grid-right {
  grid-column-end: 3;
  justify-self: right;
}
.prod .links {
  display: flex;
  justify-content: space-between;
}
.prod .completions {
  align-items: center;
}
.prod a {
  text-decoration: none;
}

.table-container {
  max-height: 400px;
  overflow: auto;
}

/* Estilos para Firefox */
.table-container {
  scrollbar-width: thin;
  scrollbar-color: #81eb08 #000000;
  border-radius: 10px;
}

table {
  background-color: #f2f2f2;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-weight: 500;
  text-align: center;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
table .table-head {
  color: #131313;
  background-color: #f2f2f2;
}
table th {
  padding: 8px 0;
}
table td {
  padding: 8px 0;
}
table tr:nth-child(even) {
  background: #B9EDFF;
}

.time-utilization {
  margin-top: 20px;
  width: 350px;
  height: 250px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  background: linear-gradient(1deg, #63ab04 -8.79%, #81E500 104.3%);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.time-u {
  font-weight: 700;
}

.percentage {
  color: #131313;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.completions h2 {
  color: #f2f2f2;
}
.completions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.completions .packages {
  display: flex;
  width: 150px;
  height: 40px;
  padding: 8px 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 25px;
  border: 2px solid #90FF7D;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.completions .total {
  border: none;
}
.completions .total-title {
  width: 150px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  padding: 0;
}
.completions .titles,
.completions span {
  color: #f2f2f2;
  font-size: 12px;
}
.completions span {
  font-weight: 600;
}
.completions .green-total {
  color: #90FF7D;
  font-size: 25px;
}

.ui-datepicker {
  background: #f0f0f0;
  border: 1px solid #555;
  padding: 10px;
  border-radius: 10px;
}

.ui-datepicker-header {
  background: #333;
  color: #fff;
  border: none;
  border-radius: 10px 10px 0 0;
}

.ui-datepicker-title {
  font-weight: bold;
}

.ui-datepicker-prev, .ui-datepicker-next {
  color: #fff;
}

.ui-datepicker-calendar td a {
  color: #333;
  background: #fff;
  border-radius: 4px;
  padding: 5px;
}

.ui-datepicker-calendar td a:hover {
  background: #ddd;
}

input[type=text] {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  width: 200px;
}

.clock {
  display: inline-block;
  color: #00ff33;
  font-size: 24px;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clock #time {
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  font-size: 23px;
}

.links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-self: center;
}
.links a {
  text-decoration: none;
  font-weight: 500;
}
.links .box {
  background-color: #1b1b1b;
  width: 8rem;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #414141;
  color: #f2f2f2;
}
.links .box:hover {
  background-color: #525669;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

* {
  font-family: "Montserrat", sans-serif;
}

.fa-angle-left {
  color: #209f00;
}

input {
  outline: none;
  padding: 0 2px;
}

h1,
h2,
h3 {
  text-align: center;
  margin-bottom: 1rem;
}

.templates {
  margin: auto;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.template-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.dc,
.ddt,
.cl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #414141;
  color: #f2f2f2;
  padding: 1rem;
  justify-content: space-between;
}

.motive,
.consult {
  height: 100px;
  width: 200px;
  border: none;
  outline: none;
  resize: none;
  font-weight: 600;
  border-radius: 2px;
  padding: 5px;
}

.internal-box {
  display: flex;
  justify-content: space-between;
}

#txtScan {
  width: 200px;
}

button {
  width: 120px;
  height: 40px;
  border: 1px solid #414141;
  border-radius: 4px;
  background-color: #209f00;
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-weight: 600;
}

button:hover {
  scale: 1.01;
  transition: ease-in-out 100ms;
}

button:active {
  scale: 0.99;
  transition: ease-in-out 100ms;
  opacity: 0.8;
}

.container-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1rem;
}
.container-button .alert {
  color: #999709;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: 50px;
  left: 225px;
}

.white {
  background-color: #9f9f9f;
}

input[type=number] {
  width: calc(100% - 90px);
  height: 40px;
  padding-left: 8px;
  border: 1px solid #414141;
  border-radius: 6px;
  background-color: #1b1b1b;
  color: #f2f2f2;
  font-weight: 600;
  font-size: 18px;
}

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

.calc {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 12px auto;
  width: 21.875rem;
  border-radius: 12px;
  border: 1px solid #414141;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  gap: 16px;
}
.calc .input {
  width: 50%;
  text-align: center;
}
.calc .input:focus {
  outline: none;
}

.bx {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
}

.btn-clean {
  width: 150px;
  background-color: #57eb57;
  height: 40px;
  /* verde claro */
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.btn-clean:hover {
  background-color: #5cb45c;
  transform: scale(1.03);
}

.bx-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.show {
  display: flex;
}

.hide {
  display: none;
}

* {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url("./gradient.png");
  background-repeat: repeat;
}

a {
  color: #f2f2f2;
}

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