body {
  background-color: #b1bcc5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
}
.container {
  height: 100vh;
  width: 100%;
}

/*HEADER*/
.header {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.descargar-btn {
  border-radius: 0.375rem;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.00875rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  background-color: transparent;
  align-items: center;
  padding: 0.75rem;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 2.62rem;
  visibility: hidden;
  user-select: none;
}

.descargar-btn:hover {
  background: #517696;
}

.title {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 12.62rem;
  gap: 0.94rem;
}

.header-section {
  width: 95%;
  height: 68px;
  border-radius: 12px;
  background-color: #386995;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 0.75rem;
  background: #386995;
  box-shadow: 2px 4px 7px 1px rgba(10, 11, 12, 0.5);
}

.title-txt {
  color: #fff;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  letter-spacing: 0.165rem;
}
/*FIN HEADER*/

/*SECTION*/
.section {
  width: 100%;
  justify-content: center;
  margin-top: 1.25rem;
  min-height: 85%;
  display: none;
}

.section-body {
  width: 95%;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.25);
  overflow: auto;
}

.body-sections {
  border-radius: 0.75rem;
  background: rgba(239, 242, 244, 0.8);
  padding: 0.5rem;
  gap: 0.75rem;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 2.7rem;
}

.tab-style {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  user-select: none;
}

.button-txt {
  color: #485967;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.00875rem;
}

.active-txt {
  color: #333f49;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.00875rem;
}

.active-button {
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(72, 89, 103, 0.24);
}

.tabs {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
}

.table-container {
  width: 100%;
  height: fit-content;
}

.table-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  width: auto;
  padding: 0 1.5rem;
}

.table {
  display: block;
  border: 1px solid #c3d2df;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 7px;
  max-height: 40rem;
  overflow-y: auto;
  max-width: 114rem;
}

.table thead > tr > th {
  border-bottom: 2px solid #768c9f;
  background: #e8ecf0;
  padding: 1rem 2rem;
  color: #333f49;
  text-align: center;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  z-index: 99;
  line-height: normal;
  position: sticky;
  top: 0;
  white-space: nowrap;
}

.table tr > td {
  height: 2.75rem;
  padding: 0.35rem 1rem 0.35rem 1rem;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #e2e7eb;
  white-space: nowrap;
  text-align: left;
  font-size: 13px;
}

.upload-file {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
  height: 85%;
}

.btn-active {
  cursor: pointer;
  border-radius: 0.375rem;
  background: #386995;
  padding: 0.75rem;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.00875rem;
  visibility: hidden;
  margin-right: 3rem;
  white-space: nowrap;
  align-items: center;
  display: flex;
  line-height: 1rem;
}

.btn-active::after {
  content: "Confirmar datos de aclaradores";
}

.btn-active:hover {
  background: #517696;
}

.section-file {
  width: 36%;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.25);
  height: 14.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.drop-container {
  width: 89%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10.3rem;
  padding: 20px;
  border-radius: 10px;
  color: #444;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  border-radius: 0.5rem;
  border: 1px dashed #acb9c5;
  margin: 1rem;
  background: rgba(239, 242, 244, 0.15);
}

.drop-container:hover {
  background: #a8c0d430;
  border-color: #386995;
}

.drop-container:hover .drop-title,
.drop-container:hover .file-txt {
  color: #386995;
}

.ondrop {
  background: #a8c0d430;
  border-color: #386995;
}

.ondrop .drop-title,
.ondrop .file-txt {
  color: #386995;
}

.drop-title {
  color: #485967;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 160% */
  letter-spacing: 0.025rem;
  transition: color 0.2s ease-in-out;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.file-txt {
  color: #485967;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  width: 64%;
}

/*FIN SECTION*/

/*PAGINATOR*/

.paginator {
  display: flex;
  justify-content: center;
  margin: 1rem;
  align-items: center;
  white-space: nowrap;
  gap: 2rem;
}

.paginator-btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: transparent;
  border: none;
  color: #333f49;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.0075rem;
  cursor: pointer;
  user-select: none;
}

.paginator-btn:hover {
  color: black;
}

.paginator-btn-disabled {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: transparent;
  border: none;
  color: #c7d0d8;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.0075rem;
  user-select: none;
}

/*FIN PAGINATOR*/

/*SELECT*/
.select-input {
  border-radius: 0.40706rem;
  border: 0.814px solid #acb9c5;
  background: #fff;
  padding: 0.40706rem 0.61063rem;
}
/*FIN SELECT*/

/*SPINNER*/
.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box;
}

.half-circle-spinner {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  margin-bottom: 5px;
}

#half-circle-spinner {
  display: none;
  align-items: center;
  flex-direction: column;
}

.half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: calc(60px / 10) solid transparent;
}

.half-circle-spinner .circle.circle-1 {
  border-top-color: #386995;
  animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
  border-bottom-color: #386995;
  animation: half-circle-spinner-animation 1s infinite alternate;
}

