/* Utilizar Prefijo app*/

.menu {
  background: #8b14ac;
}

.logo {
  width: 250px;
  height: 50px;
}

.appMenu {
  background: #8b14ac;
  width: 100%;
}

.appMenu img {
  max-width: 254px;
  /* padding: 10px;*/
}

.appMenuBusquedaRapida {
  position: absolute;
  top: 90px;
  left: 10px;
  width: 300px;
}

.header-basic {
  background-color: #8b14ac;
  /* background-color: blue; */
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  padding: 20px 40px;
  height: 80px;
  box-sizing: border-box;
}

.header-basic .header-limiter {
  text-align: center;
}

/* Logo */

.header-basic .header-limiter img {
  float: left;
  line-height: 40px;
  margin: 0;
  padding: 0 5px;
}

/* profile client */

/* Temporal botón actualización de foto usuario */

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/*.profile-image {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.image-container:hover .overlay {
    height: 100%;
}

*/
/* aquí termina temporal */

/* ESTA SECCIÓN NECESITA MAS TRABAJO  */

.profile-img {
  text-align: center;
  position: relative;
  width: 20%; /* Adjust to match the size of the image */
  height: auto; /* Maintain aspect ratio */
  margin: auto; /* Center the image */
  border-radius: 50%;
}

.profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Ensure it covers the whole container */
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-img:hover .overlay {
  opacity: 1;
}

.btn-design-2 {
  font-size: 16px;
  color: black;
  /* font-size: 2vw; */
  padding: 1vw 2vw;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  max-width: 80%;
  position: relative;
  z-index: 1;
  margin-right: 10px;
  margin-bottom: 5px;
  i {
    font-size: 16px;
  }
}

.profile-img .file {
  /* Existing file input styles */
  position: relative;
  overflow: hidden;
  margin-top: -20%;
  border: none;
  font-size: 15px;
  background: #212529b8;
}

.profile-img .file input {
  /* Existing file input styles */
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}

.btn-design-2:hover::after {
  content: attr(data-tooltip);
  font-size: 16px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: white;
  color: black;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 1;
}

/* FIN DE SECCIÓN */

.greenToBlack {
  background: -webkit-linear-gradient(top, #ffffff, #ffffff);
}

.emp-profile {
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
  background: #fff;
}

/* .profile-img {
    text-align: center;
}

.profile-img img {
    width: 70%;
    height: 100%;
    border-radius: 50%;
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
} */

.profile-head h5 {
  color: #333;
}

.profile-head h6 {
  color: #0062cc;
}

.proile-rating {
  font-size: 12px;
  color: #818182;
  margin-top: 5%;
}

.proile-rating span {
  color: #495057;
  font-size: 15px;
  font-weight: 600;
}

.profile-head .nav-tabs {
  margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
  font-weight: 600;
  border: none;
}

.profile-head .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #0062cc;
}

.profile-work {
  padding: 14%;
  margin-top: -15%;
}

.profile-work p {
  font-size: 12px;
  color: #818182;
  font-weight: 600;
  margin-top: 10%;
}

.profile-work a {
  text-decoration: none;
  color: #495057;
  font-weight: 600;
  font-size: 14px;
}

.profile-work ul {
  list-style: none;
}

.profile-tab label {
  font-weight: 600;
}

.profile-tab p {
  font-weight: 600;
}

/*Table whit image */

.table-image {
  align-self: center;
}

.table-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  box-shadow: inset 0 -0.2em rgba(0, 0, 0, 0.2);
}

.table-image td {
  text-align: center;
  vertical-align: middle !important;
}

.table-image th {
  text-align: center;
  vertical-align: middle !important;
}

/*Table whit image */

/* The header links */

.header-basic .header-limiter a {
  color: #ffffff;
  text-decoration: none;
}

.header-basic .header-limiter .dropdownito {
  color: #ffffff;
  text-decoration: none;
}

