/* Custom APP */
body[data-sidebar=dark]{
  overflow: visible !important;
}

body[data-sidebar=dark] .vertical-menu {
  background-color: #1d1c1c !important;
}

body[data-sidebar=dark] .navbar-brand-box {
  background-color: #1d1c1c !important;
}

body[data-sidebar=dark] #sidebar-menu ul li a i,
body[data-sidebar=dark] #sidebar-menu ul li a,
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
  color: #FFFFFF;
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover i,
body[data-sidebar=dark] #sidebar-menu ul li a:hover,
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: rgb(31, 30, 30) !important;
  background-color: #FFFFFF !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul,
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul li:hover a {
  color: rgb(31, 30, 30) !important;
  background-color: #FFFFFF !important;
}

body[data-sidebar=dark] .mm-active a,
body[data-sidebar=dark] .mm-active a i {
  color: #fff !important;
}

body[data-sidebar=dark] .mm-active .active,
body[data-sidebar=dark] .mm-active .active i {
  color: rgb(31, 30, 30) !important;
  background-color: #FFFFFF !important;
  font-weight: 600;
}

/* general */
.cursor-pointer {
  cursor: pointer;
}

/* Barra Scroll */
*::-webkit-scrollbar {
  width: 8px;
  /* Tamaño del scroll en vertical */
  height: 8px;
  /* Tamaño del scroll en horizontal */
  /* display: none; */
  /* Ocultar scroll */
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(59, 59, 59, 0.5);
  border-radius: 10px;
}

/* Fin Barra Scroll */


/* Botones paginacion Datatables */
.dataTables_wrapper.dt-bootstrap4 .row .col-sm-12.col-md-5 {
  display: block;
}

.dataTables_wrapper.dt-bootstrap4 .row .col-sm-12.col-md-7 {
  flex: none;
  max-width: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  display: flex;
  justify-content: center;
}

div.dataTables_paginate ul.pagination .page-item.active a.page-link {
  z-index: 3;
  color: #fff;
  background-color: #556ee6;
  border-color: #556ee6;
}

div.dataTables_paginate a.page-link {
  border-radius: 30px !important;
  margin: 0 3px;
  border: none;
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  line-height: 32px;
}

div.dataTables_paginate ul.pagination a.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #74788d;
  background-color: #fff;
  /* border: 1px solid #ced4da;*/
}

div.dataTables_paginate ul.pagination .page-link:hover {
  z-index: 2;
  color: #1f3dd0;
  background-color: #eff2f7;
}

/* Fin Botones paginacion Datatables */

/* Botones varios datatable */
.dataTables_wrapper .dt-buttons button.buttons-colvis {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.dataTables_wrapper .dt-buttons button.buttons-page-length {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.dataTable td.nowrap {
  white-space: nowrap;
}


/* Fin Botones varios datatable */

/* Table */

.fecha_linea td:first-child {
  white-space: nowrap;

}


/* Tamaño menú */

div.vertical-menu {
  width: 215px;
}

.main-content {
  margin-left: 0px;
}

.navbar-brand-box {
  width: 215px;
}

@media (max-width: 576px) {
  .navbar-brand-box {
    width: 100px;
  }
}


.footer {
  left: 0px;
  position: fixed;
  height: 40px;
}

/* Fin Tamaño Menú */

/* checkbox Tipo Cliente */
.custom-control.custom-checkbox.mb-3.tipo_cliente {
  display: inline-flex;
}

/* Fin Checkbox Tipo Cliente */

/* Corte palabras clientes */
.cartel-cliente p.text-muted {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* cursor: pointer */
.personal_tabs:hover {
  cursor: pointer;
}

.title-client {
  width: 90%;
}

.form-toggle-text#form_text_name {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;

}


/* tabs clientes */

div.personal_tabs {
  border: 2px solid transparent;
}

div.personal_tabs:hover,
div.personal_tabs.active {
  border: 2px solid #2a3042;
}

.flex-1 {
  flex: 1 !important;
}

/* tabs Contactos Clientes */

.fondo_tab_contacto:not(.active) {
  background: rgba(85, 110, 230, .30) !important;
  border: 2px solid rgba(85, 110, 230, .30) !important;
  border-bottom: none !important;
}

/* Checkbox seccion proyecto */
.check_custom::before {
  width: 2rem;
  height: 2rem;
}

.check_custom::after {
  width: 2rem;
  height: 2rem;
}

/* Fin Tabs Clientes */

/* Inputs Formularios */

.select2-container .select2-selection--multiple {
  min-height: 27px;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 1px;
  margin-bottom: 1px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px;
}

.select2-container *:focus {
  border-color: black;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: black !important;
}

.color_select {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

/* Selecctor imágenes */
.inputfile {
  width: 0.1px;
  height: calc(1.5em + .5rem + 2px);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.inputfile+label {
  font-size: 1.25em;
  font-weight: 700;
  color: #495057;
  display: inline-block;
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .71094rem;
  font-weight: 400;
  line-height: 1.5;
  height: calc(1.5em + .5rem + 2px);
  border: 1px solid #ced4da;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inputfile:focus+label,
.inputfile+label:hover {
  color: #495057;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.inputfile+label {
  cursor: pointer;
}

.inputfile+label * {
  pointer-events: none;
}


/* CUSTOM BOOTSTRAP */
.col-0-1 {
  max-width: 5.33%;
}

.col-hr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 95%;
}

a .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  /* height: 37px; */
}

.personal_prepend {
  height: 27px;
}

.avatar-user {
  font-size: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #556ee6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
}

.white-space-pre {
  white-space: pre;
}

.clickable-row:hover {
  cursor: pointer;
}

.w-50 {
  max-width: 40%;
}

/* .nav-tabs-custom .nav-item .nav-link:not(.active) {
    border-bottom: 2px solid #74788d !important;
} */

/* AUTOCOMPLETE */
.autocomplete-suggestions {
  /*display: none !important;*/
  border: 2px solid #3399ff;
  background: #F4F4F4;
  cursor: default;
  overflow: auto
}

.autocomplete-suggestion {
  padding: 2px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden
}

.autocomplete-selected {
  background: #f0f0f0
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
  font-weight: bolder
}

.div-label-texto {
  padding: 7px 10px;
}

/* Botones swal */
.swal2-modal .swal2-actions .swal2-styled {
  border-radius: .25rem !important;
  padding: .47rem .75rem !important;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  font-size: .8125rem;
  line-height: 1.5;
}

.swal2-modal .swal2-actions .swal2-styled.swal2-confirm {
  background-color: #556ee6;
}

.swal2-modal .swal2-actions .swal2-styled.swal2-confirm:hover {
  background-color: #3452e1;
}

.swal2-modal .swal2-actions .swal2-styled.swal2-cancel {
  color: #eff2f7;
  background-color: #74788d;
}

.swal2-modal .swal2-actions .swal2-styled.swal2-cancel:hover {
  background-color: #636678;
}

.swal2-modal .swal2-content {
  font-size: .9rem;
}

.swal2-modal .swal2-title {
  font-size: 18px;
}

.swal2-modal .swal2-actions .swal2-styled.swal2-confirm.btn-danger {
  color: #fff;
  background-color: #f46a6a;
  border-color: #f46a6a;
}

.swal2-modal .swal2-actions .swal2-styled.swal2-confirm.btn-danger:hover {
  color: #fff;
  background-color: #ce4545;
  border-color: #ce4545;
}

/* SELECT */
.status_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  outline: 0;
  padding: 3px 15px;
  border: 0;
  border-radius: 20px;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;

  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}

.status_select2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  outline: 0;
  padding: 3px 15px;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  text-overflow: ellipsis;

  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}

.status_select3 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  outline: 0;
  padding: 3px 15px;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  text-overflow: ellipsis;

  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}

