@font-face {
  font-family: "demeQ";
  src: url("../fonts/demeQ.woff") format("woff");
}

@font-face {
  font-family: "Exo";
  src: url(../fonts/Exo-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Exo";
  src: url(../fonts/Exo-LightItalic.ttf) format("truetype");
  -oxy-simulate-style: yes;
  font-weight: 300;
}

@font-face {
  font-family: "Exo";
  src: url(../fonts/Exo-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Exo-italic";
  src: url(../fonts/Exo-Italic.ttf) format("truetype");
  -oxy-simulate-style: yes;
  font-weight: 400;
}

@font-face {
  font-family: "Exo";
  src: url(../fonts/Exo-Medium.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Exo";
  src: url(../fonts/Exo-MediumItalic.ttf) format("truetype");
  -oxy-simulate-style: yes;
  font-weight: 500;
}

@font-face {
  font-family: "Exo";
  src: url(../fonts/Exo-SemiBold.ttf) format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Exo";
  src: url(../fonts/Exo-Bold.ttf) format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Exo";
  src: url(../fonts/Exo-ExtraBold.ttf) format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "Exo";
  src: url(../fonts/Exo-ExtraBoldItalic.ttf) format("truetype");
  -oxy-simulate-style: yes;
  font-weight: 800;
}

@font-face {
  font-family: "Exo";
  src: url(../fonts/Exo-Black.ttf) format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Exo";
  src: url(../fonts/Exo-BlackItalic.ttf) format("truetype");
  -oxy-simulate-style: yes;
  font-weight: 900;
}

body {
  counter-reset: page;
  font-family: "Exo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  caret-color: transparent;
  background-color: #faf7f4;
}

input,
textarea {
  caret-color: black;
}

.page-header,
.page-header-space {
  height: 90px;
}

.page-footer,
.page-footer-space {
  height: 120px;
}

.page-footer-space {
  height: 50px;
}

.page-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.page-header {
  position: fixed;
  top: 0mm;
  width: 100%;
}

img.logos {
  height: 20mm;
  width: auto;
  margin-left: 15px;
}

img.logo {
  height: 12mm;
  width: auto;
  margin-bottom: 10px;
  padding-right: 25px;
  margin-right: 10px;
  border-right: 4px solid #000;
}

h1 {
  font-size: 41px;
  font-weight: 600;
  letter-spacing: 1;
  text-transform: uppercase;
}

h2 {
  font-weight: 600;
  font-size: 44px;
  padding-bottom: 4px;
}

h3 {
  font-size: 19px;
  font-weight: 600;
}

h4 {
  font-size: 17px;
  font-weight: 600;
  font-style: normal !important;
}

h4.italic {
  font-style: italic;
  font-weight: 600;
}

h5 {
  font-size: 15px;
  font-weight: bold;
}

h6 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

p {
  font-size: 16px;
  margin-top: -1px;
}

p.italic {
  font: 16px "Exo-italic", sans-serif;
  font-weight: 400;
  font-style: italic;
}

p.aclaracion {
  font: 9pt "Exo-italic", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: 3rem 0 0;
  color: rgb(40, 40, 40);
}

.bold {
  font-weight: bold;
}

.row.seccion {
  margin-bottom: 4mm;
}

.italic {
  font-style: italic;
}

.text-justify {
  text-align: justify;
}

.txt-naranja {
  color: #ef7d2d;
}

.txt-negro {
  color: #121212;
}

.txt-blanco {
  color: #fff;
}

.barra-login {
  background: #121212;
  padding-top: 8px;
}

.barra-login h4 {
  color: #fff;
}

.form-select:focus,
.form-control:focus {
  border-color: rgb(239, 125, 45) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(239, 125, 45, 0.25) !important;
}

.password-container {
  position: relative;
}

.password-container input[type="password"],
.password-container input[type="text"] {
  width: 100%;
  padding: 12px 36px 12px 12px;
  box-sizing: border-box;
}

.fa-eye {
  position: absolute;
  top: 36%;
  right: 4%;
  cursor: pointer;
  color: lightgray;
}

.bd-t {
  border-top: 1px solid #9f9f9f;
  margin-top: 5px;
  padding-top: 30px;
}

.bd-naranja {
  border-top: 2px solid #ef7d2d;
}

.border-gradient {
  border-bottom: 4px solid;
  border-image-slice: 1;
  border-width: 2px;
}

.border-gradient-top {
  border-top: 4px solid;
  border-image-slice: 1;
  border-width: 2px;
}

.border-gradient-orange {
  border-image-source: linear-gradient(to right, #ef7d2d, #fff);
  /*-webkit-print-color-adjust: exact;*/
}

.border-gradient-orange-inv {
  border-image-source: linear-gradient(to left, #ef7d2d, rgba(255, 255, 255, 0));
  /*-webkit-print-color-adjust: exact;*/
}

.titulo {
  margin-bottom: 3mm;
}

.val-garantia {
  background-color: #fff6ef !important;
  padding: 4mm 4mm 4mm 0;
  border-radius: 1.5mm;
}

.val-garantia.oscuro {
  background-color: #fae2d0 !important;
  padding: 4mm;
}

.img-firma {
  max-height: 75px;
}

.test-materialUp,
.test-materialDown {
  padding: 6mm 0;
}

.test-materialUp {
  border-radius: 1.5mm 1.5mm 0 0;
}

.test-materialDown {
  border-radius: 0 0 1.5mm 1.5mm;
}

.test-material {
  background-color: #fff6ef !important;
  padding: 6mm 0;
  border-radius: 1.5mm;
}

table thead {
  background-color: #fddbc1 !important;
}

.table > :not(:first-child) {
  border-top: none !important;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff6ef;
  /* Choose your own color here */
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: transparent;
  color: var(--bs-table-striped-color);
}

.border-table {
  border-right: 1px solid #ef7d2d;
}

.correcto {
  background-color: #fddbc1 !important;
  padding: 3mm 0;
  border-radius: 1.5mm;
}

.correcto p {
  font-weight: bold;
}

th.media {
  background-color: #ffcaa2;
}

td.media {
  background-color: rgba(253, 219, 193, 0.4);
}

.observaciones {
  background-color: #fff6ef !important;
  padding: 3mm 0;
  border-radius: 1.5mm;
}

.form-control {
  background-color: transparent !important;
}

.family,
.base,
.methQH {
  display: block;
}

.anotacion {
  font-size: small !important;
  font-style: italic;
  padding-left: 10px;
  margin-top: 5px;
}

.dmq {
  font-family: "demeQ";
  font-weight: normal;
  font-style: normal;
}

.btn {
  border-radius: 50px;
  margin: 0 5px;
}

.btn-txt {
  font-size: 16px;
  margin: 0;
}

.btn-primary {
  background-color: rgb(240, 127, 46);
  border-color: #ef7d2d;
  border-radius: 50px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #c55301 !important;
  border-color: #c55301 !important;
}

.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgb(240, 127, 46, 0.5);
}

.noPrint .btn {
  border-radius: 50px;
}

.table-ensayo th {
  vertical-align: top;
}

.txt-media {
  font-size: 1rem;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #000;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #ef7d2d;
}

.QH-probes {
  padding: 0 25px;
}

.probe-check {
  padding-left: 36px;
}

.margin-sr {
  margin-left: 12px;
}

.label-form {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  display: inline-block;
}

p.form-control {
  border-color: #198754;
}

.img-garantia {
  height: 80px;
}

.table thead th,
.table th {
  border-bottom: 0;
  border-top: 0;
}

.logo_form {
  width: 200px;
  margin-bottom: 40px;
}

/* -- ACCESO -- */

#acceso-garantia {
  width: 100vw;
  height: 100vh;
  background: #fff;
}

/* -- PANEL ADMINISTRACIÓN -- */

.sidemenu {
  background-color: #121212;
  color: #fff;
  min-height: 100vh;
}

.sidemenu a {
  color: #fff;
  font-size: 16px;
}

.side-section {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #666;
}

.sidelogo {
  width: 120px;
}

.sidemenu h1 {
  font-size: 14px;
  color: #fff;
}

.side-usuario h4 {
  font-size: 16px;
}

.sidemenu h5 {
  color: #ef7d2d;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease-in-out;
  margin: 0;
}

.sidemenu h5:hover {
  color: #fcdec8;
  transition: all 0.3s ease-in-out;
}

.side-section .btn-admin-primary,
.side-section .btn-admin-secondary {
  margin: 0 -24px;
  padding: 7px 24px !important;
  color: #fff;
  border-radius: 0.25rem;
  background-color: transparent;
  font-size: 16px;
  height: auto;
  display: block;
  justify-content: left;
  align-items: start;
  font-weight: 400;
  border: none;
  transition: all 0.3s ease-in-out;
}

.side-section .btn-admin-primary.nav-link-pl,
.side-section .btn-admin-secondary.nav-link-pl {
  padding: 7px 24px 7px 54px !important;
}

.side-section .btn-admin-primary:hover {
  margin: 0 -24px;
  padding: 7px 24px !important;
  border-radius: 0;
  background-color: #ef7d2d;
  border: none;
  transition: all 0.3s ease-in-out;
}

.side-section .btn-admin-secondary:hover {
  margin: 0 -24px;
  padding: 7px 24px !important;
  border-radius: 0;
  color: #fff;
  background-color: #878787;
  border: none;
  transition: all 0.3s ease-in-out;
}

.side-section .btn-admin-primary.nav-link-pl:hover,
.side-section .btn-admin-secondary.nav-link-pl:hover {
  padding: 7px 24px 7px 40px !important;
}

.main-content {
  padding: 0;
}

a.btn-ad {
  text-decoration: none;
}

.btn-adm {
  padding: 40px 20px;
  border-radius: 0.6rem;
  background-color: transparent;
  color: #878787;
  font-size: 18px;
  height: 120px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.btn-admin-primary,
.btn-admin-primary-light {
  background: #ef7d2d;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.btn-adm.btn-admin-primary-light {
  background: #8c4b1d;
}

.btn-adm.btn-admin-secondary {
  background: #cecece;
  transition: all 0.3s ease-in-out;
}

.btn-adm.btn-admin-secondary:hover,
.btn-adm.btn-admin-primary:hover,
.btn-adm.btn-admin-primary-light:hover,
.btn-large.btn-admin-primary:hover {
  background: #d15d0a;
  color: #fff;
  -webkit-box-shadow: 0px 0px 29px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 29px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 29px -5px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}

.btn-adm.btn-admin-secondary:hover {
  background: #9e9d9d;
  color: #000;
}

.btn-large {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  border-radius: 0.5rem;
}

.btn-large .title h3 {
  font-size: 24px;
}

.btn-large:hover .title {
  transform: translateY(-70%);
  opacity: 0;
}

.btn-large:hover .list {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.list {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
  text-align: center;
  width: 95%;
}

.list-title,
.btn-large:hover .list-title {
  color: white;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}

.list-item {
  margin: 0.5rem 0;
  color: white;
}

.admin-icon {
  height: 70px;
  margin: 0 auto 15px;
  fill: #fff;
}

.card {
  background-clip: none;
  border: none;
}

.pa-icon {
  height: 40px;
  fill: #fff;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.pa-icon.pa-secondary {
  fill: #878787;
  transition: all 0.3s ease-in-out;
}

.btn-adm.btn-admin-secondary:hover .pa-secondary {
  fill: #000;
  transition: all 0.3s ease-in-out;
}

.pa-icon.icon-side {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -4px;
}

.pa-icon.pa-secondary.icon-side {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  fill: #fff;
  transition: all 0.3s ease-in-out;
}

.icon-naranja {
  fill: #ef7d2d;
  transition: all 0.3s ease-in-out;
}

.btn-admin-primary:hover .icon-naranja {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}

.btn-admin-primary:hover .txt-naranja {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.count {
  position: absolute;
  right: 4px;
  top: -4px;
  background: black;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: auto;
  color: white;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: 1;
}

.count-side {
  position: relative;
  background: #ef7d2d;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: black;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  line-height: 1;
  font-size: 1rem;
}

.userA:hover .user-hover,
.userA .user {
  display: inline !important;
}

.userA .user-hover,
.userA:hover .user {
  display: none !important;
}

.btn-folletos {
  padding: 5px 9px;
}

.btn-folletos > .pa-icon.icon-side {
  margin: 0;
}

tr.border-bottom {
  background: #fbbe93;
  border-bottom: none !important;
}

.border-left {
  border-left: 1px solid #ef7d2d !important;
}

.pa-icon.icon-side.icon-round {
  margin: -2px 0 0 !important;
}

.cumple-hoy {
  background-color: #ef7d2d !important;
  color: #fff;
  font-weight: bold;
}

.cumple-7 {
  background-color: #d6ffe2 !important;
}

.cumple-14 {
  background-color: #fff1ad !important;
}

.pil-cumple {
  margin-left: 10px;
  background: #f07f2e;
  padding: 8px 12px;
  border-radius: 50px;
  color: #121212;
  font-style: italic;
  font-weight: bold;
}

.pil-cumple .pa-icon.pa-secondary.icon-side {
  fill: #121212;
  margin: -4px 5px 0 0;
}

canvas {
  display: block;
}

.logo-modal {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: auto;
}

h2.feliz-cumple {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5em;
  font-weight: 900;
  -webkit-user-select: none;
  user-select: none;
}

p.p-feliz-cumple {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  user-select: none;
  color: #fff;
  font-size: 18px;
}

.btn-cumple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  user-select: none;
}

#modalCumple .modal-body {
  padding: 0 !important;
}

input.form-side:disabled {
  width: 100%;
  background: #121212;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 0.25rem;
  padding: 5px;
  transition: 0.3s all ease-in-out;
}

input.form-side {
  width: 100%;
  background: #fff;
  border: 1px solid #ef7d2d;
  color: #121212;
  border-radius: 0.25rem;
  padding: 5px;
  transition: 0.3s all ease-in-out;
}

.form-side-button {
  background: #121212;
  border: 1px solid #ef7d2d;
  border-radius: 0.25rem;
  padding: 5px;
  color: #ef7d2d;
  transition: 0.3s all ease-in-out;
}

.form-side-button span {
  visibility: 0;
  font-size: 0;
  opacity: 0;
  margin: 0;
  transition: 0.3s all ease-in-out;
}

.form-side-button:hover {
  background: #ef7d2d;
  border: 1px solid #ef7d2d;
  border-radius: 25rem;
  padding: 5px;
  color: #fff !important;
  transition: 0.2s all ease-in-out;
}

.form-side-button:hover span {
  visibility: 1;
  font-size: 1rem;
  opacity: 1;
  margin: 0 0.5rem 0 0.25rem;
  color: #fff !important;
  transition: 0.3s all ease-in-out;
}

.bg-warning-dolar {
  background-color: #ffc107 !important;
  border-radius: 0.5rem;
  padding: 0.5rem !important;
  color: #121212 !important;
}

.bg-warning-dolar .txt-naranja,
.bg-warning-dolar h5,
.bg-warning-dolar .form-side-button .txt-naranja,
.bg-warning-dolar a.btn-admin-secondary {
  color: black !important;
}

.bg-warning-dolar h5 {
  font-weight: bolder !important;
}

.bg-warning-dolar a.btn-admin-secondary:hover,
.bg-warning-dolar .form-side-button:hover .txt-naranja {
  color: #fff !important;
}

.bg-warning-dolar input.form-side:disabled {
  width: 100%;
  background: #ffc107;
  border: 1px solid transparent;
  color: #121212;
  border-radius: 0.25rem;
  padding: 5px;
  transition: 0.3s all ease-in-out;
}

.bg-warning-dolar .form-side-button {
  background: #ffc107;
  border: 1px solid #121212;
  border-radius: 0.25rem;
  padding: 5px;
  color: #121212;
  transition: 0.3s all ease-in-out;
  height: 40px;
  margin: 0;
}

.bg-warning-dolar .form-side-button:hover {
  background: #ff5707;
  border: 1px solid #ff5707;
  border-radius: 0.25rem;
  padding: 5px;
  color: #fff;
  transition: 0.3s all ease-in-out;
}

.bg-warning-dolar .form-side-button .reset-icon,
.bg-warning-dolar .pa-icon.pa-secondary.icon-side {
  fill: #121212 !important;
}

.bg-warning-dolar a:hover .pa-icon.pa-secondary.icon-side {
  fill: #fff !important;
}

input.form-side:disabled {
  width: 100%;
  background: #121212;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 0.25rem;
  padding: 5px;
  transition: 0.3s all ease-in-out;
}

#actualizar-dolares + #fecha-dolar {
  visibility: 1;
  font-size: 1rem;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}

#actualizar-dolares:hover + #fecha-dolar {
  visibility: 0;
  font-size: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.form-side-button:hover .reset-icon {
  fill: #fff !important;
  transition: 0.3s all ease-in-out;
}

#enviando {
  display: none;
}

#enviando h6 {
  text-align: center;
  font-weight: 100;
  margin: 10px 20px 0 0;
  font-size: 22px;
}

#enviando .prog-bar {
  position: relative;
  height: 20px;
  width: 350px;
  background: white;
  border-radius: 25px;
  border: 2px solid #121212;
  background-color: #fff;
  box-shadow: 0 0 32px #ef7d2d;
  margin: 30px auto;
}

