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

/*Header Style*/
header {
  background: url("../images/backgroundARG.png") no-repeat center center;
  position: relative;
  height: 100vh;
  min-height: 600px;
  max-height: 1080px;
  background-size: cover;
}

.full-table {
  display: flex;
  flex-direction: column;
  height: 85vh;
  width: 90%;
  margin: 0 auto;
  background-color: rgba(50, 50, 50, 0.8);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.table-container {
  overflow-y: auto;
  border: 1px solid white;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}



a.navbar-brand {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500; }
  a.navbar-brand:hover, a.navbar-brand:active {
    color: #fff !important; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 1.5px;
  font-size: 0.95rem;
  line-height: 3;
  font-weight: 500; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:active {
    color: #fff; }

.da-home-page-text {
  color: #fff; }
  .da-home-page-text h2 {
    font-weight: 500; }
  .da-home-page-text h3 {
    line-height: 1.5; }

@media (max-width: 575.98px) {
  .da-home-page-text .display-3 {
    font-size: 2.5rem; }
  .da-home-page-text h3 {
    font-size: 1rem; } }

/*Projects Style*/
.da-projects .da-project-1 {
  position: relative;
  min-height: 450px;
  background-size: cover;
   }

.da-projects .da-project-2 {
  position: relative;
  min-height: 450px;
  background-size: cover;
   }

@media (max-width: 992px) {
  .da-projects .da-project-icon {
    margin-right: 15px; } }

/* Expertise Skills Style */
.da-expertise .da-exp-skills {
  padding: 70px 40px 60px 40px; }

.da-expertise .progress-bar {
  transform: scaleX(0);
  transition: transform 2s ease-in-out;
  transform-origin: 0% 0%; }

.da-expertise .aos-animate {
  transform: scaleX(1); }

.da-expertise .da-exp-image {

  background-size: cover;
  min-height: 450px; }

/*Team Carousel Style*/
.da-team .carousel-indicators {
  bottom: 0px; }
  .da-team .carousel-indicators li {
    background-color: #3d3f4c; }
  .da-team .carousel-indicators .active {
    background-color: #001361; }

/*Image Gallery Style*/
.da-gallery .card-columns .card {
  border: none;
   }

@media (max-width: 992px) {
  .da-gallery .card-columns {
    -moz-column-count: 2;
         column-count: 2; } }

@media (max-width: 576px) {
  .da-gallery .card-columns {
    -moz-column-count: 1;
         column-count: 1; } }

/* Company Brand Style */
.da-company-brand img {
  opacity: 0.6;
  width: 90%; }

.da-company-brand img:hover {
  opacity: 1; }

/*Contact Style*/
.da-contact {
  background: url("../images/mapaMoron3.jpg") no-repeat center center;
  position: relative;
  min-height: 700px;
  background-size: cover; }
  .da-contact .da-contact-detail {
    padding: 8% 0 8% 1%; }
    @media (max-width: 992px) {
      .da-contact .da-contact-detail {
        padding: 15% 0 5% 1%; } }
    @media (max-width: 767px) {
      .da-contact .da-contact-detail {
        padding: 15px 0px 15px 0px; } }

/*Footer*/
footer .da-social-link {
  color: #fff;
  text-decoration: none; }

footer ul {
  padding: 0; }
  footer ul li {
    list-style-type: none; }

/* Credit Style */
a.credit {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
  cursor: pointer; }

/*Scroll Top Style*/
#scrolltop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px; }
  #scrolltop .btn {
    border-radius: 50%; }

.icon {
  display: inline-flex;
  align-self: center;
  position: relative; }

/*Common Style*/
.da-section {
  padding: 100px 0; }

.da-work{
  background-color: #FFF !important;

}

.bg-secondary {
  background-color: #80BFFF !important;
}

btn-primary {
  background-color: #80BFFF !important;
}

.h2{
  color: #000000 !important;
}

#services  {
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../images/repuestos-para-autos.jpg');
  background-size: cover;
}

.alerta-login {
  color: red;
  border-radius: 10px;
  padding: 15px 15px 0px 0px;
  display: flex;
  justify-content: right;
}

.alerta-login-success {
  color: green;
  border-radius: 10px;
  padding: 15px 15px 0px 0px;
  display: flex;
  justify-content: right;
}

.content-table {
  width: 100%;
  height: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

/* For Webkit browsers (Chrome, Safari) */
.table-container::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
}

.table-container::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track */
  border-radius: 10px; /* Radius of the track */
}

.table-container::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scroll thumb */
  border-radius: 10px; /* Radius of the scroll thumb */
}

.table-container::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the scroll thumb on hover */
}

/* For Firefox */
.table-container {
  scrollbar-width: thin; /* "auto" or "thin"  */
  scrollbar-color: #888 #f1f1f1; /* scrollbar color */
}

.content-table thead tr {
  background-color: rgba(128, 191, 255,0.7);
  color: black;
  text-align: center;
}

.content-table th,
.content-table td {
  padding: 12px 15px;
  text-align: center;
}

.content-table tbody tr {
  border-bottom: 1px solid white;
  color: white;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: rgba(50, 50, 50, 0.5);
  color: #80BFFF;
}



.content-table tbody tr.active-row {
  font-weight: bold;
  color: #80BFFF;
}

.boton_repuestos {
  display: flex;
  justify-content: center;
}

.habilitado {
  color: green;
}

.no-habilitado {
  color: red;
}

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

.edit-box {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  color: white;
}

.edit-box input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}