.form-status_select:focus

/* => from bootstrap css */
  {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  /* => this cause the highlight! */
}

.status_select option {
  background-color: #fff;
}


/* POST-ITs */
.post_it_blanco {
  background-color: #eff2f7;
}

.post_it_amarillo {
  background-color: #FFFFA5;
}

.post_it_rosa {
  background-color: #FF7EB980;
}

.post_it_azul {
  background-color: #7afcff80;
}

.post_it_verde {
  background-color: #A5E6BA;
}

.post_it_naranja {
  background-color: #ffdbb6;
}

.nota_urgente {
  position: absolute;
  top: -10px;
  left: -10px;
}

i.flecha_abrir:focus {
  outline: none;
}

.div_flecha_abrir {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 0;
}

.telefono_nota {
  position: relative;
  z-index: 100;
}

.div_flecha_abrir .rotate {
  transform: rotate(180deg);
}

.border-aviso-cliente {
  border: 2px solid #ffcc4e !important;
}

/* WIDTH SELECT MULTIPLE */
div.form-group span.select2.select2-container {
  width: inherit !important;
}

/* COLORES OTS */
.ot-urgente>td,
.ot-urgente>th {
  background-color: #FFC3C3;
}

.ot-naranja>td,
.ot-naranja>th {
  background-color: #E0934F4D;
}

.ot-amarillo>td,
.ot-amarillo>th {
  background-color: #F7EE4A33;
}

/* OTS Versión Movil */

.card-body.body_tarjeta {
  border: 1px solid #000;
  border-radius: 6px;
}

.tarjetas_ots:hover .card_tarjeta {
  transform: scale(1.05);
}

.tarjetas_ots .card_tarjeta {

  /* border: 2px solid #b3103b; */
  transition: 1s ease, filter 1s ease
}

/* Documentacion */

.navContainer .navArbol {
  width: 220px;
  padding: 20px 00px 0px 5px;
  overflow: hidden;
}

.navContainer .navArbol * {
  background-color: unset;
  white-space: nowrap;
}

.navArbol .menu.mainMenu {
  padding-left: 5px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.borde-izq {
  border-left: solid 4px rgb(236, 236, 236);

}

.navArbol .submenuHide>ul {
  display: none;
}

.navArbol .menu ul {
  list-style-type: none;
  width: 100%;
  padding: 0px 0px 0px 15px;
}

.navArbol .menu li {
  list-style-type: none;
  position: relative;
  z-index: 2;
}

.navArbol .menu li a:nth-child(1) i {
  width: 1em;
}

.navArbol .menu li a:nth-child(2) i {
  color: #2d68e7;
}

/* .navArbol .menu li.carpetaCliente a:nth-child(2) i{
    color: #3779ff;
} */

.navArbol .menu li>a:hover i,
.navArbol .menu li.carpetaCliente>a:hover i,
.navArbol .menu li>a:hover span {
  color: #2d68e7;
  cursor: pointer;
}

.navArbol .menu li.selected>a:hover i,
.navArbol .menu li.selected.carpetaCliente>a:nth-child(2) i,
.navArbol .menu li.selected>a:hover span {
  color: #2d68e7;
  cursor: pointer;
}

.navArbol .menu li a {
  padding: 5px 5px;
  display: inline-block;
  width: fit-content;
  overflow: hidden;
}

.navArbol .menu li.selected::before {
  position: absolute;
  width: 500vh;
  right: 0px;
  top: 0px;
  height: 30px;
  z-index: -1;
  content: '';
  /* background-color:   #e7472d; */
}

.navArbol .menu li.selected>a i,
.navArbol .menu li.selected>a span {
  color: #2d68e7;
}

.archivo {
  width: fit-content;
  max-width: 250px;
}

.archivo {
  padding: 10px;
  position: relative;
}

.archivo i,
.upload i {
  width: 35px;
  font-size: 20px;
  color: #2d68e7;
}

.archivo a,
.upload a {
  text-align: center;
  /* font-size: 15px; */
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  padding: 4px;
}

.archivo span,
.upload span {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: #73879C;
}

.archivo i {
  color: #73879C;
}

.archivo a:hover,
.upload a:hover {
  background-color: rgb(236, 236, 236);
  color: #73879C;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
}



div.archivo.documentacion,
.archivo.documentacion a {
  width: 100% !important;
  max-width: none !important;
}

.archivo.documentacion span {
  max-width: 300px;
}

/* Documentacion clientes */
i.archivo {
  padding: 10px;
  color: #2d68e7;
}

i.carpeta {
  padding: 10px;
  color: #ffb81f;
}

/* Galería OTs*/

.img_max_h {
  max-height: 4rem !important;
}

.img_max_document {
  max-height: 1.8rem !important;
}


/* Mediaquery */

/* Textarea Observaciones */
@media (min-width: 1200px) {
  textarea#user_obs {
    height: 85%;
  }

  textarea#proveedor_obs {
    height: 70%;
  }


}

@media (min-width: 1368px) {
  .mw_lg {
    max-width: 200px;
  }

  .table_mw_lg {
    max-width: 300px;
  }
}

@media (max-width: 1367px) {
  .mw_md {
    max-width: 55px;
  }

  .table_mw_md {
    max-width: 150px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: none;
  }
}

/* Fin Textarea Observaciones */
.dash-count{
  color: #fff;
  min-height: 98px;
  width: 100%;
  border-radius: 6px;
  margin: 0 0 25px;
  padding: 20px;
}

/* CSS para formularios ocultar o mostrar texto/input */

.buttons-copy,
.buttons-excel,
.buttons-pdf {
  display: none;
}

.table td,
.table th {
  vertical-align: middle;
}

form.active .form-toggle-text,
form:not(.active) .form-toggle-item {
  display: none !important;
}

#totalsfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 20px 10px 10px;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0 -1px 7px 0 rgba(46, 57, 76, 0.15);
  -moz-box-shadow: 0 -1px 7px 0 rgba(46, 57, 76, 0.15);
  box-shadow: 0 -1px 7px 0 rgba(46, 57, 76, 0.15);
}

.totalblocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}

#totalsfooter h1 {
  margin: 0;
  font-weight: 300;
}

#totalsfooter .tfblock {
  border-right: 1px solid #e7e7e7;
  padding-right: 20px;
  padding-left: 15px;
}

@media (max-width: 1000px) {
  #totalsfooter {
    left: 0;
  }
}

@media only screen and (max-width: 575px) {
  #totalsfooter h1 {
    font-size: 5.4vw;
  }
}

#totalsfooter2 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 20px 10px 10px;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0 -1px 7px 0 rgba(46, 57, 76, 0.15);
  -moz-box-shadow: 0 -1px 7px 0 rgba(46, 57, 76, 0.15);
  box-shadow: 0 -1px 7px 0 rgba(46, 57, 76, 0.15);
}

.totalblocks2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: left;
}

