
/* Works on Chrome/Edge/Safari */
.scroll-style-1::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-style-1::-webkit-scrollbar-track {
  /*background: orange;*/
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #f5f5f5; 
}
.scroll-style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #6c757d;
}

.iconfla {
  line-height: 1.3;
  position: relative;
  width: 100px;
  height: 100px;
  background: whitesmoke;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

  .iconfla span{
  	/*display: inline;*/
      font-size: 54px;
      color: #000000;
      color: var(--amarillo-me); 
  	  font-family: Flaticon;
  }

  /*---INPUT CALENDAR---FECHA--*/
  .input-icon {
    position: absolute;
    font-size: 18px;
    color: #ccc;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
  }

/* ==================================================================
- LOGIN
=================================================================== */

.limiter {
  width: 100%;
  /*margin: 0 auto;*/
}

.container-login100 {
  background: #92779d;
  

  background-image: url(../images/general/fondo-login.svg);
  width: 100%;  
  min-height: calc(100vh - 3.8rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}


.wrap-login100 {
  width: 450px;
  /*background: #fff;*/
  background: rgba(255,255,255,0.8);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.login100-form-avatar {
  width: 130px;
  height: 120px;
}

.login100-form-avatar img {
  width: 100%;
}

/*==================================================================
[ Title form ]*/
.login100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding: 50px 15px 50px 15px;
}

.login100-form-title-1 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 43px 88px 43px 88px;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .login100-form {
    padding: 43px 43px 57px 43px;
  }
}


/*------ TITULOS y SUBTITULOS ------*/
.borde-b{
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.titulo-linea i{
  font-size: 40px;
  margin-right: 5px;
}
.titulo-linea i[class^="flaticon-"]{
  font-size: 55px;
  margin-right: 5px;
}
.sub-titulo-panel{
  line-height: 6px;
  font-size: 20px;
  display: inline;
}
.sub-titulo-panel i{
  font-size: 30px;
  margin-right:5px;
}
.sub-titulo-panel i.fas{
  font-size: 25px;
  margin-right:5px;
}
/*--- X ----*/

/* ==================================================================
- CALENDAR DATEPICKER DESIGN
=================================================================== */
.datepicker {
  /*background-color: #fff;*/
  background-image: url(../images/general/paws.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;

  border-radius: 4px !important;
  align-content: center !important;
  font-family: sans-serif;
  padding-top: 0px;
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: calc(50% - 6px) !important
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: calc(50% - 5px) !important
}

.datepicker table tr td.today,
span.focused {
    border-radius: 100% !important;
    background-image: linear-gradient(#FFF3E0, #FFE0B2)
}

.datepicker thead tr:nth-child(3) th {
    font-weight: bold !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.datepicker .old,
.datepicker .day,
.datepicker .new {
    width: 30px !important;
    height: 30px !important;
    border-radius: 0px !important;
}

.datepicker .day.old,
.datepicker .day.new {
    background-color: #F5F5F5 !important;
    color: #E0E0E0 !important
}

.datepicker .day.old:hover,
.datepicker .day.new:hover {
    border-radius: 0px !important
}

.datepicker .old-day:hover,
.datepicker .day:hover,
.datepicker .new-day:hover,
.datepicker .month:hover,
.datepicker .year:hover,
.datepicker .decade:hover,
.datepicker .century:hover {
    border-radius: 100% !important;
    background-color: #eee
}

.datepicker .active {
    border-radius: 100% !important;
    background-image: linear-gradient(#9668e5, #9668e5) !important;
    color: #fff !important;
    background-color: #9668e5 !important;
}


.datepicker .prev,
.datepicker .next,
.datepicker .datepicker-switch {
    border-radius: 0 !important;
    padding: 10px 10px 10px 10px !important;
    font-size: 18px;
    color: rgba(255,255,255,.5);
    background-color: #9668e5;
}
.datepicker .prev.disabled{
  visibility: visible !important;
}
.datepicker .next{
    border-top-right-radius: 4px !important;
}
.datepicker .prev{
  border-top-left-radius: 4px !important;
}
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker .datepicker-switch:hover {
    background-color: #9668e5 !important;
    color: rgba(255,255,255,1);
}

@media screen and (max-width: 500px) {
    .datepicker-dropdown.datepicker-orient-right:before {
        right: calc(50% - 6px) !important
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: calc(50% - 5px) !important
    }
}
/* ==================================================================
- REGISTRO EMPRESA 
================================================================== */

.form-empresa .img-preve img{
  height: 200px;
  width: 200px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

/* ==================================================================
- FORM DESIGN INPUT TEXT, TEXTAREA, SELECT
================================================================== */
.group {
  position: relative;
  /*margin: 45px 0;*/
  margin: 20px 0;
}

textarea {
  resize: none;
  /*height: 80px;*/
}

.group input,
textarea,select {
  width: 100%;
  background: none;
  /*color: #c6c6c6;*/
  color: #6c757d;

  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  /*width: 320px;*/
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;

  outline: none;
}
.group input:focus,
.group textarea:focus, .group select:focus {
  outline: none;
}
.group input:focus ~ label,.group input:valid ~ label,
.group textarea:focus ~ label,
.group textarea:valid ~ label, .group select:focus ~ label,
.group select:valid ~ label {
  top: -14px;
  font-size: 12px;
  color: var(--amarillo-fu);
}
.group input:focus ~ .bar:before,
.group textarea:focus ~ .bar:before,.group  select:focus ~ .bar:before {
  width: 100%;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

.group label {
  color: #6c757d;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

.group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.group .bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: var(--amarillo-fu);
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  left: 0%;
}

/*placeholdre*/
 .group input::-webkit-input-placeholder {
  color: #858796;
  opacity: 1;
}

.group input::-moz-placeholder {
  color: #858796;
  opacity: 1;
}

.group input:-ms-input-placeholder {
  color: #858796;
  opacity: 1;
}

.group input::-ms-input-placeholder {
  color: #858796;
  opacity: 1;
}

.group input::placeholder {
  color: #858796;
  opacity: 1;
}


/* ==================================================================
- BUTTON DESIGN
================================================================== */
.btn {
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
}
.btn:hover, .btn:active, .btn:focus {
  outline: none; 
}
.btn.btn-primary {
  background: var(--violeta-cla);
  border: 1px solid var(--violeta-cla);
  color: #fff; 
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.btn.btn-primary:hover {
    border: 1px solid var(--violeta-cla);
    background: transparent;
    color: var(--violeta-cla); 
}
/*----btn style 2------*/
.btn.btn-style-2 {
  border: 1px solid var(--amarillo-fu);
  background: transparent;
  color: var(--amarillo-fu);
  font-weight: bold;
}
.btn.btn-style-2:hover { 
  background: var(--amarillo-fu);
  border: 1px solid var(--amarillo-fu);
  color: #fff; 
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.btn.btn-style-3 {
  border: 1px solid var(--verde-fu);
  background: transparent;
  color: var(--verde-fu);
  font-weight: bold;
}
.btn.btn-style-3:hover { 
  background: var(--verde-fu);
  border: 1px solid var(--verde-fu);
  color: #fff; 
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}



/* ==================================================================
- ADD HISTORIAL MASCOTA
================================================================== */
.add-historial-mct p{
  font-size: 11px;
  margin-top: 30px;
}
.add-historial-mct .img-paciente{
  max-width: 60px;
  border-right: 1px solid #eee;
  padding-right: 5px;
}
/*---archivos adjuntos---*/

.form-adjunto-ht .btn-elegir
{
  /*background-color: transparent;*/
  border: 2px dashed #d1d3e2;
  color: #777;
  border-radius: 0px;
  text-align: left;
  width:100%;
}
.form-adjunto-ht .btn-elegir:hover{
  background-color: #eff4f7;
}
.form-adjunto-ht input.form-nota
{
  height: 54px !important;
  width: 100% !important;
  border:none !important;
  background: transparent !important;
  margin-bottom:0px !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #eee !important;
  box-shadow: none !important;
}
.form-adjunto-ht .form-nota:focus
{
  border-color: #ff4d0d !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-adjunto-ht .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.form-adjunto-ht .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-adjunto-ht .btn-check
{
  cursor:pointer;
  line-height:54px;
  color:red;
}

.form-adjunto-ht .btn-elegir img {
    width: 30px;
}
.form-adjunto-ht #uploader .docErr
{
    position: absolute;
    right:auto;
    left: 10px;
    top: -56px;
    padding: 10px;
    font-size: 12px;
    background-color: #fff;
    color: var(--naranja-fu);
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
    display: none;
}
/* ==================================================================
-   VACUNAS MASCOTA, lista vacuna, historial vacuna
================================================================== */

.lista-vacuna .card {
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none
 }

.lista-vacuna .card {
     position: relative;
     display: flex;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     /*background-color: #fff;*/
     background-clip: border-box;
     border: 1px solid #d2d2dc;
     border-radius: 0
 }
 
.lista-vacuna .accordion .card:first-of-type {
     border-bottom: 0;
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0
 }

 .lista-vacuna .accordion .card {
     margin-bottom: .75rem;
     box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
     border-radius: .25rem;
     border: none;
 }

 .lista-vacuna .accordion .card .card-header {
     background-color: transparent;
     border: none;
     padding: 2rem;

 }

 .lista-vacuna .card-header:first-child {
     border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
 }

 .lista-vacuna .accordion .card .card-header a {
     display: block;
     color: inherit;
     text-decoration: none;
     font-size: inherit;
     position: relative;
     -webkit-transition: color 0.5s ease;
     -moz-transition: color 0.5s ease;
     -ms-transition: color 0.5s ease;
     -o-transition: color 0.5s ease;
     transition: color 0.5s ease;
     padding-right: 1.5rem
 }

 .accordion .card .card-header * {
     font-weight: 400;
     font-size: 1.7rem
 }
/*------------------acordion vacuna-----*/
.lista-vacuna .accordion .card .card-header a[aria-expanded="false"]:before {
     content: "\f0fe";
 }

.lista-vacuna .accordion .card .card-header a[aria-expanded="true"]:before {
     content: "\f146";
 }

.lista-vacuna .accordion .card .card-header a:before {
     position: absolute;
     right: 7px;
     top: 0;
     font-size: 18px;
     display: block;
     font-family: 'Font Awesome 5 Free';
     /*display: inline-block;*/
     padding-right: 3px;
     vertical-align: middle;
     font-size: .756em;
     color: #405189
 }

/*----------x--------acordion vacuna------X-*/

.lista-vacuna .card-body{
 box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2);

}
/*--tag lista vacuna */
.lista-vacuna .btn-tag-vacuna {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0;
}
.lista-vacuna .tags .tag{
  background-color: rgba(255,255,255,0.6);
  box-shadow:0 15px 20px rgba(0, 0, 0, 0.1); 
  padding: .2rem 1rem;
  border-radius: 3rem;
  margin: .3rem .3rem;
  display: inline-block;
}

/*---------------------------------------------------------------*/
.lista-vacuna .accordion .card:nth-child(4n+1){
  background: #f7d4be;
  color: #620808;
}
.lista-vacuna .accordion .card:nth-child(4n+2){
  background: #ffe9c1;
  color: #d5441c;
}

.lista-vacuna .accordion .card:nth-child(4n+3){
  background: #f4ce74;
  color: #620808;
}

.lista-vacuna .accordion .card:nth-child(4n+4){
  background: #bfe8d6;
  color: #26c5d7;
}

/*----------PERFIL MASCOTA TIME LINE VACUNAS ---------*/
/*--header--tabs--*/
.nav-tabs .nav-link.active{
  color: #6e707e;
  background-color: var(--fondo-login);
  border-color: transparent transparent #6e707e;
}
/*--time-line--*/
.panel_vacuna_historial_mascota .timeline {
    position: relative;
    padding: 20px 0;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
}

.panel_vacuna_historial_mascota .timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #e9ecef;
}

.panel_vacuna_historial_mascota .timeline > .timeline-item {
    position: relative;
    margin-bottom: 20px;
}
.panel_vacuna_historial_mascota .timeline > .timeline-item:after,
.panel_vacuna_historial_mascota .timeline > .timeline-item:before {
    content: " ";
    display: table;
}
.panel_vacuna_historial_mascota .timeline > .timeline-item:after {
    clear: both;
}
.panel_vacuna_historial_mascota .timeline > .timeline-item > .timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.panel_vacuna_historial_mascota .timeline > .timeline-item > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -8px;
    border-color: transparent #e9ecef;
    border-style: solid;
    border-width: 8px 0 8px 8px;
}
.panel_vacuna_historial_mascota .timeline > .timeline-item > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -7px;
    border-color: transparent #fff;
    border-style: solid;
    border-width: 7px 0 7px 7px;
}
.panel_vacuna_historial_mascota .timeline > .timeline-item > .timeline-badge {
    z-index: 10;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    /*color: #fff;*/
    overflow: hidden;
}
.panel_vacuna_historial_mascota .timeline > .timeline-item.timeline-inverted > .timeline-panel {
    float: right;
}
.panel_vacuna_historial_mascota .timeline > .timeline-item.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -8px;
    border-right-width: 8px;
    border-left-width: 0;
}
.panel_vacuna_historial_mascota .timeline > .timeline-item.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -7px;
    border-right-width: 7px;
    border-left-width: 0;
}
/*------------------------------------------------*/
.panel_vacuna_historial_mascota .timeline-item:nth-child(3n+1) .timeline-badge{
  background: #f7d4be;
  color: #620808;
}
.panel_vacuna_historial_mascota .timeline-item:nth-child(3n+2) .timeline-badge{
  background: #ffe9c1;
  color: #d5441c;
}
.panel_vacuna_historial_mascota .timeline-item:nth-child(3n+3) .timeline-badge{
  background: #f4ce74;
  color: #620808;
}
/*---*/
.panel_vacuna_historial_mascota .timeline-item:nth-child(3n+1) .timeline-panel{
  background: #f7d4be;
  color: #620808;
}
.panel_vacuna_historial_mascota .timeline-item:nth-child(3n+2) .timeline-panel{
  background: #ffe9c1;
  color: #620808;
}
.panel_vacuna_historial_mascota .timeline-item:nth-child(3n+3) .timeline-panel{
  background: #f4ce74;
  color: #620808;
}
/*-----*/
.panel_vacuna_historial_mascota .timeline-item:nth-child(3n+1) .timeline-panel:after{
  border-color: transparent #f7d4be;
}
.panel_vacuna_historial_mascota .timeline-item:nth-child(3n+2) .timeline-panel:after{
  border-color: transparent #ffe9c1;
}
.panel_vacuna_historial_mascota .timeline-item:nth-child(3n+3) .timeline-panel:after{
  border-color: transparent #f4ce74;
}
/*---------------------------*/
.panel_vacuna_historial_mascota .timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 400;
}
.panel_vacuna_historial_mascota .timeline-body > p,
.panel_vacuna_historial_mascota .timeline-body > ul {
    margin-bottom: 0;
}
.panel_vacuna_historial_mascota .timeline-left:before {
    left: 30px;
}
.panel_vacuna_historial_mascota .timeline-left > .timeline-item > .timeline-badge {
    left: 30px;
    top: 9px;
}
.panel_vacuna_historial_mascota .timeline-left > .timeline-item > .timeline-panel {
    width: calc(100% - 80px);
}
.panel_vacuna_historial_mascota .timeline-right:before {
    right: 30px;
    left: auto;
}
.panel_vacuna_historial_mascota .timeline-right > .timeline-item > .timeline-badge {
    right: 5px;
    top: 9px;
    left: auto;
}
.panel_vacuna_historial_mascota .timeline-right > .timeline-item > .timeline-panel {
    width: calc(100% - 80px);
}
/* ==================================================================
- BTN INPUT FILE DESIG 
================================================================== */
.btn_upload .icon-foto-subir i{
  padding: 10px;
  background-color: #eee;
  font-size: 1.2rem;
  border-radius: 50%;
  color: #d1d3e2;
}
.btn_upload {
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 3;
  cursor: pointer;
}
.btn_upload:hover{
  color: var(--amarillo-fu);
}
.btn_upload input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  cursor: pointer;
  opacity: 0;
}

.add-cliente-form .cliente-fila-doc {
  align-items: flex-start;
}

.add-cliente-form .cliente-fila-doc .group {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
}

.add-cliente-form .radio-de.mb-0 span {
  margin-bottom: 12px;
}

/* ==================================================================
- RADIO DESIGN
================================================================== */
.radio-de span{
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}
.custom-control-input:checked ~ .custom-control-label::before{
  color: #fff;
  border-color: var(--amarillo-fu);
  background-color: var(--amarillo-fu);
  box-shadow: 0 0 0 1px, 0 0 0 0.2rem rgba(247,216,65,0.25);
}
.bootstrap-select>.dropdown-toggle{
  margin-top: 10px;
}

/* Selects catálogo inventario (unidad / afecto IGV) */
.prodservi-catalogo-field {
  margin: 20px 0;
}

.prodservi-catalogo-field small {
  display: block;
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 6px;
  font-weight: 600;
}

.prodservi-catalogo-field .bootstrap-select {
  width: 100% !important;
}

.prodservi-catalogo-field .bootstrap-select > .dropdown-toggle {
  margin-top: 0;
  border: none;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0;
  background: transparent;
  padding: 10px 28px 10px 5px;
  color: #6c757d;
  font-size: 18px;
  box-shadow: none !important;
  height: auto;
  line-height: 1.4;
}

.prodservi-catalogo-field .bootstrap-select > .dropdown-toggle:focus,
.prodservi-catalogo-field .bootstrap-select > .dropdown-toggle:active {
  outline: none !important;
  box-shadow: none !important;
  border-bottom-color: var(--amarillo-fu);
}

.prodservi-catalogo-field .bootstrap-select .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* ==================================================================
- NUEVO ADMIN addAdmin
================================================================== */
.add-admin-form .img-preve img{
  height: 120px;
  width: 120px;
}

.add-admin-form .icon-foto-subir i{
  padding: 10px;
  background-color: #eee;
  font-size: 1.2rem;
  border-radius: 50%;
  color: #d1d3e2;
}

/* ==================================================================
- NUEVO CLIENTE  addCliente
================================================================== */

.add-veterinario-form .img-preve img{
  height: 120px;
  width: 120px;
}

.add-cliente-form .img-preve img{
  height: 120px;
  width: 120px;
}
.add-cliente-form input[type="file"] {
  opacity: 0; /* hidden but still tabable */
  margin-left: -55px;
  width: 150px;
}
.add-cliente-form .icon-foto-subir i{
  padding: 10px;
  background-color: #eee;
  font-size: 1.2rem;
  border-radius: 50%;
  color: #d1d3e2;
}

/*--Seleccionar Avatar Modal ---*/
#modalAvatar #radios {
  text-align: center;
  margin: 0 auto;
}

#modalAvatar #radios label {
  cursor: pointer;
  position: relative;
    /*background-color: var(--dark-light);*/
}

#modalAvatar #radios label + label {
  margin-left: 15px;
}

