body {
  font-family: "Inter", sans-serif !important;
  margin: 0 !important;
  background-color: #F3F3F3;
}
html, body {
  height: 100%;
}
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
footer {
  background-color: #000000;
  text-align: center;
  height: 100px;
}
.content-container {
  flex-grow: 1;
  height: 100vh;
  padding-left:272px;
  padding-top: 32px;
  padding-right: 32px;
  display: flex;
  justify-content: center;
}
.content-wrapper{
  margin: 0;
}
@media (max-width: 768px) {
  .content-container {
    margin-top: 100px;
    padding: 0;
    z-index: 1;
  }
}
.container-fluid{
  --bs-gutter-x: 0;
}
.login-card {
  margin: 0 auto;
  padding: 16px;
  width: 600px;
  background: F3F3F3;
  box-shadow: 0 4px 8px rgba(105,35,64,.1);
  border: none;
  color: grey;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif !important;
  text-align: left;
}
.login-card-header{
  display: none;
}

.form-label{
  margin-top: 16px;
}
.button1 {
  background-color:rgb(228, 0, 43);
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  margin-top: 16px;
  padding: 5px 10px 5px 10px;
  align-self: center;
}
.button2{
  border:2px solid #E4002B;
  border-radius: 4px;
  color: #E4002B;
  background-color: transparent;
  font-size: 13px;
  font-weight: 600;
  height: 32px;
  padding: 4px 12px;
  cursor: pointer;
}
.button1:hover {
  background-color: transparent;
  color: #E4002B;
  border: 2px solid #E4002B;
}
.button2:hover{
  background-color: #E4002B;
  color: #FFFFFF;
  border: 2px solid transparent;
}
.fondo {
  background: linear-gradient(rgb(0, 0, 0), rgb(50, 50, 50));
  background-size: cover;
  height: 100vh;
  color: white;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.login-header{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.logo-header{
  width: 300px;
}
@media (max-width: 768px) {
  .fondo{
    justify-content: start;
    padding-top: 100px;
  }
  .login-card {
    width: 80vw;
  }
  .login-header {
    flex-direction: column;
  }
  .logo-header{
    width: 200px;
  }
}
.login-box{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.login-container{
  display:flex;
  justify-content: center;
  align-items: center;
  }
.sidebar-principal{
  display: flex;
  flex-direction: column;
  position: fixed;
  height: 100%;
  overflow: auto;
  z-index: 3;
  margin: 0;
  width: 240px;
  padding: 0.7em;
  background: linear-gradient(rgb(0, 0, 0), rgb(50, 50, 50)) ;
}
.sidebar-name{
  margin: 56px auto 3px;
  color: #FFFFFF;
  text-decoration: none;
  text-wrap: nowrap;
}
.topbar-mobile{
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 8px 16px 8px 16px;
  background-color: #F3F3F3;
}
.topbar-login{
  background-color: #000000;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 8px 16px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.topbar-logo{
  height: 30px;
  opacity: 50%;
}
.sidebar-logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  width: 70%;
}
.closebtn{
  visibility: hidden;
  font-size:36px;
  cursor:pointer;
  color: #FFFFFF;
  text-decoration: none !important;
  position: absolute;
  right: 8px;
  top:-8px;
}
.menubtn{
  font-size:36px;
  cursor:pointer;
  color: #676767;
  font-weight: bolder;
}
.nav-pills .nav-link.active{
  background-color: #E4002B;
}
.nav-link{
  color: #aaaaaa;
  margin: 8px;
  text-wrap: nowrap;
  overflow: hidden;
}
.nav-link-small{
  font-size: medium;
}
.nav-link:hover, .nav-link:focus{
  color: #FFFFFF;
}
.line-divider{
  color:#aaaaaa;
}
@media
  (max-width: 768px) {
  .sidebar-principal{
    visibility: hidden;
    width: 0;
    height: 100vh;
    z-index: 3;
    position: fixed;
    transition: 0.5s;
    overflow: hidden;
    text-wrap: nowrap;
  }
  .topbar-mobile{
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 2;
  }
  .line-divider1{
    width: 340px;
  }
}
.initial-profile{
  width: 1168px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
@media
  (max-width: 768px) {
    .initial-profile-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .initial-profile{
      flex-direction: column;
      width: 85%;
    }
  }
.name{
  text-wrap:wrap;
  line-height: 32px;
}
.content-box{
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.07);
  padding: 24px;
}
.kpi-grid-container{
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows:auto auto auto;
  column-gap: 72px;
}
@media screen and (max-width: 768px){
    .kpi-grid-container{
      grid-template-columns: auto;
      row-gap: 0;
    }
    #kpi-1 { order: 1; }
    #kpi-2 { order: 4; }
    #kpi-3 { order: 7; }
    #box-1 { order: 2; }
    #box-2 { order: 5; }
    #box-3 { order: 8; } 
    #punto-1 { order: 3; }
    #punto-2 { order: 6; }
    #punto-3 { order: 9; };
    }

.kpi-container-1{
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 72px;
}
.kpi-box-1, .kpi-box-2, .kpi-box-4{
  display: flex;
  flex-direction: column;
}
.kpi-box-1{
  width: 340px;
  height: 216px;
}
.kpi-box-2{
  width: 752px;
  height: 160px;
}
.kpi-box-3,.kpi-box-5{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.kpi-box-4{
  width: 392px;
  height: 160px;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
  gap:16px;
}
.kpi-box-5{
  width: 800px;
  height: 160px;
}
.kpi{
  display: block;
  text-align: center;
  margin: auto;
}
#recomendaciones{
  height: 192px;
}
#resultados-nps,#encuestas-top-container{
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin:0;
}
.content-grid{
  width: 1208px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.encuestas-box{
  display: block;
  text-decoration: none;
  cursor: pointer;
  height: 241px;
  border: none;
  text-align: start;
}
.no-leido{
  background: linear-gradient(to top,rgb(239, 248, 253),rgba(255, 255, 255) 30%);
}
.no-leido-icon{
  width: 8px;
  height: 8px;
  fill:rgba(84, 183, 245);
  margin-right: 16px;
}
.pinned-icon{
  fill: #d3d3d3;
  height: 16px;
  width: 16px;
  margin-right: 16px;
  display: none;
  cursor: default;
}
.comentario-container{
  position: relative;
  width: 100%;
  height: 77px;
  min-height: 77px;
}
.comentario {
  position: absolute;
  overflow-y: hidden;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  z-index: 1;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  transition-duration: 0.5s;
}
.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255) 100%);
  z-index: 2;
  margin-bottom: 0;
}
@media
  (max-width: 768px) {
    .kpi-box-2{
      width: 340px;
      height: 240px;}
    .kpi-box-3{
      flex-direction: column;
      align-items: start;
    }
    .kpi-container-1{
        flex-direction: column;
        align-items: center;
        gap: 32px;
      }
    .top-spacer{
      margin-top: 32px;
    }
    .content-grid{
      grid-template-columns: auto;
      width: 340px;
    }
    #encuestas-top-container,#resultados-nps,.kpi-box-5,.kpi-box-4{
      flex-direction: column;
      width: 340px;
      height: auto;
    }
    #comparativo-nps{
      display: none;
    }
  }