#totalsfooter2 .tfblock {
  border-right: 1px solid #e7e7e7;
  padding-right: 20px;
  padding-left: 15px;
}

@media (max-width: 1000px) {
  #totalsfooter2 {
    left: 0;
  }
}

/* Login full Page*/

.auth-logo .auth-logo-dark {
  display: block;
}
.auth-logo .auth-logo-light {
  display: none;
}

.auth-body-bg {
  background-color: #fff;
}

.auth-pass-inputgroup input[type=input] + .btn .mdi-eye-outline:before {
  content: "\f06d1";
}

.auth-full-bg {
  background-color: rgba(85, 110, 230, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .auth-full-bg {
    height: 100vh;
  }
}
.auth-full-bg::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.auth-full-bg .bg-overlay {
  background: url("../images/backgroundFactura.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.auth-full-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .auth-full-page-content {
    min-height: 100vh;
  }
}

.auth-review-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(85, 110, 230, 0.25);
}
.auth-review-carousel.owl-theme .owl-dots .owl-dot.active span, .auth-review-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #556ee6;
}

/*! CSS Used from: http://skote-v-light.react.themesbrand.com/static/css/main.6223f247.css */
*,
:after,
:before {
  box-sizing: border-box;
}

label {
  display: inline-block;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.form-check {
  display: block;
  margin-bottom: .125rem;
  min-height: 1.21875rem;
  padding-left: 1.5em;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  color-adjust: exact;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  height: 1em;
  margin-top: .25em;
  -webkit-print-color-adjust: exact;
  transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  vertical-align: top;
  width: 1em;
}

@media (prefers-reduced-motion:reduce) {
  .form-check-input {
    transition: none;
  }
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #b9bfc4;
  box-shadow: 0 0 0 .15rem rgba(85, 110, 230, .25);
  outline: 0;
}

.form-check-input:checked {
  background-color: #556ee6;
  border-color: #556ee6;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.form-check-input:disabled {
  -webkit-filter: none;
  filter: none;
  opacity: .5;
  pointer-events: none;
}

.form-check-input:disabled~.form-check-label {
  opacity: .5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0,0,0,0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
  width: 2em;
}

@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23b9bfc4'/%3E%3C/svg%3E");
}

.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

label {
  font-weight: 500;
  margin-bottom: .5rem;
}

.form-check {
  position: relative;
  text-align: left;
}

.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}

body * {
  outline: none;
}


.centerDiv {
  margin: auto;
}

.font-size-42 {
  font-size: 42px !important; }

.font-size-64 {
  font-size: 64px !important;
}

.font-size-54 {
  font-size: 54px !important;
}

.nav-link.active .iconofacturas {

  filter: invert(38%) sepia(70%) saturate(981%) hue-rotate(202deg) brightness(95%) contrast(89%);
}

.listservicio {
  flex-direction: initial !important;
}

.listgroupservicios {
  padding: 0;
  border: none;
}

.btn-custom {
  background-color: #23272b; /* Fondo negro por defecto */
  color: #f8f9fa; /* Texto blanco */
}

.btn-custom:hover {
  color: #f8f9fa; /* Texto blanco */
}
.btn-custom.active {
  background-color: #dc3545; /* Fondo rojo cuando el botón está activo */
}

.width100{
  width: 100px;
  text-align: center;
}

.bg-header {
  background-color: rgba(40,100,238,.25)!important;
}

table#tabla-intervenciones li {
  list-style: none;
}



#clientQuickview .modal-dialog {
  max-width: 100%;
}

#clientQuickview .modal-header {
  background-color: #f4f6fa;
  padding: 18px 24px;
  border-bottom: 1px solid #cfd6e6;
  position: relative;
}

#clientQuickview .modal-content,
#clientQuickview .modal-body {
  background-color: #edeff3 !important;
}

#clientQuickview .modal-body {
  padding: 5px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#clientQuickview .modal-title {
  font-size: 18px;
  color: #2e394c;
  font-weight: 700;
}

#clientQuickview .modal-header .label {
  vertical-align: middle;
  margin-left: 10px;
}

#clientQuickview .modal-header .close {
  background-image: url('/assets/img/icons3/modal-close.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  opacity: 1;

  margin: 0;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;

  display: none;
}

#clientQuickview .header-buttons {
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  height: 30px;
  display: flex;
  align-items: center;
}

#clientQuickview .header-buttons>*:not(:last-child) {
  margin-right: 10px;
}

#clientQuickview .modal-header .client-dropdown {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}

#clientQuickview .modal-header .client-dropdown .btn {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.66;
  background-color: rgba(226, 229, 234, 0);
  border: 0 rgba(0, 0, 0, 0);
  color: #767f8c;
  opacity: 1;
}

#clientQuickview .client-dropdown .btn:hover {
  background-color: #e2e5ea;
}

#clientQuickview .client-dropdown.open .btn {
  background-color: #d6dae0;
}

.client-header {
  display: flex;
  align-items: center;
  /* padding-right: 250px; */
}

#offcanvasRightAdm .offcanvas-header{
  background-color: white;
}

.certification-header {
  display: flex;
  align-items: center;
  /* padding-right: 250px; */
}

.client-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}

.client-image img {
  display: inline;
  width: auto;
  height: 100%;
  margin: -3px auto 0;
}

.client-header--content {
  flex: 1 1 auto;
  padding-left: 10px;
  overflow: hidden;
}

.client-name {
  font-size: 20px;
  font-weight: 700;
  color: #2e394c;
  display: flex;
  align-items: center;
  width: 100%;
}

.client-code {
  color: #777f8c;
  font-size: 13px;
  font-weight: 500;
}