#enviando .prog-fill {
  position: absolute;
  height: 16.5px;
  width: 0%;
  animation: progress-forward 3s infinite;
  background: rgb(34, 193, 195);
  background: linear-gradient(90deg, rgba(227, 174, 137, 1) 0%, rgba(239, 125, 45, 1) 100%);
  border-radius: 15px;
}

@keyframes progress-forward {
  0% {
    width: 0%;
  }

  25% {
    width: 50%;
  }

  50% {
    width: 75%;
  }

  75% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}

/*----  Acordeón Precios  ---*/

.accordion-item:last-of-type .accordion-button.collapsed {
  background-color: rgba(227, 174, 137, 1);
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #ef7d2d;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button:focus {
  z-index: 3;
  border-color: rgba(227, 174, 137, 1);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 174, 137, 1);
}

/*Mostrar-esconde barra lateral*/
#mySidebar {
  position: relative;
  margin-left: 0;
  transition: margin-left 0.3s ease; /* Define la transición */
}

#mySidebar.collapsed {
  margin-left: -16.66666667%;
  transition: margin-left 0.3s ease; /* Define la transición */
}

#toggleNav {
  position: fixed !important;
  top: 70px;
  margin: 0 -94px;
  height: 34px;
  background-color: #000;
  color: #f07f2e;
  font-weight: 500;
  transform: rotate(90deg);
  transform-origin: center;
  border-radius: 8px 8px 0 0;
  padding: 0 17px;
  border: none;
  z-index: 10;
  display: block;
}

@media (max-width: 768px) {
  #mySidebar.collapsed {
    margin-left: 0;
  }

  #toggleNav {
    display: none;
  }

  .sidemenu {
    height: unset;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .px-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .sidelogo {
    width: 80px;
  }

  ul#menu {
    margin-top: 0;
  }

  .pa-icon.icon-side {
    width: auto !important;
    height: 30px !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }

  .side-section {
    text-align: center;
  }

  .side-section .dropdown-toggle::after {
    display: none !important;
    margin-left: 0 !important;
    vertical-align: 0 !important;
    content: "";
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0;
    border-left: 0 !important;
  }

  .side-section .dropdown-toggle {
    text-align: center;
    justify-content: center;
  }

  .side-section .btn-admin-primary,
  .side-section .btn-admin-primary:hover,
  .side-section .btn-admin-secondary,
  .side-section .btn-admin-secondary:hover {
    margin: 0;
    padding: 10px 0 !important;
  }
}

.breadcrumb-item a {
  color: #121212;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.breadcrumb-item a:hover {
  color: #f07f2e;
  transition: 0.3s all ease-in-out;
}

.tooltip-copiado {
  position: absolute;
  background-color: #4caf50;
  color: white;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