.header-basic .header-limiter nav {
  line-height: 40px;
  float: right;
}

.header-basic .header-limiter nav .amenu {
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.9;
}

.header-basic .header-limiter nav .dropdownito {
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.9;
}

.header-basic .header-limiter nav .amenu:hover {
  opacity: 1;
}

.header-basic .header-limiter nav .dropdownito:hover {
  opacity: 1;
}

/* Parte del dropdown */

.dropdownito {
  position: relative;
  display: inline-block;
}

.dropdown-contentinico {
  white-space: nowrap;
  display: none;
  min-width: 150px;
  z-index: 2;
  background-color: #f2f2f2;
  position: absolute;
  color: #8b14ac;
}

.salirBoton {
  background-color: #8b14ac;
  border-left: 2px #8b14ac solid;
  border-right: 2px #8b14ac solid;
  border-bottom: 2px #8b14ac solid;
}

.salirBoton:hover {
  background-color: #4e0363;
}

.dropdownito:hover .dropdown-contentinico {
  display: block;
}

.dropdown-contentinico a {
  display: block;
  float: none;
  padding: 1px 1px;
  text-decoration: none;
  color: #8b14ac;
  text-align: center;
  font-size: 14px;
}

#dropdownComponent,
#dropdownComponent2,
#dropdownComponent3 {
  color: #8b14ac;
  border-left: 2px #8b14ac solid;
  border-right: 2px #8b14ac solid;
}

#dropdownComponent:hover,
#dropdownComponent2:hover,
#dropdownComponent3:hover {
  background-color: #c2c2c2;
}

/* Configuraciones para clases responsivas. Header responsivo */

@media all and (max-width: 770px) {
  .header-basic {
    padding: 20px 0;
    height: 100px;
  }
  .header-basic .header-limiter h1 {
    float: none;
    margin: -8px 0 10px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
  }
  .title-sistem {
    color: white !important;
  }
  .header-basic .header-limiter img {
    float: none;
    margin: -8px 0 10px;
    line-height: 1;
  }
  .header-basic .header-limiter nav {
    line-height: 0;
    float: none;
  }
  .header-basic .header-limiter nav a {
    font-size: 13px;
  }
  .header-basic .header-limiter nav .amenu {
    font-size: 13px;
  }
  .dropdown-contentinico {
    display: none;
    min-width: 160px;
    z-index: 2;
    background-color: #8b14ac;
    position: absolute;
  }
  .dropdown-contentinico a {
    padding: 12px 16px;
    float: none;
    display: block;
    text-decoration: none;
    color: #f2f2f2;
    text-align: center;
    font-size: 13px;
  }
}

/* Facturacion*/

.export-elements {
  display: none;
  line-height: 10px;
}

.k-pdf-export .export-elements {
  display: block;
}

.k-pdf-export .export-elements {
  display: block;
}

.display-none {
  display: none;
}

.remanente {
  display: none;
  background: #fbbc05;
  color: #ffffff;
}

.finish-sale {
  display: none;
  padding: 15px;
}

/* Facturacion*/

.appFooter {
  background: #333333;
  width: 100%;
  color: #fff;
  padding: 10px;
  padding-top: 40px;
}

.appBarraEnergy {
  width: 100%;
  height: 73px;
  background: url("img/EvolutionEnergyBarra.png") left top repeat-x;
}

.appLogin {
  width: 98%;
  max-width: 350px;
  padding: 60px 10px;
  margin: auto;
}

.padding-top-form {
  padding-top: 30px;
}
.text-center {
  text-align: center;
  margin-left: 103px;
  margin-bottom: 20px;
}

/* Menu */

.menuApp {
  width: 100%;
  background: #e6e6e6;
  display: inline-block;
}

.dropdown-menu {
  top: 97%;
  left: -2px;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #e6e6e6;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  border-top: none;
}

.dropdown-menu-right {
  right: -2px;
  left: auto;
}