.client-actions {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.client-action-item {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  flex: 1 0 0;
}

.client-action-item--disabled {
  opacity: .8;
}

.client-action-item--disabled .client-action-item--icon {
  color: #999;
}

.client-action-item--disabled .client-action-item--icon::before {
  background-color: rgba(255, 255, 255, .8);
}

.client-action-item--name {
  color: #777f8c;
  font-size: 14px;
  padding-top: 5px;
}

.client-action-item--icon {
  position: relative;
  flex-basis: 40px;
  width: 40px;
  height: 40px;
  color: #4181F2;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.client-action-item--icon>* {
  z-index: 10;
}

.client-action-item--icon::before {
  content: '';
  background-color: #fff;
  border-radius: 50%;
  display: block;

  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.client-action-item.client-actionitem-more .client-action-item--icon {
  color: #fff;
}

.client-action-item.client-actionitem-more .client-action-item--icon::before {
  background-color: #4181F2;
}

.client-action-item:hover .client-action-item--icon::before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}

.client-action-item.client-action-item--disabled:hover .client-action-item--icon::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.client-block-header {
  padding-left: 0;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client-block-title {
  font-size: 14px;
  font-weight: bold;
  color: #6c7588;
  /* text-transform: uppercase;*/
}

.client-block {
  padding: 20px 15px;
  border-top: 1px solid #cfd6e6;
}

.client-blockitem {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 12px 15px;
  position: relative;
  cursor: pointer;
  display: block;
}

.client-blockitem:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

/* notes */
.client-note-item {
  padding: 12px 35px 12px 15px;
}

.client-note-title {
  color: #2e394c;
  font-weight: 700;
  font-size: 16px;
  padding-right: 25px;
}

.client-note-content {
  color: rgba(46, 57, 76, 0.6);
  font-size: 14px;
  line-height: 22px;
}

.client-note-icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  color: #6c7588;
  opacity: .32;
}

/* projects */
.client-project-item {
  padding: 12px 35px 12px 15px;
  display: flex;
}

.client-project-title {
  color: #2e394c;
  font-weight: 700;
  font-size: 16px;
  flex: 1 1 auto;
  padding-right: 25px;
}

.client-project-content {
  color: rgba(46, 57, 76, 0.6);
  font-size: 14px;
  line-height: 22px;
  flex: 1 1 auto;
}

.client-project--type-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  background: #D21241;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.client-project--type-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}

.client-project-actionicon {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  color: #6c7588;
  opacity: .32;
}

/* deals */
.client-deal-item {}

.client-deal-header {
  display: flex;
  padding-bottom: 10px;
}

.client-deal-title {
  color: #2e394c;
  font-weight: 700;
  font-size: 16px;
  flex: 1 1 auto;
  padding-right: 25px;
}

.client-deal-amount {
  color: #2e394c;
  font-weight: 700;
  font-size: 16px;
}

.client-stage__name {
  display: none;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  padding: 0 8px;
  text-transform: uppercase;
  font-weight: 600;
}


.client--stages {
  display: flex;
  height: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.client-stage-item {
  height: 100%;
  width: auto;
  flex: 1 1 auto;
  cursor: pointer;
  background-color: #5c7299;
  position: relative;
  -webkit-transition: width 250ms ease;
  -moz-transition: width 250ms ease;
  -ms-transition: width 250ms ease;
  -o-transition: width 250ms ease;
  transition: width 250ms ease;
}

.client-stage-item.active~.client-stage-item,
.client-stage-item.active~.client-stage-item:before {
  background: #cfd6e6;
}

.client--stages .client-stage-item.active {
  background-color: #4181f2 !important;
}

.client-stage-item.active .client-stage__name {
  display: block;
}

.client--stages>.client-stage-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.client--stages>.client-stage-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.client-stage-item::before {
  content: '';
  width: 23px;
  height: 24px;
  position: absolute;
  right: -11px;
  top: 3px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: #5d7199;
  -webkit-transform: scaleX(.3) rotate(45deg);
  -moz-transform: scaleX(.3) rotate(45deg);
  -ms-transform: scaleX(.3) rotate(45deg);
  -o-transform: scaleX(.3) rotate(45deg);
  transform: scaleX(.3) rotate(45deg);
  cursor: pointer;
  z-index: 1;
}

.client--stages .client-stage-item.active::before {
  background: #4181F2 !important;
}

.client--stages .client-stage-item:last-child::before {
  display: none;
}

.client-deal-stages {
  display: flex;
  height: 18px;
  border-radius: 8px;
  overflow: hidden;
}

.client-dealstage-item {
  height: 100%;
  width: 35px;
  min-width: 50px;
  flex: 0.001 1 auto;
  background-color: #5c7299;
  position: relative;
  /*-webkit-transition: width 250ms ease;*/
  /*-moz-transition: width 250ms ease;*/
  /*-ms-transition: width 250ms ease;*/
  /*-o-transition: width 250ms ease;*/
  /*transition: width 250ms ease;*/
}

.client-deal-stages:not(:hover) .client-dealstage-item.active,
.client-deal-stages:hover .client-dealstage-item:hover {
  background-color: #4181f2;
  width: auto;
  flex-grow: 1;
}

.client-deal-stages:hover .client-dealstage-item .client-dealstage__name {
  display: none;
}

.client-dealstage-item.active .client-dealstage__name,
.client-deal-stages:hover .client-dealstage-item:hover .client-dealstage__name {
  display: block;
}

.client-deal-stages>.client-dealstage-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.client-deal-stages>.client-dealstage-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.client-dealstage-item::before {
  content: '';
  width: 16px;
  height: 14px;
  position: absolute;
  right: -8px;
  top: 2px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: #5d7199;
  -webkit-transform: scaleX(.3) rotate(45deg);
  -moz-transform: scaleX(.3) rotate(45deg);
  -ms-transform: scaleX(.3) rotate(45deg);
  -o-transform: scaleX(.3) rotate(45deg);
  transform: scaleX(.3) rotate(45deg);
  cursor: pointer;
  z-index: 1;
}

.client-deal-stages:not(:hover) .client-dealstage-item.active::before,
.client-deal-stages .client-dealstage-item:hover::before {
  background: #4181F2;
}

.client-deal-stages .client-dealstage-item:last-child::before {
  display: none;
}

/* activities */
.client-activity-item {
  display: flex;
}

.client-activity__header {
  display: flex;
  padding-bottom: 5px;
}

.client-activity__content {
  flex: 1 1 auto;
  padding-left: 15px;
  min-width: 0;
}

.client-activity__title {
  font-weight: 500;
  flex: 1 1 auto;
  padding-right: 25px;
}

.client-activity__time {
  color: #777f8c;
  font-weight: 500;
  font-size: 16px;
}

.client-activity__info {
  display: flex;
}

.client-activity__desc {
  flex: 1 1 auto;
}

.client-activity__desc p {
  margin: 0;
}

.client-activity__icontype {
  padding-left: 30px;
  color: #777f8c;
}

.client-activity__icontype * {
  font-weight: 900;
}

.client--calendar {
  width: 50px;
}

.client--calendar__month {
  background-color: #5c7299;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 22px;
  padding-left: 4px;
  padding-right: 4px;
}

.client--calendar__day {
  background-color: #e2e6ef;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px 4px;
  color: #2e394c;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* files */
.client-file-thumbnail img {
  max-height: 60px;
  max-width: 50px;
}

.client-files {
  display: flex;
  flex-wrap: wrap;
}

.client-file-title {
  word-break: break-word;
  text-align: center;
  color: #777f8c;
  font-size: 13px;
  padding-top: 7px;
}

.client-file-item {
  width: calc((100% / 5) - 10px);
  flex-basis: calc((100% / 5) - 10px);
  padding: 8px 10px;
  margin: 0 5px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;

  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.client-file-item:hover {
  background-color: rgba(255, 255, 255, .9);
}

.client-file-thumbnail {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-file-upload .client-file-thumbnail {
  background-color: #fff;
  color: #4181f2;
  border-radius: 50%;
}

.client-file-upload .client-file-title {
  color: #4181f2;
}

.client-file-upload:hover .client-file-thumbnail {
  color: #fff;
  background-color: #4181f2;
}

.client-file-upload-icon {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.client-file-upload:hover .client-file-upload-icon {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* create actions */
.client-createnew-list {
  padding: 0;
  margin: -4px -5px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.client-createnew-list>li {
  padding: 4px 5px;
  flex-basis: calc(100% / 3);
}

.client-createnew-list>li a {
  display: block;
  color: rgba(46, 57, 76, 0.8);
  background-color: rgba(255, 255, 255, .5);
  padding: 6px 10px;
  border-radius: 5px;
}

.client-createnew-list>li a:hover {
  color: #4181f2;
  background-color: rgba(255, 255, 255, .9);
}

/* contact persons */
.client-contactperson-item {
  display: flex;
  align-items: center;
}

.client-block-content:not(.show-all) .client-contactperson-item:nth-child(n+4) {
  display: none;
}

.client-newcontact-item {
  opacity: 0.8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 2px dashed #999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.client-newcontact-item:hover {
  opacity: 1;
}

.client-contactperson-name,
.client-newcontact-title {
  color: #2e394c;
  font-weight: 700;
  font-size: 16px;
  flex: 1 1 auto;
}

.client-contactperson-job {
  color: #2e394c;
  opacity: .6;
}

.client-contactperson-content,
.client-newcontact-content {
  flex: 1 1 auto;
  padding-left: 15px;
  padding-right: 30px;
  overflow: hidden;
}

.client-newcontact-selector {
  flex: 1 1 100%;
}

.client-newcontact-formgroup {
  margin-top: 20px;
}

.client-contactperson-avatar,
.client-newcontact-avatar {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;

  margin: 0 auto;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.client-newcontact-avatar .initials-show {
  background-color: #999;
  color: #FFFFFF;
}

.client-contactperson-avatar img {
  display: inline;
  width: auto;
  height: 100%;
  margin: -3px auto 0;
}

/* chart */
.client-chart {
  background: #f6f7f9;
  border-radius: 8px;
  margin: 0;
  padding: 15px 0 10px;
  height: 200px;
}

.client-kpiblock+.client-chart {
  margin-top: 15px;
}

.client-kpiblock {
  display: flex;
}

.client-kpi-item {
  flex-basis: calc(100% / 3);
  padding: 5px;
  display: flex;
  justify-content: center;
}

.client-kpiitem--title {
  color: #777f8c;
  font-weight: 700;
  font-size: 16px;
}

.client-kpi-item.client-kpi-item--primary {
  justify-content: unset;
  padding-left: 10px;
}

.client-kpi-item--primary .client-kpiitem--title {
  color: #2e394c;
}

.client-kpiitem--caption {
  color: rgba(46, 57, 76, .6);
  font-weight: 500;
  font-size: 14px;
}

/* ----------- */



.client-contactperson-customfields {
  font-size: 12px;
  font-weight: bold;
}


.client-summary {
  background-color: #f6f7f9;
  border-radius: 10px;
}

.certification-summary {
  background-color: white;
  border-radius: 10px;
}

.client-summary .client-summary-item {
  padding: 10px 12px;
  display: flex;
  align-items: center;
}

.client-summary .client-summary-item:not(:last-child) {
  border-bottom: 1px solid #f3f4f6;
}

.client-summary-item-value {
  text-align: right;
  width: 100%;
  font-weight: bold;
  word-break: break-word;
}


.client-summary .client-summary-item:hover>.client-summary-item-copy {
  display: inline-block;
}

.client-summary-item-copy {
  display: none;
  padding: 3px 6px;
  margin-left: 5px;
  background-color: #4181F2;
  color: #fff;
  border-radius: 6px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  min-width: 50px;
  text-align: center;
}

.client-summary-item-copy:hover {
  opacity: .9;
}

#clientQuickview .client-blockitem__dropdown .btn {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.66;
  background-color: rgba(226, 229, 234, 0);
  border: 0 rgba(0, 0, 0, 0);
  color: #767f8c;
  opacity: 1;
}

#clientQuickview .client-blockitem__dropdown .btn:hover {
  background-color: #e2e5ea;
}



.initials-container [type=checkbox] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0
}

.initials-container {
  position: relative
}

.initials-show {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  cursor: pointer
}

.circle-static .initials-show {
  cursor: unset
}

.initials-container.circle-md .initials-show {
  border-radius: 50%
}

.circle-static-withhover .initials-show:hover {
  box-shadow: inset 0 2px 4px 1px rgba(0, 0, 0, .19)
}

.initials-show.initials-md {
  width: 40px;
  height: 40px
}

.initials-show.cbi-lg {
  width: 60px;
  height: 60px
}

.cbi-mock-blockcheckall,
.initials-container:not(.circle-static) {
  transform: scale(.95);
  transform-origin: center center;
  padding: 5px 7px;
  margin: -5px -7px
}

.cbi-mock-blockcheckall .cbi-events {
  transform: scale(.8);
  transform-origin: center center
}

.cbi-mock-blockcheckall .initials-show {
  width: 20px;
  height: 20px;
  border: 1px solid #a7a7a7;
  background-color: #fff
}

.cbi-mock-blockcheckall input[type=checkbox]:checked+.initials-show,
.cbi-mock-blockcheckall:hover input[type=checkbox]:checked+.initials-show {
  background-color: #4180f2 !important;
  color: #fff !important;
  border-color: #4180f2
}

input[type=checkbox]:checked+.initials-show,
.initials-container:hover input[type=checkbox]:not(:checked):not(:disabled)+.initials-show {
  background-color: #eee !important;
  color: #626262 !important
}

input[type=checkbox]:disabled+.initials-show {
  opacity: .6
}

.cbi-initials {
  font-size: 11px;
  font-weight: 800
}

.initials-md .cbi-initials {
  font-size: 12px
}

.cbi-lg .cbi-initials {
  font-size: 22px
}

.initials-show .cbi-events {
  visibility: hidden;
  position: absolute;
  line-height: normal
}

.initials-container:hover input[type=checkbox]:not(:checked)+.initials-show>.cbi-hover,
.initials-container:not(:hover) input[type=checkbox]:not(:checked)+.initials-show>.cbi-unhover,
input[type=checkbox]:checked+.initials-show>.cbi-checked,
.initials-container.circle-static .initials-show>.cbi-initials {
  visibility: visible;
  position: relative
}

.initials-container:hover input[type=checkbox]:disabled+.initials-show>.cbi-hover {
  visibility: hidden !important;
  position: absolute !important
}

input[type=checkbox]:disabled+.initials-show>.cbi-initials {
  visibility: visible;
  position: relative
}

.offcanvas {
  min-width: 35%;
  background-color: #edeff3;
}


.offcanvas-header {
  border-bottom: 1px solid #cfd6e6;
}


.form-control:focus {
  border-color: #000 !important;
}

.p7articulos {
  padding-right: 7% !important;
}

.p5articulos {
  padding-right: 5% !important;
}

.p4articulos {
  padding-right: 4% !important;
}

.p3articulos {
  padding-right: 3% !important;
}

.p2articulos {
  padding-right: 2% !important;
}

.p1articulos {
  padding-right: 1% !important;
}
.descuentoscenter {
  text-align: -webkit-center !important;
}

.w200 {
  width: 200px;
}

.w80 {
  width: 80px;
}

.w-5{
  width: 5%;
}

.w-10{
  width: 10%;
}

.w-20{
  width: 20%;
}

.w-240{
  width: 240px;
}

.font-size-26{
  font-size: 26px !important;
}
#grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px;
  height: 400px;
  border: 1px solid #ccc;
}

.grid-item {
  background-color: #f0f0f0;
  border: 1px solid #999;
  border-radius: 4px;
  cursor: move;
}
.drag-icon,
.resize-icon {
    display: none;
    position: absolute;
    z-index: 1;
}

.grid-item:hover .drag-icon {
    display: block;
    top: 10px;
    left: 10px;
}

.grid-item:hover .resize-icon {
    display: block;
    bottom: 10px;
    right: 10px;
}
/*  */
.page-content {
  padding-top: 50px;
}

/* tabs clientes */
.avatar_xs {
  height: 2rem;
  width: 2rem;
}

.w_100 {
  width: 100px;
}

.mw_0 {
  max-width: 0;
}

.client-bar{
  background-color: #edeff3;
}


.profile {
  -webkit-animation: popUp ease-in-out 350ms;
          animation: popUp ease-in-out 350ms;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.17);
  margin-top: 40px;
  padding: 28px 30px 30px 35px;
  position: relative;
}
.profile__account {
  align-self: center;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  padding-left: 135px;
}
.profile__button {
  border-radius: 50px;
  border: 1px solid #000000;
  color: #000000;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: ease-in-out 250ms background, ease-in-out 250ms color;
}
.profile__button:hover {
  background: #000000;
  color: #ffffff;
}
.profile__header {
  display: flex;
  margin-bottom: 20px;
}
.profile__icon {
  flex: none;
  font-size: 1.5em;
  margin-right: 10px;
  padding-top: 3px;
}
.profile__icon--gold {
  color: #eab100;
}
.profile__icon--blue {
  color: #8faae8;
}
.profile__icon--pink {
  color: #ff86af;
}
.profile__key {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.profile__picture {
  background: #ffffff;
  border-radius: 100px;
  border: 10px solid #ffffff;
  height: 125px;
  position: absolute;
  top: -40px;
  width: 125px;
}
.profile__picture:before {
  border-radius: 100px;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.17);
  content: "";
  height: calc(100% + 20px);
  left: -10px;
  position: absolute;
  top: -10px;
  width: calc(100% + 20px);
  z-index: -1;
}
.profile__picture img {
  border-radius: 100px;
  height: 100%;
  width: 100%;
}
.profile__stat {
  -webkit-animation: slideUp ease-in-out 350ms forwards;
          animation: slideUp ease-in-out 350ms forwards;
  border-right: 1px solid #e9e9e9;
  display: flex;
  flex: 1;
  justify-content: center;
  opacity: 0;
  transform: translateY(5px);
}
.profile__stat:last-of-type {
  border-right: none;
}
.profile__stat:nth-child(1) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.profile__stat:nth-child(2) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.profile__stat:nth-child(3) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.profile__stats {
  display: flex;
}
.profile__username {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0;
  text-align: right;
}

@media (max-width: 1400px) {
  .contadores {
    line-height: 23px !important;
}


@media (min-width: 551px) {
  #clientQuickview .modal-dialog {
    max-width: 500px;
  }
}

@media only screen and (max-width:767px) {
  #clientQuickview .modal-header .close {
    display: block;
  }

  #clientQuickview .client-header {
    padding-right: 70px;
  }
}

/* mobile modifiers */
@media only screen and (max-width: 500px) {
  .client-kpiblock {
    flex-wrap: wrap;
  }

  .client-kpi-item {
    flex-basis: 50%;
    justify-content: unset;
  }

  .client-createnew-list>li {
    flex-basis: 50%;
  }

  .client-action-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .client-action-item--icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .client-action-item--name {
    font-size: 12px;
  }
}

@media screen and (max-width: 1280px) {
  .offcanvas {
    min-width: 40%;
    background-color: #edeff3;
  }
}
}
@-webkit-keyframes popUp {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    transform: translateY(5px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(5px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@media screen and (max-width: 480px) {
  .offcanvas {
    padding-left: 150px;
  }
}


.w30{
  width: 30%;
}

.w10{
  width: 10%;
}

.w5{
  width: 5%;
}

.bg-focus{
  background-color: #556ee661;
}

/* Control de versiones CSS */
.tm-logo {
  font-weight: 700;
}
/*
 * TIMELINE ITEM
 */
.tm-timeline {
  position: relative;
}
.tm-timeline-item {
  border-left: 2px solid #e43d3c;
  margin-top: -5px;
  padding-left: 40px;
  padding-bottom: 40px;
  position: relative;
}
.tm-timeline-item h2 {
  margin-top: 0;
  line-height: .5;
}
.tm-timeline-item p {
  margin-bottom: 0;
}
.tm-timeline-item:before {
  content: ' ';
  width: 14px;
  height: 14px;
  position: absolute;
  left: -8px;
  background-color: #e43d3c;
  border-radius: 50%;
}
.tm-timeline-item:first-child:before {
  left: -8px;
}
.tm-timeline-item:last-child:before {
  left: -6px;
}
.tm-timeline-item:last-of-type {
  padding-bottom: 0;
  border: 0
}
/*
 * TIMELINE ENTRY
 */
.tm-timeline-entry {
  padding-top: 15px;
}
.tm-timeline-entry + .tm-timeline-entry {
  margin-top: 15px;
}
.tm-timeline-entry .tm-timeline-entry-label {
  font-size: 16px;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .tm-timeline-entry .tm-timeline-entry-label {
    width: 100px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tm-timeline-entry .tm-timeline-entry-data {
    margin-left: 100px;
  }
}
/*
 * BLOCK
 */
@media (max-width: 767px) {
  .uk-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tm-block-content {
  min-height: calc(100vh - 142px);
}
.uk-block-muted {
  background: #f8f9fa;
}
.uk-block-primary {
  background: #e43d3c;
}
.uk-block-secondary {
  background: #1a1a1a;
}
/*
 * BADGE
 */
/* NEW */
.uk-badge {
  font-weight: 400;
  padding: 5px 10px;
  width: auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* ADDED */
.uk-badge-success {
  background-color: #3DC372;
  color: #fff;
}
/* CHANGED */
.uk-badge-warning {
  background-color: #FFB24E;
  color: #fff;
}
/* FIXED or REMOVED */
.uk-badge-danger {
  background-color: #e44e56;
  color: #fff;
}

#toast-container > div {
  opacity:1;
}

.lib-emails-input-container {
  background: #fff;
  border: 1px solid #c3c2cf;
  border-radius: 4px;
  overflow-y: auto;
  padding: 7px 7px 0;
  height: 70px;
}

.email-block {
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 0 7px;
  border-radius: 100px;
  display: inline-block;
  background: rgba(102, 153, 255, 0.2);
  margin-right: 7px;
  margin-bottom: 7px;
}

.invalid-email {
  background: #fff;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px dashed red;
}

.duplicate {
  background: #ffdada;
  position: relative;
}

/* .tooltip {
  position: absolute;
  background: #000000;
  color: #fff;
  white-space: nowrap;
  top: 110%;
  left: 0;
  z-index: 2;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  display: none;
}

.tooltip:after {
  content: ' ';
  position: absolute;
  left: 40%;
  bottom: 80%;
  display: block;
  border-bottom: 10px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
} */

.remove-button {
  padding: 0 7px;
  font-size: 18px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  cursor: pointer;
  user-select: none;
}

.invalid-email .remove-button {
  padding-right: 0;
}

.email-input {
  border: none;
  font-size: 14px;
  line-height: 24px;
  min-height: 24px;
  padding: 0 7px;
  margin: 3px 0 7px 0;
  outline: none;
}
.clientbar-overlay{
  position: fixed !important;
}
.summary {
  margin: 16px 0;
  display: grid;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  background-color: #f0f0f0;
  box-shadow: inset -1px -1px 0 #e0e0e0;
  width: 100%;
  list-style:none;
}

.summary__item-container {
  margin-bottom: 0;
}

.summary__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  line-height: 1.4em;
  text-decoration: none;
  color: #1e1e1e;
}

.summary__item:hover {
  background-color: #f0f0f0;
}

.summary__item-label {
  display: flex;
  margin-bottom: 16px;
  color: #757575;
}

.summary__item-value {
  margin-bottom: 4px;
  font-weight: 500;
  color: #1e1e1e;
}

@media screen and (max-width: 782px) {
  .summary {
      border-width: 0;
  }
}

@media (min-width: 1441px) {
  .summary.has-9-items {
      grid-template-columns: repeat(3, 1fr);
  }

  .summary.has-9-items .summary__item-container:nth-of-type(5n) .summary__item {
      border-right-color: #e0e0e0;
  }

  .summary.has-9-items .summary__item-container:nth-of-type(5n+1):nth-last-of-type(-n+5) .summary__item,
  .summary.has-9-items .summary__item-container:nth-of-type(5n+1):nth-last-of-type(-n+5)~.summary__item-container .summary__item {
      border-bottom-color: #e0e0e0;
  }
}

@media (max-width: 1440px) {
  .summary.has-9-items {
      grid-template-columns: repeat(3, 1fr);
  }

  .summary.has-9-items .summary__item-container:nth-of-type(3n) .summary__item {
      border-right-color: #e0e0e0;
  }

  .summary.has-9-items .summary__item-container:nth-of-type(3n+1):nth-last-of-type(-n+3) .summary__item,
  .summary.has-9-items .summary__item-container:nth-of-type(3n+1):nth-last-of-type(-n+3)~.summary__item-container .summary__item {
      border-bottom-color: #e0e0e0;
  }

  .summary.has-9-items .summary__item-container:nth-of-type(5n) .summary__item {
      border-right-color: #e0e0e0;
  }
}

@media (max-width: 960px) {
  .summary .summary__item {
      border-right-color: #e0e0e0;
  }
}

@media (max-width: 782px) {
  .summary .summary__item-container {
      margin-left: -16px;
      margin-right: -16px;
      width: auto;
  }

  .summary .summary__item-container .summary__item {
      border-right: none;
  }
}
.summary__item.active {
  border-top: 2px solid #2271b1;
}
/* checkbox settings 👇 */

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  /* checkbox */
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  /* checkmark */
  --checkmark-size: 1.2;
}

.ui-checkbox, 
.ui-checkbox *, 
.ui-checkbox *::before, 
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

/* actions */

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.gap-2 {
  gap: 0.5rem !important;
}

.font-size-32{
  font-size:32px;
}

.table-border-gray{
  border:1px solid #a3a6ab !important;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.event-creation {
  color: green;
}

.event-update {
  color: blue;
}

.event-deletion {
  color: red;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.bgFacturado{
  background-color: #50a5f147 !important;
}

#drop-area {
  width: 100%;
  height: 200px;
  border: 2px dashed #ccc;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ccc;
  font-size: 18px;
  margin: 20px 0;
  cursor: pointer;
  position: relative;
}

#drop-area i {
  margin-bottom: 10px;
  font-size: 2rem;
}

#drop-area span {
  display: block;
}

#row_accordion {
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
}

.headingOne {
  display: inline;
  width: 95%;
  border: none;
  border-bottom: 1px solid #D1D5DB;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding: 4px 0px;
}

.custom-acordion {
  padding: 20px 24px;
  border-bottom: 1px solid rgb(229, 231, 235);
}

.custom-col-acordion {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.title-desc-acordion {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #6B7280;
}

.custom-acordion-footer{
  padding: 20px 24px;
}

.terminos-certificado{
  display: flex;
  font-size: 10px;
  color: rgb(107, 114, 128);
}

.accordion{
  --bs-accordion-color:#212529;
  --bs-accordion-bg:#fff;
  --bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color:var(--bs-border-color);
  --bs-accordion-border-width:1px;
  --bs-accordion-border-radius:0.375rem;
  --bs-accordion-inner-border-radius:calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x:1.25rem;
  --bs-accordion-btn-padding-y:1rem;
  --bs-accordion-btn-color:#212529;
  --bs-accordion-btn-bg:var(--bs-accordion-bg);
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width:1.25rem;
  --bs-accordion-btn-icon-transform:rotate(-180deg);
  --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color:#86b7fe;
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x:1.25rem;
  --bs-accordion-body-padding-y:1rem;
  --bs-accordion-active-color:#0c63e4;
  --bs-accordion-active-bg:#e7f1ff
}
.accordion-button{
  position:relative;
  display:flex;
  align-items:center;
  width:100%;
  padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size:1rem;
  color:var(--bs-accordion-btn-color);
  text-align:left;
  background-color:var(--bs-accordion-btn-bg);
  border:0;
  border-radius:0;
  overflow-anchor:none;
  transition:var(--bs-accordion-transition)
}
@media (prefers-reduced-motion:reduce){
  .accordion-button{
      transition:none
  }
}
.accordion-button:not(.collapsed){
  color:var(--bs-accordion-active-color);
  background-color:var(--bs-accordion-active-bg);
  box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}
.accordion-button:not(.collapsed)::after{
  background-image:var(--bs-accordion-btn-active-icon);
  transform:var(--bs-accordion-btn-icon-transform)
}
.accordion-button::after{
  flex-shrink:0;
  width:var(--bs-accordion-btn-icon-width);
  height:var(--bs-accordion-btn-icon-width);
  margin-left:auto;
  content:"";
  background-image:var(--bs-accordion-btn-icon);
  background-repeat:no-repeat;
  background-size:var(--bs-accordion-btn-icon-width);
  transition:var(--bs-accordion-btn-icon-transition)
}
@media (prefers-reduced-motion:reduce){
  .accordion-button::after{
      transition:none
  }
}
.accordion-button:hover{
  z-index:2
}
.accordion-button:focus{
  z-index:3;
  border-color:var(--bs-accordion-btn-focus-border-color);
  outline:0;
  box-shadow:var(--bs-accordion-btn-focus-box-shadow)
}
.accordion-header{
  margin-bottom:0
}
.accordion-item{
  color:var(--bs-accordion-color);
  background-color:var(--bs-accordion-bg);
  border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}
.accordion-item:first-of-type{
  border-top-left-radius:var(--bs-accordion-border-radius);
  border-top-right-radius:var(--bs-accordion-border-radius)
}
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:var(--bs-accordion-inner-border-radius);
  border-top-right-radius:var(--bs-accordion-inner-border-radius)
}
.accordion-item:not(:first-of-type){
  border-top:0
}
.accordion-item:last-of-type{
  border-bottom-right-radius:var(--bs-accordion-border-radius);
  border-bottom-left-radius:var(--bs-accordion-border-radius)
}
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius:var(--bs-accordion-inner-border-radius)
}
.accordion-item:last-of-type .accordion-collapse{
  border-bottom-right-radius:var(--bs-accordion-border-radius);
  border-bottom-left-radius:var(--bs-accordion-border-radius)
}
.accordion-body{
  padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}