.title{
  font-size: 32px;
  font-weight: bolder;
  margin-bottom: 16px;
  color:#aaaaaa;
}
.sub-title{
  font-size: 16px;
  font-weight: 500;
  color:#676767;
  margin-bottom: 8px;
}
.sub-title-light{
  font-size: 18px;
  font-weight: 700;
  color:#aaaaaa;
}
.box-title{
  font-size: 20px;
  color:#676767;
}
.th2,.td2{
  color: #676767;
  padding: 12px;
  font-size: 12px;
  text-align: center;
}
.th2{
  background-color: #F3F3F3;
}
.tr2{
  border-bottom: 1px solid #F3F3F3;
}
.tr2:hover{
  background-color: #F3F3F3;
}
.box-info,.puntos-label{
  font-size: 12px;
  font-weight: 400;
  color:#676767;
}
.puntos-label{
  color:#F3F3F3;
  margin:8px;
}
.kpi-label, .kpi-label-wide{
  font-size: 64px;
  font-weight: bold;
  color:#E4002B;
  line-height:48px;
  margin-bottom: 16px;
}
.puntos-container, .puntos-container-wide{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 16px 0px 16px;
}
.puntos-container-wide{
  width: 722px;
}
.puntos-box, .total-puntos-box{
  width: 120px;
  background-color:#E4002B ;
  border-radius: 4px;
  font-size: 36px;
  font-weight: bold;
  color:#F3F3F3;
  text-align: center;
  line-height: 40px;
}
.total-puntos-box{
  width: 100px;
  line-height: 16px;
}
@media
  (max-width: 768px) {
    .kpi-label-wide{
      font-size: 48px;
      }
    .puntos-container-wide{
      width: 308px;
    }
    .sub-title-wide{
      width: 340px;
    }
  }