#modalAvatar input[type="radio"] {
  opacity: 0; /* hidden but still tabable */
  position: absolute;
}

#modalAvatar input[type="radio"] + img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

#modalAvatar input[type="radio"]:checked + img {
  border: 2px solid var(--violeta-cla);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

#modalAvatar input[type="radio"]:hover + img {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}


/* ==================================================================
- PERFIL CLIENTE
================================================================== */

.perfil-cliente .profile-img-cli img{
	 width: 100px;
    height: 100px;
}
.perfil-cliente span{
  font-size: 0.81rem;
}
/*mascotas*/
.perfil-cliente .lista-mascotas{
	height: 200px;
	/*overflow-y: scroll;*/
}
.perfil-cliente .lista-mascotas .modal-body img{
  height: 200px;
  width: 100%;
}
/*----lista mascotas----*/
.perfil-cliente .lista-mascotas .list-group-item{
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  border: none;
}
/*list-group*/
.perfil-cliente .lista-mascotas .list-group-item:nth-child(3n+1){
    background-color: rgba(247,216,63,0.07);
}
.perfil-cliente .lista-mascotas .list-group-item:nth-child(3n+2){
    background-color: rgba(103,200,207,0.07);
}
.perfil-cliente .lista-mascotas .list-group-item:nth-child(3n+3){
    background-color: rgba(249,129,128,0.07);
}