.accordion-flush .accordion-collapse{
  border-width:0
}
.accordion-flush .accordion-item{
  border-right:0;
  border-left:0;
  border-radius:0
}
.accordion-flush .accordion-item:first-child{
  border-top:0
}
.accordion-flush .accordion-item:last-child{
  border-bottom:0
}
.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{
  border-radius:0
}

.dvs-header-title {
  display: flex;
  align-items: center;
}

#documents_view .dvs-container-header{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin-bottom: 20px;
}

#documents_view .dvs-title{
color: #111827;
font-size: 24px;
font-weight: bold;
}

#documents_view .dvs-bar-box{
padding: 16px;
border-radius: 8px;
background-color: #fff;
margin-bottom: 15px;
}

#documents_view .dvs-bar-box-header{
display: flex;
align-items:center;
gap:15px;
margin-bottom: 10px;
}

.dvs-bar-box-section-tracking .dvs-bar-box-header{
  margin-bottom: 0 !important;
}

#documents_view .dvs-bar-box-header-title{
color: #111827;
font-size: 18px;
font-weight: 500;
}

#documents_view .dvs-bar-box-header-textright{
text-align:right;
display: flex;
justify-content: flex-end;
align-items: center;
flex:auto;
}

#documents_view .dvs-box-line{
display: flex;
align-items: center;
margin-top: 8px;
justify-content: space-between;
word-break: break-word;
}
#documents_view .dvs-box-line:last-child{
margin-bottom: 0;
}
#documents_view .dvs-box-line-title{
  color: #777f8c;
  min-width: 40%;
}
#documents_view .dvs-box-line-value{
margin-left: 10px;
text-align: right;
}