.label-spinner {
  color: #333f49;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01rem;
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 10px;
  background-color: none;
}

::-webkit-scrollbar:horizontal {
  height: 10px;
  background-color: none;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid rgb(233, 245, 233) !important;
  background-color: #aaa;
}

::-webkit-scrollbar-corner {
  background-color: transparent !important;
}

.ole {
  display: none;
  white-space: nowrap;
  color: red;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.00875rem;
}

/*NAVBAR*/
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
  margin-top: 1rem;
}

.nav-content {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.7rem;
}

.update-btn {
  border-radius: 0.375rem;
  background: #e2e7eb;
  padding: 0.75rem;
  border: none;
  color: #acb9c5;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.00875rem;
  visibility: hidden;
  margin-right: 3rem;
  white-space: nowrap;
  align-items: center;
  display: flex;
  line-height: 1rem;
}

.update-btn::after {
  content: "Confirmar datos de aclaradores";
}

.input-filter {
  border-radius: 0.5rem;
  border: 1px solid #acb9c5;
  background: #fff;
  padding: 0.8rem;
  width: 48%;
  margin-left: 3rem;
}

.txt-paginator {
  color: #143f65;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.0075rem;
  border-radius: 0.375rem;
  background: rgba(168, 192, 212, 0.2);
  padding: 0rem 0.5rem;
}
/*FIN NAVBAR*/

/*FOOTER*/
.text-footer {
  color: #011a37;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75rem;
  letter-spacing: 0.0075rem;
}
footer {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

/*FIN FOOTER*/
.correctoModal {
  opacity: 1;
  display: none;
  position: fixed;
  /* display: flex; */
  align-items: center;
  z-index: 100;
  top: 179px;
  gap: 0.5rem;
  width: 15%;
  border-radius: 0.25rem;
  background: #e6efcf;
  padding: 0.5rem;
  overflow: auto;
  color: #72932a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}

.malModal {
  opacity: 1;
  display: none;
  position: fixed;
  /* display: flex; */
  align-items: center;
  z-index: 100;
  top: 362px;
  gap: 0.5rem;
  width: 21%;
  border-radius: 0.25rem;
  background: #fbe1e1;
  padding: 0.5rem;
  overflow: auto;
  color: #df0209;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}

.mal204 {
  opacity: 1;
  display: none;
  position: fixed;
  /* display: flex; */
  align-items: center;
  z-index: 100;
  top: 362px;
  gap: 0.5rem;
  width: 12%;
  border-radius: 0.25rem;
  background: #fbe1e1;
  padding: 0.5rem;
  overflow: auto;
  color: #df0209;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}

.search-cups {
  display: flex;
  gap: 0.5rem;
  width: 40%;
}

@media (max-width: 1054px) {
  .button-txt {
    display: none;
  }

  .download-txt {
    display: none;
  }

  .active-txt {
    display: none;
  }

  .input-filter {
    width: 60%;
  }
}

@media (max-width: 660px) {
  .title-txt {
    line-height: 1.2rem;
    font-size: 1rem;
  }
  .title {
    padding-left: 0rem;
  }

  .file-txt {
    display: none;
  }

  .malModal {
    width: 70%;
  }

  .correctoModal {
    width: 70%;
  }

  .mal204 {
    width: 70%;
  }

  .drop-title {
    flex-direction: column;
  }

  .search-cups {
    width: 60%;
  }
  .descargar-btn {
    margin-right: 0.5rem;
  }
}

@media (max-width: 536px) {
  .nav {
    gap: 1rem;
  }

  .search-cups {
    width: 60%;
  }
  .update-btn {
    font-size: 0;
    line-height: 1rem;
  }

  .update-btn::after {
    content: "Confirmar";
    font-size: initial;
  }

  .btn-active::after {
    content: "Confirmar";
    font-size: initial;
  }
}

@media (max-width: 414px) {
  .paginator {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fade-out {
  -webkit-animation: fade-out 0.8s ease-out both;
  animation: fade-out 0.8s ease-out both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fade-in 0.8s ease-in both;
  animation: fade-in 0.8s ease-in both;
}

datalist {
  background-color: white;
  border-radius: 0 0 9px 9px;
  border-top: none;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
  max-height: 6.3rem;
  overflow-y: auto;
  width: 288px;
  z-index: 98;
  border: 1px solid rgb(29, 29, 29);
}

table {
  position: relative;
  z-index: 97;
  table-layout: fixed;
}

li {
  list-style: none;
  cursor: pointer;
}

li:hover {
  background-color: #f5f5f5;
}

.tab-style .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tab-style:hover .tooltiptext {
  visibility: visible;
}

.perPage {
  width: 33px !important;
  border-radius: 0.5rem;
  border: 1px solid rgba(72, 89, 103, 0.25);
  background: #fff;
  padding: 0.225rem 0.375rem 0.225rem 0.5rem;
}

.tic {
  color: #333f49;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.0075rem;
}