.perfil-cliente .lista-mascotas .img-parent{
  max-width: 50px;
  border-right: 1px solid #eee;
  padding-right: 5px;
}
/*--- HISTORIAL FACTURADO */
.perfil-cliente .historial-list {
  list-style: none;
  margin-left: 30px;
  padding-left: 50px;
  border-left: 1px solid #40424a;
}
.perfil-cliente .historial-list li {
  margin-bottom: 12px;
  background-color: #fff;
  margin-right: 12px;
  position: relative;
  border-radius: 5px;
  padding: 10px;
}
.perfil-cliente .historial-list li .col-fecha{
  border-right: 1px solid #eee;
}
.perfil-cliente .historial-list li:last-child {
  margin-bottom: 0;
}
.perfil-cliente .historial-list li:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border: 2px solid var(--violeta-me);
  border-radius: 50px;
  background: #cacaca;
  top: 12px;
  left: -58px;
}
.perfil-cliente .historial-list li .fecha{
  font-size: 25px;
}
@media only screen and (max-width: 767px){
  .perfil-cliente .inf-contacto{
    flex-direction: row !important;
    justify-content: space-between;
  }
  .perfil-cliente .historial-list {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .perfil-cliente .mascota-inf{
    margin-top: 20px;
  }

}

/* ==================================================================
- ADD MASCOTA
================================================================== */
.add-mascota-form .img-preve img{
  height: 200px;
  width: 200px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

/* ==================================================================
- PERFIL MASCOTA
================================================================== */
.intro{ 
  padding: 20px;
  background: var(--blanco-res);
  border-radius: 6px;
      background-color: var(--blanco-res);
    background-image: url(../images/general/fondo-login.svg) !important;
    background-repeat: unset;
    background-position: center;
    background-size: contain;
    position: relative;
  -webkit-box-shadow: 0 0.15rem 1.55rem 0 rgba(58, 59, 69, 0.15) !important;
  box-shadow: 0 0.15rem 1.55rem 0 rgba(58, 59, 69, 0.15) !important;

}

.mascota-info-perfil .inf-profile{
	margin-left: 20px;
}
.mascota-info-perfil span{
  font-size: 0.81rem;
}
.mascota-info-perfil .profile-img img{
  width: calc(100% + 40px);
  height: 250px;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
	border-radius: 6px 0px 0px 0px; 
}
.notas-mascotas .notas-mascotas-list{
   max-height: 250px;
}
.notas-mascotas .notas-mascotas-list #form-nota-nueva {
  margin: 15px;
}

/*------------------NOTAS-LISTA----------------*/
.notas-mascotas-list .todo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notas-mascotas-list .todo-list > li {
  border-radius: 2px;
  background: #f8f9fa;
  color: #495057;
  margin-bottom: 4px;
  padding: 10px;
}

.notas-mascotas-list .todo-list > li:last-of-type {
  margin-bottom: 0;
}

.notas-mascotas-list .todo-list > li .text {
  display: inline-block;
  margin-left: 10px;
}
.notas-mascotas-list .todo-list > li .tools .btn{
  padding: 0;
}
.notas-mascotas-list .todo-list > li .tools {
  float: right;
  display: flex;
  flex-direction: row;
}
.notas-mascotas-list .todo-list > li .tools .btn > .fa,
.notas-mascotas-list .todo-list > li .tools .btn > .fas,
.notas-mascotas-list .todo-list > li .tools .btn > .far,
.notas-mascotas-list .todo-list > li .tools .btn > .fab{
  cursor: pointer;
  margin-right: 5px;
  color: #d1d3e2;
}
.notas-mascotas-list .todo-list > li .tools .btn > .fa:hover,
.notas-mascotas-list .todo-list > li .tools .btn > .fas:hover,
.notas-mascotas-list .todo-list > li .tools .btn > .far:hover,
.notas-mascotas-list .todo-list > li .tools .btn > .fab:hover{
  color: #495057;
}

/*.notas-mascotas-list .todo-list > li*/
.notas-mascotas-list .todo-list  li:nth-child(3n+1){
    border-left: 2px solid var(--amarillo-me);
}
.notas-mascotas-list .todo-list  li:nth-child(3n+2){
  border-left: 2px solid var(--azul-me);
}
.notas-mascotas-list .todo-list  li:nth-child(3n+3){
  border-left: 2px solid var(--naranja-me);
}


/* ------ HISTORIAL archivo adjunto -------- */

.hist-mascota-perf .btn-eliminar-img{
  display: block;
  opacity: 0;
  position: relative;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  margin-top: -15px;
  transform: translate3d(35px,20px,0);
  border-radius: 100%;
  background: #eee;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.hist-mascota-perf .btn-eliminar-img:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.hist-mascota-perf .archivo-adj > div:hover .btn-eliminar-img{
  opacity: 1;
  transform: translate3d(35px,10px,0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hist-mascota-perf .btn-eliminar-img:after {
  content: "\f2ed";
  font-family: 'Font Awesome 5 Free';
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.img,
.insta-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.hist-mascota-perf .insta-img img{
  height: 50px;
  width: 50px;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.hist-mascota-perf .archivo-adj-pdf a > i{
  font-size: 40px;
  width: 50px;
  color: var(--naranja-cla);
}
.hist-mascota-perf .archivo-adj-pdf a > i:hover{
  color: var(--naranja-me);
}
.hist-mascota-perf .archivo-adj-pdf > div:hover .btn-eliminar-img{
  opacity: 1;
  transform: translate3d(35px,10px,0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* ------ HISTORIAL TIME-LINE mascota -------- */
.panel_historial_mascota .timeline {
    position: relative;
    padding: 20px 0;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
}
.panel_historial_mascota .timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #e9ecef;
}
.panel_historial_mascota .timeline > .timeline-item {
    position: relative;
    margin-bottom: 20px;
}
.panel_historial_mascota .timeline > .timeline-item:after,
.panel_historial_mascota .timeline > .timeline-item:before {
    content: " ";
    display: table;
}
.panel_historial_mascota .timeline > .timeline-item:after {
    clear: both;
}
.panel_historial_mascota .timeline > .timeline-item > .timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.panel_historial_mascota .timeline > .timeline-item > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -8px;
    border-color: transparent #e9ecef;
    border-style: solid;
    border-width: 8px 0 8px 8px;
}
.panel_historial_mascota .timeline > .timeline-item > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -7px;
    border-color: transparent #fff;
    border-style: solid;
    border-width: 7px 0 7px 7px;
}
.panel_historial_mascota .timeline > .timeline-item > .timeline-badge {
    z-index: 10;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
}
.panel_historial_mascota .timeline-item:nth-child(3n+1) .timeline-badge{
    background-color: var(--amarillo-me);
}
.panel_historial_mascota .timeline-item:nth-child(3n+2) .timeline-badge{
    background-color: var(--azul-me);
}
.panel_historial_mascota .timeline-item:nth-child(3n+3) .timeline-badge{
    background-color: var(--naranja-me);
}
.panel_historial_mascota .timeline > .timeline-item.timeline-inverted > .timeline-panel {
    float: right;
}
.panel_historial_mascota .timeline > .timeline-item.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -8px;
    border-right-width: 8px;
    border-left-width: 0;
}
.panel_historial_mascota .timeline > .timeline-item.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -7px;
    border-right-width: 7px;
    border-left-width: 0;
}
.panel_historial_mascota .timeline-body > p,
.panel_historial_mascota .timeline-body > ul {
    margin-bottom: 0;
}
.panel_historial_mascota .timeline-left:before {
    left: 30px;
}
.panel_historial_mascota .timeline-left > .timeline-item > .timeline-badge {
    left: 30px;
    top: 9px;
}
.panel_historial_mascota .timeline-left > .timeline-item > .timeline-panel {
    width: calc(100% - 80px);
}
.panel_historial_mascota .timeline-right:before {
    right: 30px;
    left: auto;
}
.panel_historial_mascota .timeline-right > .timeline-item > .timeline-badge {
    right: 5px;
    top: 9px;
    left: auto;   
}
.panel_historial_mascota .timeline-right > .timeline-item > .timeline-panel {
    width: calc(100% - 80px);
}

/* -acordion panel--*/

.panel_historial_mascota .panel-heading h4{
	margin-bottom: 0;
}
.panel_historial_mascota .panel-heading a{
    color:#816d6d !important;
    display: block;
    border:none;
    padding:20px 35px 20px;
    font-size: 16px;
    background-color:#fff;
    font-weight:600;
    position: relative;
    box-shadow:none;
    transition:all 0.1s ease 0;
}

.panel_historial_mascota .panel-body{
    background-color:#fbf8f8;
    color:#8C8C8C;
    line-height: 25px;
    padding: 10px 25px 20px 35px ;
    border-top:none;
    font-size:14px;
    position: relative;
}
.panel_historial_mascota .panel-body a{
  color: #d1d3e2;
}
/*.panel_historial_mascota .panel-body .icon-action:hover{
  color: #b7b9cc;
  background-color: #eaecf4;

}*/
.icon-action:hover{
  color: #b7b9cc;
  background-color: #eaecf4;
}
.panel_historial_mascota .panel-footer{
  padding: 5px;
  background-color: #eee;
  display: inline-block;
  width: 100%;
  font-size: 0.75rem;
}

/*------------------responsible----------------*/
@media only screen and (max-width: 768px){
  .mascota-info-perfil .inf-profile br,.perfil-cliente .inf-profile br{
    display: none;
  }
  .mascota-info-perfil .profile-img img{
    border-radius: 6px 6px 0px 0px;
    height: 350px; 
  }
  .panel_historial_mascota .timeline-left > .timeline-item > .timeline-badge {
    display: none;
    left: 30px;
    top: 9px;
  }
  .panel_historial_mascota .timeline:before {
    width: 0px;
  }
  .panel_historial_mascota .timeline-left > .timeline-item > .timeline-panel {
    width: 100%;
  }
  .panel_historial_mascota .timeline > .timeline-item.timeline-inverted > .timeline-panel:before {
      border-right-width: 0px;
  }
  .panel_historial_mascota .timeline > .timeline-item.timeline-inverted > .timeline-panel:after {
      border-right-width: 0px;
  }
}

/* ==================================================================
- TOOLTIP PERFIL CLIENTE MASCOTA
================================================================== */

.tooltip-example {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  /*text-align: center;*/
  top: 50%;
  width: 100%;
}

.tooltip_body {
  display: inline;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  /*text-align: center;*/
}
.tooltip_body:hover {
  cursor: pointer;
}
.tooltip_body:hover .tooltip__content {
  -webkit-transform: translate3d(-50%, -10%, 0);
  -moz-transform: translate3d(-50%, -10%, 0);
  -ms-transform: translate3d(-50%, -10%, 0);
  -o-transform: translate3d(-50%, -10%, 0);
  transform: translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}
.tooltip__content {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translate3d(-50%, 0%, 0);
  -moz-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transform-origin: 0 10px;
  -moz-transform-origin: 0 10px;
  -ms-transform-origin: 0 10px;
  -o-transform-origin: 0 10px;
  transform-origin: 0 10px;
  background-color: #fff;
  border-radius: 4px;
  /*color: #2f2f2f;*/
  display: block;
  font-size: 16px;
  /*font-weight: normal;*/
  left: 50%;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  bottom: 100%;
}

.tooltip__content:before {
  border-color: transparent;
  border-top-color: #fff;
  border-style: solid;
  border-width: 10px;
  content: ' ';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  bottom: -20px;
  width: 0;
}
.tooltip__content:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.tooltip__content img{
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
 }
 
.tooltip__content:hover {
  -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -moz-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -ms-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -o-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}

/* ==================================================================
- NUEVA VENTA
================================================================== */
.venta-page .venta-page-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #5a5c69;
  margin: 0;
}
.venta-page .venta-panel {
  background: #fff;
  border: 1px solid #e8ebf4;
  border-radius: 14px;
  padding: 1.15rem 1.25rem;
  box-shadow: 0 2px 12px rgba(90, 92, 105, 0.06);
  height: 100%;
}
.venta-panel-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #6c6e7e;
  margin-bottom: 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #eef1f8;
}
.venta-panel-body {
  margin-top: 0;
  padding-top: 0;
}
.venta-panel-title i {
  color: #858796;
  font-size: 0.85rem;
}
.venta-field-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #858796;
  margin-bottom: 0.4rem;
}
.venta-page .venta-input,
.venta-page .form-control,
.venta-page .bootstrap-select .dropdown-toggle {
  border-radius: 10px !important;
  border: 1px solid #dce0eb !important;
  min-height: 40px;
  font-size: 0.88rem;
  color: #5a5c69;
  background: #fff;
  box-shadow: none !important;
}
.venta-page .venta-input:focus,
.venta-page .form-control:focus {
  border-color: #b8c4f0 !important;
  box-shadow: 0 0 0 3px rgba(78, 115, 223, 0.12) !important;
}
.venta-input-readonly,
.venta-page .venta-input-readonly {
  background: #f4f6fb !important;
  border-color: #e3e8f3 !important;
  color: #5a5c69;
  cursor: default;
}
.venta-cliente-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0;
}
.venta-cliente-row .bootstrap-select {
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
  margin: 0 !important;
}
.venta-page .bootstrap-select > .dropdown-toggle {
  margin-top: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
}
.venta-page .bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.venta-page .mascota-dueno .bootstrap-select .dropdown-toggle::after {
  margin-top: 0;
}
.venta-cliente-avatar {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 2px solid #eef1f8;
  flex-shrink: 0;
}
.venta-btn-add-cliente {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(78, 115, 223, 0.25);
}
.venta-comprobante-radios .custom-control-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #5a5c69;
  cursor: pointer;
}
.venta-comprobante-radios .custom-control-input:checked ~ .custom-control-label {
  color: #4e73df;
}
.venta-comprobante-radios .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f6a56b;
  border-color: #f6a56b;
}
.venta-panel-table {
  padding-bottom: 0.75rem;
}
.venta-table-scroll {
  max-height: 280px;
}
.venta-table-add thead th,
.venta-table-cart thead th {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #827fc0;
  background: #f7f6fc;
  border: none;
  border-bottom: 2px solid #e8e4f5;
  padding: 0.65rem 0.75rem;
  white-space: nowrap;
}
.venta-table-add tbody td,
.venta-table-cart tbody td {
  vertical-align: middle;
  border-color: #f0f2f8;
  font-size: 0.88rem;
  padding: 0.55rem 0.75rem;
}
.venta-table-cart tbody tr:hover {
  background: #fafbff;
}
.venta-row-add td {
  background: #fcfcff;
}
.venta-cell-muted {
  color: #b7b9cc;
}
.venta-precio-cell {
  width: 130px;
  min-width: 130px;
  text-align: center;
  vertical-align: middle;
}
.venta-page .venta-precio-group {
  width: 100%;
  max-width: 128px;
  margin: 0 auto;
  flex-wrap: nowrap;
}
.venta-page .venta-precio-input {
  flex: 1 1 auto;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 0.5rem !important;
  font-size: 0.92rem !important;
  font-weight: 700;
  text-align: center !important;
  color: #5a5c69;
  border: 1px solid #dce0eb !important;
  border-right: none !important;
  border-radius: 10px 0 0 10px !important;
  background: #fff;
  box-shadow: none !important;
  -moz-appearance: textfield;
}
.venta-page .venta-precio-input::-webkit-outer-spin-button,
.venta-page .venta-precio-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.venta-page .venta-precio-input:focus {
  border-color: #b8c4f0 !important;
  box-shadow: 0 0 0 3px rgba(78, 115, 223, 0.12) !important;
  z-index: 2;
}
.venta-page .venta-precio-input:disabled {
  background: #fff;
  color: #858796;
}
.venta-page .venta-precio-addon {
  height: 34px;
  min-width: 38px;
  padding: 0 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 10px 10px 0 !important;
  background: #f4f6fb !important;
  border: 1px solid #dce0eb !important;
  border-left: none !important;
  color: #858796;
  font-size: 0.82rem;
  font-weight: 700;
  font-style: normal;
}
.venta-qty-cell {
  width: 145px;
  min-width: 145px;
}
.venta-page .venta-qty-group {
  width: 100%;
  max-width: 132px;
  flex-wrap: nowrap;
}
.venta-page .venta-qty-group .input-group-prepend,
.venta-page .venta-qty-group .input-group-append {
  flex: 0 0 auto;
}
.venta-page .venta-qty-group .venta-qty-btn {
  min-width: 26px !important;
  width: 26px !important;
  max-width: 26px !important;
  height: 34px !important;
  padding: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 700;
  line-height: 1 !important;
  border-color: #dce0eb !important;
  color: #5a5c69 !important;
  background: #f8f9fc !important;
  border-radius: 8px !important;
}
.venta-page .venta-qty-group .btn-decrement {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-right: -1px;
}
.venta-page .venta-qty-group .btn-increment {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: -1px;
}
.venta-page .venta-qty-group > .form-control {
  flex: 1 1 44px;
  width: auto !important;
  min-width: 44px !important;
  max-width: none !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 0.35rem !important;
  font-size: 0.92rem !important;
  font-weight: 700;
  text-align: center !important;
  line-height: 34px;
  border-color: #dce0eb !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #5a5c69;
}
.venta-page .venta-qty-group > .form-control:focus {
  border-color: #b8c4f0 !important;
  z-index: 2;
  position: relative;
}
.venta-btn-add-item {
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
}
.venta-checkout {
  margin-top: 0.25rem;
}
.venta-footer .tipo-pago .venta-pago-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
  margin: 0;
  cursor: pointer;
}
.venta-pago-option span {
  font-size: 0.78rem;
  font-weight: 700;
  color: #5a5c69;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.venta-footer .tipo-pago input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.venta-footer .tipo-pago .fas {
  color: #d1d3e2;
  font-size: 2.4rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.venta-footer .tipo-pago input[class="pago-item"]:hover ~ i,
.venta-footer .tipo-pago input[class="pago-item"]:checked ~ i,
.venta-footer .tipo-pago input[class="pago-item"]:focus ~ i {
  color: #1cc88a;
  transform: scale(1.05);
}
.venta-pago-campos {
  width: 100%;
}
.venta-totales-box {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.venta-totales-empty {
  line-height: 1.5;
  padding: 1rem 0;
}
.venta-totales-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 0.88rem;
  color: #858796;
  border-bottom: 1px dashed #eef1f8;
}
.venta-totales-line strong {
  color: #5a5c69;
  font-weight: 700;
}
.venta-totales-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.65rem;
  padding-top: 0.85rem;
  border-top: 2px solid #e8ebf4;
}
.venta-totales-total span {
  font-size: 0.82rem;
  font-weight: 700;
  color: #5a5c69;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.venta-totales-total strong {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f6a56b;
}
.venta-totales-total strong em {
  font-style: normal;
}
.venta-panel-totales {
  background: linear-gradient(180deg, #fff 0%, #fbfbfe 100%);
}
.venta-acciones {
  border-top: 1px solid #eef1f8;
}
.venta-acciones .btn {
  border-radius: 999px;
  min-width: 118px;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.4rem 1.1rem;
}
.venta-acciones .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.venta-page .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(78, 115, 223, 0.12) !important;
}
@media (max-width: 991px) {
  .venta-cliente-row {
    flex-wrap: wrap;
  }
  .venta-cliente-row .bootstrap-select {
    width: 100% !important;
    flex: 1 1 100%;
  }
}