#documents_view .dvs-box-line-value-50{
width: 50%;
}

#documents_view .dvs-files-item:last-child{
margin-bottom: 0;
}


.icon-boxed {
  padding: 10px;
  border-radius: 12px;
  background-color: rgba(0,0,0,.3);
  color: #1f2937;
  line-height: 13px
}

.icon-boxed-24 {
  padding: 0;
  border-radius: 8px;
  background-color: rgba(0,0,0,.3);
  color: #1f2937;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 25px;
  font-size: 10px;
  text-align: center
}

.icon-boxed-40 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px
}

.icon-boxed-small-blue {
  background-color: #e3ecfd;
  padding: 7px 5px;
  border-radius: 4px;
  color: #2164d9
}

.icon-boxed-red {
  background: rgba(230,126,34,.08)
}

.icon-boxed-red i {
  color: #e02020
}

.icon-boxed-blue {
  background: rgb(92,188,230,.2)
}

.icon-boxed-blue i {
  color: #5cbce6
}

.icon-boxed-green {
  background: rgba(26,188,156,.08)
}

.icon-boxed-green i {
  color: #47cbab
}

.icon-boxed-purple {
  background: rgb(121,115,230,.2)
}

.icon-boxed-purple i {
  color: #7973e6
}

.icon-boxed-lime {
  background: rgb(180,204,82,.2)
}