/*
.show
{
  
  padding: 10px;
  color: #8e8e8e;
  border-color: rgba(0,0,0,0.7);
}
*/

.nav-item {
  padding: 6px;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}

.nav-item a {
  font-weight: bold;
  color: #999999;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
  color: #999999;
  cursor: pointer;
}

.dropdown-menu .dropdown-item {
  color: #444444;
  font-weight: normal;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #171717;
  text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #999999;
  text-decoration: none;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-itemVerde {
  padding: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
}

.nav-itemVerde a {
  font-weight: normal;
  color: #ffffff;
}

.nav-linkVerde:focus,
.nav-linkVerde:hover {
  text-decoration: none;
  color: #8b14ac;
}

.nav-linkVerde:hover {
  text-decoration: none;
  color: #fefefe;
}

.badge-warning {
  background-color: #f15a24;
}

.padding-container {
  padding: 30px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0.75rem 0 0.75rem 0;
}

.border-1-oscuro {
  border: 1px solid #b3b3b3;
}

.padding-10 {
  padding: 30px;
  padding-bottom: 0px;
}

.padding-10-10 {
  padding: 15px;
}

.titelColor {
  background: #e6e6e6;
  padding: 10px;
  font-weight: bold;
  color: #444444;
}

.nav-item-cg a {
  font-weight: normal;
}

.divFrecuencia,
.divCantidad {
  display: none;
}

.bg-faded {
  padding: 15px;
}

.MgBottom0 {
  margin: 0px;
}

.nav-tabs .nav-item {
  margin-bottom: -11px;
}

.formFacturacion {
  padding: 15px;
}

.sticky-top th {
  background-color: #8b14ac;
  color: white;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  z-index: 1020;
  position: sticky;
  top: 0;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none !important;
}

.divRestringido {
  display: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.modal-content {
  border: 1px solid rgba(0, 0, 0, 0);
}

#itemsClientes {
  cursor: pointer;
}

.contenidoDasUsuario {
  margin-bottom: 15px;
  padding: 10px;
}

.contenidoDasUsuario img {
  width: 100%;
}

.col-cont-dash {
  height: 70px;
  margin-bottom: 5px;
}

.col-cont-cliente {
  height: 330px;
  margin-bottom: 5px;
}

.col-cont-dash-btn {
  text-align: right;
}

.col-cont-alert {
  height: 150px;
  margin-bottom: 5px;
}

.col-margin-b-ten {
  margin-bottom: 10px;
}

.nav-subitem a {
  font-size: 12px;
}

.nav-sublink {
  padding: 0px;
}

.sub-nav {
  background: rgba(204, 204, 204, 0.24);
}

.imag-avatar {
  width: 100%;
  height: 188px;
  border: 1px solid #b3b3b3;
  overflow: hidden;
}

.imag-avatar img {
  width: 125%;
  margin-left: -10%;
}

.label {
  padding: 2px 10px;
  color: #fff;
  font-weight: normal;
  border-radius: 30px;
  font-size: 12px;
}

.label-default {
  background-color: #8b14ac;
}

.loader {
  display: none;
  color: #8b14ac;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.divPassword {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* .inputPassword {
    padding-right: 100px;
    font-family: monospace;
} */

.eyePassword {
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
}

#animLoader {
  position: fixed;
  z-index: 25000;
  background: rgba(0, 0, 0, 0.411);
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#animLoader::before {
  content: "";
  position: absolute;
  border: 2px solid black;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-sizing: border-box;
  border-left: 2px solid blue;
  border-top: 2px solid blue;
  animation: rotarload 1s linear infinite;
  transform: rotate(0deg);
  backdrop-filter: blur(50px);
}

@keyframes rotarload {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#animLoader::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(50, 150, 176, 0.5);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
  border-left: 2px solid rgba(50, 150, 176, 0);
  border-top: 2px solid rgba(50, 150, 176, 0);
  animation: rotarload 1s ease-out infinite;
  transform: rotate(0deg);
}

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
