/* ==========================
   RESET Y GLOBALES
   ========================== */
* {
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE y Edge */
}
*::-webkit-scrollbar {
  display: none;               /* Chrome, Safari y Opera */
}

body {
  background-color: #625B69;
  min-height: 100vh;
  margin: 0;
  color: white;
  width: 100%;
  font-family: "Red Hat Display", sans-serif;
}

h1, h2 {
  color: #FFF;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-align: start;
}
h1 {
  font-size: 40px;
  line-height: 76.589px;
}
h2 {
  font-size: 40px;
  line-height: 83%; /* 33.2px */
}

/* ==========================
   LAYOUT
   ========================== */
.container-admin {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.uk-container {
  padding-left: 0!important;
  padding-right: 0!important;
}
@media (max-width: 1230px) {
  .uk-container {
    padding-left: 1.5rem!important;
    padding-right: 1rem!important;
  }
}

/* ==========================
   BOTONES
   ========================== */
.custom-button {
  border-radius: 50px;
  padding: 15px 50px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  width: 495px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.custom-button:hover {
  background: white;
  color: #5A5163;
}
@media (max-width: 640px) {
  .custom-button {
    width: 100%!important;
    max-width: 350px;
  }
}

.btn-solid-purple {
  display: flex;
  width: 250px!important;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #290729!important;
  color: #E0DAE0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
}
.btn-solid-purple:hover {
  color: #E0DAE0;
}

.btn-solid-purple:disabled {
  background: #E0DAE0!important;
  color: #FFF;
}

.uk-icon-button {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
}
.uk-icon-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.actions {
  fill: #625B69;
  color: #625B69;
  border: none;
}

.js-add-credits-btn {
  color: #625B69;
}

.js-add-credits-btn:disabled {
  color: #aba7b2 !important;
}

.js-add-credits-btn:disabled:hover {
  background-color: #b9b5be !important;
}



/* ==========================
   MENÚS Y SUBMENÚS
   ========================== */
.submenu-credits {
    padding-top: 43px;
}

.submenu {
  width: 100%;
  max-width: 205px;
}
.submenu .menu-list {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  list-style: none;
  padding: 0;
  overflow: auto;
  display: block;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.submenu .menu-list::-webkit-scrollbar {
  display: none;
}
.submenu .menu-list > li > a {
  display: flex;
  height: 50px;
  padding: 5px 20px;
  align-items: center;
  gap: 18px;
  color: #fff!important;
  font-family: Lato, sans-serif;
  font-size: 15.435px;
  text-decoration: none;
}
.submenu .menu-list > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.submenu .menu-list > li:first-child {
  border-radius: 16px 16px 0 0;
}
.submenu .menu-list > li:last-child {
  border-radius: 0 0 16px 16px;
}
.submenu .menu-list .menus-list-active {
  background: rgba(255, 255, 255, 0.3);
}

.dropdown-sales {
  backdrop-filter: blur(32.5px);
  border-radius: 16px;
  background: rgba(122, 114, 127, 0.61);
  max-width: 200px!important;
  padding: 0!important;
}

@media (max-width: 960px) {
  .submenu {
    position: sticky;
    left: 0;
  }
}

/* ==========================
   TESTIMONIOS / CRÉDITOS
   ========================== */
.testimonials, .credits {
  display: flex;
  gap: 45px;
  justify-content: space-between;
  padding-top: 45px;
}
@media (max-width: 960px) {
  .testimonials {
    flex-direction: column;
  }
}

.testimonial-tabs {
  display: flex;
  gap: 65px;
  align-items: center;
  min-height: 48px;
}
.tab, .tab:hover {
  color: #FBFAFD;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
.active {
  font-weight: 700!important;
}

.testimonial-container {
  display: flex;
  gap: 18px;
}
.testimonial-table,
.testimonial-video,
.credits-table {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25) inset;
  backdrop-filter: blur(47.5px);
  margin-top: 45px;
  color: white;
  min-width: 320px;
  height: 320px;
  padding: 0!important;
}
.testimonial-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  padding: 1.5rem!important;
}
.testimonial-video video {
  border-radius: 15px;
}

.testimonial-list {
  height: 320px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.testimonial-list::-webkit-scrollbar {
  display: none;
}
.testimonial-row {
  padding: 7px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 40px;
}
.testimonial-row:last-child {
  border-bottom: none;
}
.testimonial-date,
.testimonial-code {
  width: 110px;
  font-weight: 500;
}
.testimonial-code {
  text-align: end;
}
.testimonial-actions > form,
.testimonial-actions > a {
  margin-left: 10px;
}

/* ==========================
   TABLAS
   ========================== */
.table-secction {
  border-radius: 12px;
  background: #dfdde480;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25) inset;
  padding: 40px 40px 85px;
  margin-bottom: 60px!important;
  max-width: 990px;
  overflow: auto;
}
.table-sales {
  table-layout: fixed;
  min-width: 900px;
}
.table-sales > thead {
  position: sticky;
  top: 0;
  background: #625B69;
  z-index: 100;
}
.table-body-sales {
  backdrop-filter: blur(47.5px);
  border-radius: 15px 15px 0 0;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25) inset;
  position: sticky;
  top: 0;
  z-index: 10;
}
.table-body-sales td {
  background: rgba(255, 255, 255, 0.11);
}
.table-foot-sales {
  backdrop-filter: blur(47.5px);
  border-radius: 0 0 15px 15px;
  position: sticky;
  bottom: 0;
  z-index: 100;
  background: rgb(98 92 105);
}
.table-foot-sales td {
  background: rgb(118 112 125);
}


.table-body-sales tr:first-child td:first-child{
    border-radius: 15px 0 0 0;
}
.table-body-sales tr:first-child td:last-child{
    border-radius: 0 15px 0 0;
}

.table-foot-sales tr:last-child td:first-child, .table-body-sales tr:last-child td:first-child{
    border-radius: 0 0 0 15px;
}
.table-foot-sales tr:last-child td:last-child, .table-body-sales tr:last-child td:last-child{
    border-radius: 0 0 15px 0;
}


td {
  color: #FFF;
  font-family: Lato, sans-serif!important;
  font-size: 16px!important;
  font-weight: 400;
  line-height: 27px;
  padding: 10px 20px!important;
  max-width: 250px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.thead-credits th, .thead-sales th {
  color: #FBFAFD;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  padding: 8px;
}
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e53d!important;
}
.uk-table-divider tr:nth-child(1) {
  border-top: none!important;
}

/* ==========================
   FORMULARIOS
   ========================== */
.input-rounded {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  border: 1px solid #C6BDD1;
  border-radius: 40px;
  height: 48px;
  width: 100%;
  max-width: 285px;
}
.input-rounded input {
  width: 100%;
  height: 100%;
  background: transparent!important;
  border: none;
  color: #290729;
  font-size: 16px;
  font-weight: 700;
}
.input-rounded input::placeholder {
  color: #290729;
}
.input-rounded input:focus-visible {
  outline: none;
}

.form-credits, .thead-sales {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

/* ==========================
   NOTIFICACIONES
   ========================== */
.uk-notification {
  top: 0!important;
}
.uk-notification-message {
  background: rgba(255,255,255,0.11)!important;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25) inset;
  display: flex!important;
  align-items: center!important;
  height: 50px!important;
  padding: 36px!important;
  gap: 34px!important;
  backdrop-filter: blur(32.5px)!important;
  width: 100%!important;
  border-radius: 0 0 16px 16px;
}
.uk-notification-message-danger {
  color: #ecc6cd!important;
}