.badge-box{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
}
.badge-m{
  width: 55px;
  height: 60px;
}
.category-label{
  font-size: 32px;
  font-weight: bolder;
  color:#aaaaaa;
  margin-bottom: 0;
}
@media
  (max-width: 768px) {
    .bagde-box-container{
      display: flex;
      flex-direction: column;
      align-items: start;
      }
    .badge-box{
      margin-top: 32px;
    }
  }
.filtros{
  height: 32px;
  font-size: 13px;
  border-radius: 4px;
  padding: 0 4px;
  color: #676767;
  background-color: #FFFFFF;
  border: none;
  cursor: pointer;
  vertical-align: middle;
}
.encuesta-header{
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.filtros-container,#filtros{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap:8px;
  align-items: center;
}
.filtros-container{
  width: 100%;
}
#encuestas-topbar{
  align-items: center;
}
#encuesta-footer{
  justify-content: start;
  align-items: center;
  gap:8px;
  margin-top: 8px;
}
.work-order, .garantia{
  margin-bottom: 0px;
  text-align: right;
}
.work-order, .nps{
  font-weight: 500;
  line-height: 18px;
}
.garantia{
  font-weight: 300;
  font-size: 10px;
}
.feeling{
  color: #676767;
  margin-bottom: 0;
}
.icon{
  height: 25px;
  width: 25px;
}
.IA-icon{
  height: 20px;
  width: 20px;
}
.table-buttons{
  margin-left: 8px;
}
.table-button{
  border: none;
  padding: 2px;
  background-color: transparent;
}
.table-button:hover{
  background-color: #e8e8e8;
  border-radius: 4px;
}
.IA{
  color:#aaaaaa;
  margin-bottom: 0;
}
.st25{
  fill:#676767;
}
.st4{
  fill:#AAAAAA;
}
#boton-limpiar-filtros{
  border:none;
  border-radius: 4px;
  background-color: #E4002B;
  color:#FFFFFF;
  font-size: 13px;
  font-weight: 500;
  padding: 0 8px;
  height: 24px;
}
.tabla-encuestas-container{
  display: none;
  width: 1208px;
}
#encuestas-tabla{
  width: 1160px;
}
.comentario-columna {
  width: 500px;
  white-space: wrap;
  text-align: start;
}
#login-text{
  text-decoration: none;
  color:#aaaaaa;
  font-size: medium;
}
@media (max-width: 768px) {
  .table-button{
    display: none;
  }
  .filtros-container{
    display: block;
  }
  #filtros{
    display: block;
    gap: 0;
    margin-left: 16px;
  }
  #encuestas-tabla{
    display: none;
  }
}
.all-plumbers-container{
  padding-left: 32px;
  margin-top: 56px;
}
.all-plumbers-wrapper{
  text-align: center;
}
.all-plumbers-box{
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
}
.all-plumbers-box-content{
  width: 100%;
  display: flex;
  flex-direction: column;
  word-break:normal;
  gap: 4px;
}
.all-plumbers-img{
  width: 100%;
  height: 240px;
  border-radius: 4px;
  object-fit: cover;
}
.all-plumbers-logo{
  width: 240px;
  padding: 32px 0;
}
.all-plumbers-headline{
  line-height: 40px;
  padding-top: 16px;
}
.plumber-detail-container{
  display: flex;
  justify-content: center;
}
.plumber-detail-wrapper{
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:32px;
}
.plumber-detail-img{
  width: 320px;
  height: 320px;
  border-radius: 50%;
  object-fit: cover;
}
.plumber-detail{
  text-align: center;
}
.breadcrumb-link{
  text-decoration: none;
  color:#676767;
}
.plumber-detail-badges{
  align-self: center;
  justify-content: center;
}
.badge-image{
  height: 160px;
}
#etiquetas-marcas{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.ticket-marca{
  width: 15px;
  height: 15px;
  margin: 0 4px 4px 4px;
}
.ticket-marca-svg{
  fill: #E4002B;
}
.badge-nivel{
  height: 64px;
  filter:drop-shadow(0 2px 1px rgba(105,35,64,.1));
}

@media (max-width: 768px) {
  .all-plumbers-container{
    margin-top: 64px;
    padding-left: 0;
  }
  .all-plumbers-wrapper, .all-plumbers-box{
    width: 340px;
  }
}
#reportrange{
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-width: 240px;
  padding: 8px;
}
.daterangepicker{
  font-family: "Inter", sans-serif !important;
}
#sin-resultados{
  text-align: center;
}