/* ==================================================================
- LISTA VENTAS
================================================================== */
.lista-ventas-page .lv-toolbar-panel {
  padding: 0.85rem 1.1rem;
}
.lista-ventas-page .venta-toolbar {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 1px solid #e3e6f0;
  border-radius: 28px;
  box-shadow: 0 4px 18px rgba(78, 115, 223, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
  min-height: 48px;
  padding: 4px 6px 4px 2px;
  gap: 0;
  overflow: visible;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.lista-ventas-page .venta-toolbar:focus-within {
  border-color: #c5d0f5;
  box-shadow: 0 6px 22px rgba(78, 115, 223, 0.14), 0 1px 4px rgba(0, 0, 0, 0.04);
}
.lista-ventas-page .venta-toolbar-item {
  border: none !important;
  border-right: 1px solid #eef1f8 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #5a5c69;
  font-size: 13px;
  padding: 0 16px;
  height: 40px;
  min-height: 40px;
  outline: none;
  box-shadow: none !important;
  transition: background 0.15s ease;
  -webkit-appearance: none;
  appearance: none;
}
.lista-ventas-page .venta-toolbar-item:hover {
  background: #f8f9fc !important;
}
.lista-ventas-page .venta-toolbar-item:focus {
  background: #f0f3ff !important;
}
.lista-ventas-page .venta-toolbar-fecha {
  min-width: 110px;
  max-width: 130px;
  color: #858796;
}
.lista-ventas-page .venta-toolbar-fecha::placeholder {
  color: #b7b9cc;
}
.lista-ventas-page .venta-toolbar-tipo {
  min-width: 140px;
  max-width: 180px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  padding-right: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23858796' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.lista-ventas-page .venta-toolbar-btn-search {
  border: none;
  background: transparent;
  color: #858796;
  width: 42px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
  flex-shrink: 0;
  transition: background 0.15s ease, color 0.15s ease;
}
.lista-ventas-page .venta-toolbar-btn-search:hover {
  background: #4e73df;
  color: #fff;
}
.lista-ventas-page .lv-actions {
  gap: 0.35rem;
}
.lista-ventas-page .lv-btn-action {
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
  white-space: nowrap;
}
.lista-ventas-page .lista-ventas-table-wrap {
  margin-top: 0;
}
.lista-ventas-page .venta-table-list thead th {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #827fc0;
  background: #f7f6fc;
  border: none;
  border-bottom: 2px solid #e8e4f5;
  padding: 0.6rem 0.65rem;
  white-space: nowrap;
  vertical-align: middle;
}
.lista-ventas-page .venta-table-list tbody td {
  vertical-align: middle;
  border-color: #f0f2f8;
  font-size: 0.82rem;
  padding: 0.45rem 0.65rem;
  color: #5a5c69;
}
.lista-ventas-page .venta-table-list tbody tr:hover {
  background: #fafbff;
}
.lista-ventas-page .venta-table-list .lv-num {
  font-size: 1rem;
  font-weight: 700;
}
.lista-ventas-page .venta-table-list tbody tr:nth-child(3n+1) .lv-num {
  color: var(--amarillo-me);
}
.lista-ventas-page .venta-table-list tbody tr:nth-child(3n+2) .lv-num {
  color: var(--azul-me);
}
.lista-ventas-page .venta-table-list tbody tr:nth-child(3n+3) .lv-num {
  color: var(--naranja-me);
}
.lista-ventas-page .lv-num-venta {
  font-weight: 700;
  font-size: 0.82rem;
  color: #5a5c69;
  font-variant-numeric: tabular-nums;
}
.lista-ventas-page .lv-cliente-cell {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.lista-ventas-page .lv-cliente-avatar {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border: 2px solid #eef1f8;
  flex-shrink: 0;
}
.lista-ventas-page .lv-cliente-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}
.lista-ventas-page .lv-cliente-nombre {
  font-size: 0.8rem;
  font-weight: 600;
  color: #5a5c69;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
.lista-ventas-page .lv-cliente-doc {
  font-size: 0.72rem;
  color: #858796;
}
.lista-ventas-page .lv-metodo,
.lista-ventas-page .lv-tipo-comp {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6c6e7e;
}
.lista-ventas-page .lv-num-comp {
  font-size: 0.78rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.lista-ventas-page .lv-total {
  font-variant-numeric: tabular-nums;
  color: #5a5c69;
}
.lista-ventas-page .venta-table-list .badge {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.35em 0.65em;
  border-radius: 20px;
  letter-spacing: 0.2px;
}
.lista-ventas-page .lv-btn-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #f6c23e;
  font-size: 1rem;
  transition: background 0.15s ease;
}
.lista-ventas-page .lv-btn-action-icon:hover {
  background: #fff8e6;
  color: #dda20a;
  text-decoration: none;
}
.lista-ventas-page .lista-ventas-paginfo {
  font-size: 0.78rem;
  color: #858796;
  margin-top: 0.75rem;
}
@media (max-width: 991px) {
  .lista-ventas-page .venta-toolbar {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 8px;
    gap: 4px;
  }
  .lista-ventas-page .venta-toolbar-item {
    border-right: none !important;
    border-radius: 14px !important;
    background: #f8f9fc !important;
    flex: 1 1 calc(50% - 4px);
    min-width: calc(50% - 4px);
    max-width: none;
  }
  .lista-ventas-page .venta-toolbar-btn-search {
    margin: 4px auto 0;
  }
  .lista-ventas-page .lv-cliente-nombre {
    max-width: 120px;
  }
}

/* ==================================================================
- COMPROBANTES (series SUNAT)
================================================================== */
.comprobantes-page .fc-info-panel {
  padding: 0.95rem 1.15rem;
  background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
  border-color: #e3e8f8;
}
.comprobantes-page .fc-info-panel-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.comprobantes-page .fc-info-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(78, 115, 223, 0.12);
  color: #4e73df;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.comprobantes-page .fc-info-text {
  font-size: 0.84rem;
  color: #6c6e7e;
  line-height: 1.5;
}
.comprobantes-page .fc-info-text strong {
  color: #4e73df;
  font-weight: 700;
}
.comprobantes-page .fc-tipo-nombre {
  font-weight: 600;
  color: #5a5c69;
}
.comprobantes-page .fc-codigo-sunat {
  display: inline-block;
  min-width: 36px;
  padding: 0.2rem 0.55rem;
  border-radius: 20px;
  background: #eef1f8;
  color: #5a5c69;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.comprobantes-page .fc-serie {
  font-weight: 700;
  font-size: 0.88rem;
  color: #4e73df;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.4px;
}
.comprobantes-page .fc-correlativo {
  display: inline-block;
  min-width: 28px;
  padding: 0.15rem 0.5rem;
  border-radius: 8px;
  background: #f4f6fb;
  color: #858796;
  font-weight: 700;
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
}
.comprobantes-page .fc-proximo {
  font-weight: 700;
  font-size: 0.82rem;
  color: #4e73df;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.2px;
}
.comprobantes-page .fc-btn-edit {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #e8f8f0;
  color: #1cc88a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 2px 6px rgba(28, 200, 138, 0.15);
}
.comprobantes-page .fc-btn-edit:hover {
  background: #1cc88a;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(28, 200, 138, 0.3);
}
.comprobantes-modal {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(90, 92, 105, 0.18);
}
.comprobantes-modal-header {
  background: #f7f6fc;
  border-bottom: 1px solid #e8e4f5;
  padding: 1rem 1.25rem;
}
.comprobantes-modal-header .modal-title {
  font-size: 1rem;
  font-weight: 700;
  color: #5a5c69;
}
.comprobantes-modal-body {
  padding: 1.25rem;
}
.comprobantes-modal-footer {
  border-top: 1px solid #eef1f8;
  padding: 0.85rem 1.25rem;
  background: #fafbff;
}
.comprobantes-modal .fc-modal-serie-label {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 10px;
  background: #eef2ff;
  color: #4e73df;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.comprobantes-modal .fc-modal-hint {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.78rem;
  color: #858796;
  line-height: 1.45;
}
.comprobantes-modal .fc-btn-cancel,
.comprobantes-modal .fc-btn-save {
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 0.4rem 1rem;
}

/* ==================================================================
- EMPRESA / EMISOR SUNAT
================================================================== */
.fe-emisor-page .fe-emisor-row {
  align-items: flex-start;
}
.fe-emisor-page .fe-emisor-main,
.fe-emisor-page .fe-emisor-side {
  align-self: flex-start;
}
.fe-emisor-page .venta-panel,
.fe-emisor-page .fe-emisor-panel {
  height: auto !important;
  min-height: 0;
  margin-bottom: 0.75rem;
  padding: 1rem 1.1rem;
}
.fe-emisor-page .fe-subsection-title {
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px dashed #eef1f8;
  border-bottom: none;
  padding-bottom: 0;
}
.fe-emisor-page .fe-field {
  margin-bottom: 0.65rem;
}
.fe-emisor-page .venta-field-label {
  margin-bottom: 0.25rem;
}
.fe-emisor-page .fe-emisor-fields {
  margin-left: -6px;
  margin-right: -6px;
}
.fe-emisor-page .fe-emisor-fields > [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.fe-emisor-page .fe-select,
.fe-emisor-page select.form-control {
  border: 1px solid #dce0eb !important;
  border-radius: 10px !important;
  background: #fff !important;
  min-height: 40px;
  font-size: 0.88rem;
  padding: 0 12px;
  appearance: auto;
  -webkit-appearance: menulist;
}
.fe-emisor-page .fe-emisor-actions {
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}
.fe-emisor-page .fe-modo-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.95rem;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.fe-emisor-page .fe-modo-prueba {
  background: #fff4e5;
  color: #e67e22;
  border: 1px solid #fdebd0;
}
.fe-emisor-page .fe-modo-prod {
  background: #e8f8f0;
  color: #1cc88a;
  border: 1px solid #c3efdb;
}
.fe-emisor-page .fe-file-box {
  background: #f8f9fc;
  border: 1px dashed #d1d9e6;
  border-radius: 12px;
  padding: 0.75rem;
}
.fe-emisor-page .fe-file-input {
  border-radius: 10px !important;
  border: 1px solid #dce0eb !important;
  background: #fff !important;
  font-size: 0.82rem;
  min-height: 38px;
  margin-bottom: 0.45rem;
}
.fe-emisor-page .fe-file-current {
  display: block;
  font-size: 0.75rem;
  color: #858796;
}
.fe-emisor-page .fe-logo-panel {
  min-height: auto;
}
.fe-emisor-page .fe-logo-body {
  padding: 0.25rem 0 0;
}
.fe-emisor-page .fe-logo-hint {
  font-size: 0.75rem;
  color: #858796;
  margin-bottom: 0.75rem;
}
.fe-emisor-page .fe-logo-preview {
  width: 140px;
  height: 140px;
  margin: 0 auto 0.85rem;
  border-radius: 16px;
  border: 2px solid #eef1f8;
  background: #fafbff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(90, 92, 105, 0.08);
}
.fe-emisor-page .fe-logo-preview img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}
.fe-emisor-page .fe-logo-upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  background: #4e73df;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 0.5rem;
  transition: background 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 3px 10px rgba(78, 115, 223, 0.25);
}
.fe-emisor-page .fe-logo-upload-btn:hover {
  background: #3d5fc7;
  box-shadow: 0 4px 14px rgba(78, 115, 223, 0.35);
}
.fe-emisor-page .fe-logo-upload-btn input[type="file"] {
  display: none;
}
.fe-emisor-page .fe-info-panel {
  padding: 0.95rem 1.1rem;
  background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
  border-color: #e3e8f8;
}
.fe-emisor-page .fe-info-panel-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.fe-emisor-page .fe-info-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(78, 115, 223, 0.12);
  color: #4e73df;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}
.fe-emisor-page .fe-info-text {
  font-size: 0.8rem;
  color: #6c6e7e;
  line-height: 1.5;
}
.fe-emisor-page .fe-info-text strong {
  color: #4e73df;
}
.fe-emisor-page .fe-btn-save {
  border-radius: 24px;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.55rem 1.75rem;
  box-shadow: 0 4px 14px rgba(78, 115, 223, 0.28);
}
.fe-emisor-page .fe-btn-save:hover {
  box-shadow: 0 6px 18px rgba(78, 115, 223, 0.38);
}
.fe-emisor-page .fe-ruc-input-row {
  display: flex;
  align-items: stretch;
  gap: 0.4rem;
}
.fe-emisor-page .fe-ruc-input-row .venta-input {
  flex: 1 1 auto;
  min-width: 0;
}
.fe-emisor-page .fe-ruc-search-btn {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fe-emisor-page .fe-modo-toggle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #fff;
  border: 1px solid #e3e8f8;
  border-radius: 24px;
  padding: 0.35rem 0.85rem;
  box-shadow: 0 2px 8px rgba(90, 92, 105, 0.06);
}
.fe-emisor-page .fe-modo-toggle-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #858796;
}
.fe-emisor-page .fe-modo-toggle-label.active {
  color: #4e73df;
}
.fe-emisor-page .fe-modo-switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  margin: 0;
}
.fe-emisor-page .fe-modo-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.fe-emisor-page .fe-modo-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #f6c23e;
  border-radius: 24px;
  transition: background 0.2s ease;
}
.fe-emisor-page .fe-modo-slider:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.fe-emisor-page .fe-modo-switch input:checked + .fe-modo-slider {
  background: #1cc88a;
}
.fe-emisor-page .fe-modo-switch input:checked + .fe-modo-slider:before {
  transform: translateX(22px);
}
.fe-emisor-page .fe-cred-hint {
  font-size: 0.8rem;
  color: #858796;
  margin-bottom: 0.85rem;
  line-height: 1.45;
}
.fe-emisor-page .fe-cred-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #4e73df;
  margin-bottom: 0.35rem;
}
.fe-emisor-page .fe-cred-row {
  align-items: flex-end;
}
.fe-emisor-page .fe-cred-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.fe-emisor-page .fe-cred-row .fe-cred-label {
  min-height: 2.55rem;
  line-height: 1.22;
  margin-bottom: 0.35rem;
}
.fe-emisor-page .fe-cred-row .fe-cred-input-wrap {
  width: 100%;
}
.fe-emisor-page .fe-cred-input-wrap {
  display: flex;
  align-items: stretch;
  border: 1px solid #dce0eb;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  min-height: 42px;
}
.fe-emisor-page .fe-cred-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  flex-shrink: 0;
  background: #f4f6fb;
  color: #858796;
  border-right: 1px solid #eef1f8;
}
.fe-emisor-page .fe-cred-input {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 40px;
  font-size: 0.88rem;
  padding: 0 12px;
}
.fe-emisor-page .fe-cred-input:focus {
  box-shadow: none !important;
}
.fe-emisor-page .fe-cert-upload-block {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed #eef1f8;
}
.fe-emisor-page .fe-cert-upload-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
.fe-emisor-page .fe-cert-upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.35rem 0.85rem 0.35rem 0.35rem;
  border: 1px solid #dce0eb;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.fe-emisor-page .fe-cert-upload-btn:hover {
  border-color: #b8c4f0;
  box-shadow: 0 2px 8px rgba(78, 115, 223, 0.12);
}
.fe-emisor-page .fe-cert-upload-btn input[type="file"] {
  display: none;
}
.fe-emisor-page .fe-cert-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(145deg, #5a8dee 0%, #4e73df 100%);
  color: #fff;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.fe-emisor-page .fe-cert-btn-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: #5a5c69;
  white-space: nowrap;
}
.fe-emisor-page .fe-cert-meta {
  flex: 1 1 200px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.fe-emisor-page .fe-cert-current,
.fe-emisor-page .fe-cert-demo-note {
  font-size: 0.76rem;
  color: #858796;
  line-height: 1.35;
  word-break: break-word;
}
@media (max-width: 991px) {
  .fe-emisor-page .fe-logo-preview {
    width: 150px;
    height: 150px;
  }
}


/* ==================================================================
- DESIGN TABLE/
================================================================== */
/*--table--*/
.table th {
    font-weight: 500;
    color: #827fc0;
}
.table thead {
    background-color: #f3f2f7;
}
.table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td {
    padding: 14px 12px;
    vertical-align: middle;
}
.table tr td {
    color: #8887a9;
}
.thumb-sm {
    height: 32px;
    width: 32px;
}
.thumb-m {
  height: 64px;
  width: 64px;
}
.table tr:nth-child(3n+1) td:nth-child(1){
    color: var(--amarillo-me);
    font-size: 1.2rem;
}
.table tr:nth-child(3n+2) td:nth-child(1){
    color: var(--azul-me);
    font-size: 1.2rem;
}
.table tr:nth-child(3n+3) td:nth-child(1){
    color: var(--naranja-me);
    font-size: 1.2rem;
}
/*-X-table-X-*/