.icon-boxed-lime i {
  color: #b4cc52
}

.icon-boxed-greenflat {
  background: rgb(82,204,167,.2)
}

.icon-boxed-greenflat i {
  color: #52cca7
}

.icon-boxed-orange {
  background: rgb(230,175,92,.2)
}

.icon-boxed-orange i {
  color: #e6af5c
}

.icon-boxed-orangedark {
  background: rgb(255,152,0,.2)
}

.icon-boxed-orangedark i {
  color: #ff9800
}

.m-r-10 {
  margin-right: 10px
}

.text-warning {
  color: #ff9800!important
}

@media (max-width: 1024px) {
    .card_container .card-body {
        padding: 0.5rem !important;
    }

    .card_container .form-control-sm {
        font-size: 0.75rem;
    }

    .card_container .col-xl-3, 
    .card_container .col-xl-6, 
    .card_container .col-xl-9, 
    .card_container .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #myChart {
        max-width: 100% !important;
        height: auto !important;
    }
}


/* Impresión de las Facturas */

@media print {
  body {
/*     margin: 0;
    width: 210mm;
    height: 297mm; */
    -webkit-print-color-adjust: exact !important;
    print-color-adjust:exact !important;
    font-size: 1rem;
  }

  .watermark-print {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; /* Mantiene proporciones sin distorsión */
    z-index: -1;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;  
  }
 
  .d-none-print {
    display: none !important;
    height: 0;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0; 
    /* background-color: yellow !important; /* Ajusta el color según tus necesidades */
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  
  table td, table th {
    border: none;
  }

.card-body{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
    margin: 0 0 7px 0;
    font-weight: 600;
}
  /* .table td, .table th { */
    /* border-bottom: 0px; */
    /* border-top: none!important; */
  /* } */


  .top-text {
    vertical-align: text-top;
  }



  .table-nowrap_th th, table .white_space_nowrap {
    white-space: nowrap !important;
  }

  .table-nowrap_td td {
    word-wrap: break-word;
    white-space: nowrap;
  }

  /* hr.hoja_resguardo {
    border-top: 3px dashed #000;
  } */

  .resguardo td:first-child, .resguardo td:nth-child(3n+3) {
    width: 15mm;
  }

  .obs_acce {
    width: 60%;
    padding-left: 15mm;
  }

  .top-text {
    vertical-align: top !important;
  }

  .text-ellipsis {
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .custom-control-label.label-imprimir::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -2px;
  }

  .va_c {
    vertical-align: middle;
  }

  .va_t {
    vertical-align: top !important;
  }
  
  .va_b {
    vertical-align: bottom !important;
  }

  hr.firma  {
    border-top: 3px dotted #000 !important;
    margin-top: 2px;
  }

  /* Anchos Predefinidos */

  .w_15 {
    width: 15%;
  }

  .w_25 {
    width: 25%;
  }

  .w_35 {
    width: 35%;
  }

  .w_40 {
    width: 40%;
  }

  .w_50 {
    width: 50%;
  }

  .w_60 {
    width: 60%;
  }

  .w_65 {
    width: 65%;
  }

  .w_75 {
    width: 75%;
  }

  .w_100 {
    width: 100%;
  }

  /* Quitar Bordes */
  .bl_0 {
    border-left: none!important;
  }
  .br_0 {
    border-right: none!important;
  }
  .bt_0 {
    border-top: none!important;
  }
  .bb_0 {
    border-bottom: none!important;
  }

  .fontFactura{
    font-size: 1.2rem;
  }

  .fontTableFactura{
    font-size: 18px !important;
  }

  .logo {
    margin: 18px 14px;
  }
  .bfooter {
    width: 100%;
    text-align: center;
    color: #777 !important;
    border-top: 1px solid #aaa !important;
    padding: 8px 0
  }

  .barra-horizontal {
    border: none; /* Elimina el borde predeterminado */
    height: 2px; /* Ajusta el grosor de la línea */
    background-color: black; /* Cambia el color de la línea */
    margin: 0; /* Elimina los márgenes */
    width: 100%; /* Ajusta la longitud de la línea */
  }

  /* Relleno Input type: radio (Poner al div que contiene el label y el input)*/
  
  /* .input_active::before {
    width: 7px;
    height: 7px;
    background-color: #000;
    content: '';
    display: block;
    position: absolute;
    left: 7px;
    top: 8px;
    z-index: 10000;
    border-radius: 50%;
  } */
  

  .table-print {
      width: 100%;
      margin-bottom: 1rem;
      color: #212529;
  }

  .table-print thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6;
  }

  .table-print th, .table-print td {
      padding: 0.75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6;
  }
 .table-print .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

  .border-santafood{
  border: 4px solid #e7472d;
}

  .bg-santafood{
  background-color: #ff8e7d;
}

  .rounded-santafood{
  border-radius: 25px;
}

  .rounded-santafood-10{
    border-radius: 10px;
}

}

/* Fin de la impresión de las facturas */