.edit-box .form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.edit-box .form-row .form-field {
  flex: 0 0 48%; /* Adjust this value as needed */
}

.form-button-2 {
  margin-right: 5px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none; /* Remove underline from link */
  display: inline-block; /* Make it appear like a button */
  color:#80BFFF;
  background-color: transparent;
  outline: #80BFFF solid 2px;
}

.form-button-2:hover {
  background-color: #80BFFF;
  color: black;
  text-decoration: none;
}

.search-bar-text-right {
  text-align: right;
  color: #80BFFF;
  padding: 10px;
}

.bar-tittle{
  justify-content: flex-end;
  width: 100%;
}

.select-input {
   min-height: 30px/* Adjust this value based on the height of your other input fields */
}

.form-button {
  background-color: white; /* Button color */
  border: 1px solid white;
  color: black; /* Text color */
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  transition-duration: 0.4s;
}

.form-button:hover {
  background-color: white; /* Button color when hovered */
  color: #80BFFF; /* Text color when hovered */
}

.column-code {
  width: 100px;
}

.column-type {
  width: 200px;
}

.column-brand {
  width: 150px;
}

.column-description {
  width: auto;
}

.column-list-price {
  width: 150px;
}

.column-discount-price {
  width: 150px;
}

.image-bar {
  display: flex;
  justify-content: space-between;
  border: 1px solid white; /* Add a white border */
  border-radius: 10px;
  margin-top: 20px;
  background-color: transparent; /* Make the background transparent */
}

.image-bar a {
  width: 10%;
}

.image-bar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-table th,
.content-table td {
  padding: 3px 10px; /* Reduced vertical padding from 12px to 6px */
}

.pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.pagination a {
  color: white;
  padding: 0px 16px 0px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination input {
  border: 1px solid white; /* Add a white border */
  padding: 0px 5px 0px 5px;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: transparent; /* Make the background transparent */
}

.pagination input[type="number"] {
  color: white;
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;

}

.pagination input[type="submit"] {
  color: white;
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;

}

.pagination span{
  color: white;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
}

.pagination form{
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-bar {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid white;
  padding: 10px 10px 12px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: transparent;
}

.search-bar form{
  display: flex;
  width: 100%;
  flex-direction: row;
}

.search-bar-eq {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.sb1, .sb2, .sb3, .sb4 {
  height: 100%;
}

.sb1 {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.sb1-eq {
  width: 82.5%;
  display: flex;
  flex-direction: column;
}

.sb1-eq_1{
  width: 100%;
  height: 50%;
  flex-direction: row;
  display: flex;
}

.sb1-eq_2 {
  width: 100%;
  height: 50%;
  flex-direction: row;
  display: flex;
  margin-top: 5px;
}

.sb1-eq_3 {
  width: 100%;
  height: 50%;
  flex-direction: row;
  display: flex;
  margin-top: 5px;
}

.sb1-eq_1_1, .sb1-eq_1_2, .sb1-eq_1_3, .sb1-eq_1_4, .sb1-eq_1_5, .sb1-eq_1_6, .sb1-eq_1_7, .sb1-eq_1_8, .sb1-eq_1_9, .sb1-eq_1_10, .sb1-eq_1_11, .sb1-eq_1_12 {
  width: calc( 12.5% - 5px);
  margin-right: 5px;
}

.sb1-eq_2_1, .sb1-eq_2_2, .sb1-eq_2_3, .sb1-eq_2_4, .sb1-eq_2_5, .sb1-eq_2_6, .sb1-eq_2_7, .sb1-eq_2_8, .sb1-eq_2_9, .sb1-eq_2_10, .sb1-eq_2_11, .sb1-eq_2_12 {
  width: calc( 12.5% - 5px);
  margin-right: 5px;
}

.sb1-eq_3_1, .sb1-eq_3_2, .sb1-eq_3_3, .sb1-eq_3_4, .sb1-eq_3_5, .sb1-eq_3_6, .sb1-eq_3_7, .sb1-eq_3_8, .sb1-eq_3_9, .sb1-eq_3_10, .sb1-eq_3_11, .sb1-eq_3_12 {
  width: calc( 12.5% - 5px);
  margin-right: 5px;
}


.sb1_1, .sb1_2 {
  width: 100%;
  height: 50%;
}

.sb1_2 {
  display: flex;
}

.sb1_2_1, .sb1_2_2 {
  width: 50%;
  height: 100%;
}

.sb2 {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.sb2A {
  width: 20%;
  display: flex;
  justify-content: center;
  align-content: center;
}

.sb2_1{
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sb2_2 {
  width: 100%;
  height: 50%;
  display: flex;
}

.sb3 {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;

}

.sb3-eq {
  width: 17.5%;
  height: 100%;
  display: flex;
  flex-direction: column;

}


.sb3_1_1, .sb3_1_2 {
  display: flex;
  flex-direction: row;
  width: 50%;
  height: 100%;
}

.sb3_1 {
  display: flex;
  width: 100%;
  height: calc(50% + 5px);
  justify-content: center;
  align-items: center;
}

.sb3_2 {
  display: flex;
  width: 100%;
  height: 50%;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
}

.search-bar input[type="text"] {
  color: white;
}

.search-bar-text::placeholder {
  color: white;
}

.search-bar-text-porcentaje::placeholder {
  color: yellowgreen;
}


.search-bar .search-bar-text {
  padding: 5px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: transparent;
  width: 100%;
  height: 100%;
}


.search-bar input[type="submit"], .search-bar input[type="reset"] {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition-duration: 0.4s;
  width: calc( 100% - 5px);
  height: 100%;

}


.sb1_2_1 select[name="tipo"] {
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  width: 100%;
  height: calc( 100% - 2px);
  margin-top: 5px;
  appearance: none; /* Remove default styles */
  -webkit-appearance: none; /* For Safari and Chrome */
  -moz-appearance: none; /* For Firefox */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chevron-down" viewBox="0 0 16 16"><path 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"/></svg>');
  background-repeat: no-repeat;
  background-position: right .7em top 50%; /* Position the icon on the right side */
  /* Add some padding to prevent text from overlapping the icon */
  padding: 5px 2em 5px 5px;
}

.sb1_2_2 select[name="marca"] {
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  width: calc( 100% - 5px);
  height: calc( 100% - 3px);
  margin-top: 5px;
  margin-left: 5px;
  appearance: none; /* Remove default styles */
  -webkit-appearance: none; /* For Safari and Chrome */
  -moz-appearance: none; /* For Firefox */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chevron-down" viewBox="0 0 16 16"><path 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"/></svg>');
  background-repeat: no-repeat;
  background-position: right .7em top 50%; /* Position the icon on the right side */
  /* Add some padding to prevent text from overlapping the icon */
  padding: 5px 2em 5px 5px;
}

.aviso_invitado {
  display: flex;
  background-color: rgba(128,191,255,0.1);
  color: #80BFFF;
  border: 1px solid #80BFFF;
  border-radius: 5px;
  width: calc( 100% - 10px);
  height:100%;
  text-align-all: center;

}

.aviso_invitado p {
  margin: 10px;
}

.search-bar-text-porcentaje {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid yellowgreen;
  border-radius: 5px;
  background-color: transparent;
  width: calc( 100% - 10px);
  height: 100%;
  color: yellowgreen;
}

.show-porcentaje {
  border: 1px solid yellowgreen;
  color: white;
  border-radius: 5px;
  background-color: rgba(154, 205, 50 ,0.2);
  width: calc( 100% - 10px);
  height: calc( 100% - 3px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sb2_2 label {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
}

select:focus option {
  color: white; /* Replace with your desired text color */
  background-color: rgba(0,0,0,0.5); /* Replace with your desired background color */
}

.img-fluid {
  width: auto; /* It will take the full width of the container */
  height: 100px; /* You can adjust this value according to your needs */
  object-fit: contain; /* It will maintain the aspect ratio of the image */
}

.marcas_enlaces .row {
  margin-bottom: 20px; /* Adjust this value according to your needs */
}

.whatsapp-container {
  width: 70px; /* Adjust as needed */
  height: 70px; /* Should be equal to the width */
  border-radius: 50%;
  background-color: #25D366;
  position: fixed;
  bottom: 40px;
  right: 40px;
  color: white;
  padding: 10px;
  font-size: 14px;
  z-index: 1000;
  text-decoration: none;
  align-items: center;
  display: flex;
  justify-content: center;
  animation: bounce 2s infinite;
}

.whatsapp-container a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;

}

@keyframes expand {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0.8);

  }
  50% {
    transform: scale(1);
  }
}

.new_user_button_a{
  width: 100%;
  height: 100%;
}
.new_user_button {
  background-color: rgba(0, 255, 0, 0.2);
  border: 1px solid white;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition-duration: 0.4s;
  width: 100%;
  height: 100%;
}

.espacio{
  margin: 5px;
}

.new_login {
    display: flex;
    justify-content: right;
    align-items: center;
}

.new-login-container {
  background-color: transparent;
  border: 1px solid white;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;

}

.new-login-button {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  color: white;
  padding: 3px 10px 3px 10px;
  border-radius: 5px;
  height:100%;
}

.new-login-input {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 5px;
  height: 100%;
  padding: 5px 10px 5px 10px;
}

.new-login-input::placeholder {
  color: white;
}

.nav-division {
  display:flex;
  width: 100%;
  flex-direction: column;
  justify-content: right;

}

.nav-division-1{
  width: 100%;
  display:flex;
  justify-content: right;
}
.nav-division-2{
  width: 100%;
  display:flex;
  justify-content: right;
  flex-direction: column;
}

.admin-download {
  width: 100%;
  height: 100%;
  display:flex;
  border: 1px solid white;
  color: white;
  border-radius: 10px;
  flex-direction: column;

}


.admin-download-titulo {
  width: calc( 100% - 20px);
  height: 10%;
  display:flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #80BFFF;
  background-color: rgba(128, 191, 255,0.2);
  color: #80BFFF;
  border-radius: 10px;
  margin: 10px 10px 10px 10px;
  text-align: center;
  padding: 20px 30px 10px 30px;

}

.admin-download-paso1 {
  width: calc( 100% - 20px);
  height: 20%;
  display:flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  color: white;
  border-radius: 10px;
  margin: 0px 10px 10px 10px;
}
.admin-download-paso2 {
  width: calc( 100% - 20px);
  height: 25%;
  display:flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  color: white;
  border-radius: 10px;
  margin: 0px 10px 10px 10px;
}

.admin-download-paso3 {
  width: calc( 100% - 20px);
  height: 45%;
  display:flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  color: white;
  border-radius: 10px;
  margin: 0px 10px 10px 10px;
}

.admin-download-paso1-1, .admin-download-paso2-1, .admin-download-paso3-1{
    width: 25%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    color: #80BFFF;
    border-radius: 10px;
    font-size: xx-large;

}

.admin-download-paso1-2, .admin-download-paso2-2, .admin-download-paso3-2 {
    width: 75%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;
    flex-direction: column;
}

.admin-download-paso1-2-0{
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  color: #80BFFF;
  height: 30%;
}

.admin-download-paso1-2-1 {
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;
    flex-direction: row;
  height: 30%;
}

.admin-download-paso1-2-2 {
  width: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 10px;
  flex-direction: row;
  height: 40%;
}

.admin-download-paso2-2-1 {
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;
    flex-direction: row;

}

.admin-download-paso2-2-2 {
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;
    flex-direction: row;


}

.admin-download-paso3-2 {
    width: 100%;
  height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;
    flex-direction: column;

}

.admin-download-paso3-2-1 {
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;
    height: 20%;
  padding-top: 10px;

}

.admin-download-paso3-2-2 {
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;
    height: 30%;
}

.admin-download-paso3-2-3 {
    width: calc( 100% - 20px);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    height: calc( 50% - 20px);
    color: #80BFFF;
    border: 1px solid white;
    margin: 10px 10px 10px 10px;
    overflow-y: scroll;
  font-size: 10px;
  padding: 5px;
}

.select-admin {
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  width: 30%;
  margin-bottom: 5px;
  margin-left: 10px;
  appearance: none; /* Remove default styles */
  -webkit-appearance: none; /* For Safari and Chrome */
  -moz-appearance: none; /* For Firefox */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chevron-down" viewBox="0 0 16 16"><path 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"/></svg>');
  background-repeat: no-repeat;
  background-position: right .7em top 50%; /* Position the icon on the right side */
  /* Add some padding to prevent text from overlapping the icon */
  padding: 5px 2em 5px 5px;
}

.form-admin {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

.form-admin input[type="file"] {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
  width: 80%;
  height: 100%;

}

.form-admin input[type="submit"] {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  transition-duration: 0.4s;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 20%;
  height: 100%;
}

.form-admin input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

#navigateButton {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition-duration: 0.4s;
  width: 90%;
}

#navigateButton:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

/* For Webkit browsers (Chrome, Safari) */
.admin-download-paso3-2-3::-webkit-scrollbar {
  width: 12px;
}

.admin-download-paso3-2-3::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.admin-download-paso3-2-3::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.admin-download-paso3-2-3::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* For Firefox */
.admin-download-paso3-2-3 {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.admin-download-paso3-2-3::-moz-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.admin-download-paso3-2-3::-moz-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.admin-download-paso3-2-3::-moz-scrollbar-thumb:hover {
  background: #555;
}

