@font-face {
	font-family : 'Quicksand-Regular';
	src: url('/assets/fonts/Quicksand-Regular.ttf');
}

html,body {
  height: 100%;
  width:100%;
  font-family: 'Quicksand';
}

#app {
  height: 100%;
  width:100%;
}


.heading {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 1rem;
 
 }

.mainContainer {
  background-color: white;
  font-weight: 500;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

h1 {
  margin-bottom: 0px;
}


/* Personalizaciones SwalAlert */

.swal2-popup
{
  font-family: 'Quicksand';
}

.swal2-confirm
{
  background-color: #000000;
  padding: 4px 0;
  width: 200px;
}

/* Personalizaciones bootstrap */

/* General Navbar Styles */
.navbar {
    background-color: #fff; /* White background */
    border-bottom: 1px solid #eee; /* Light gray border bottom */
    padding: 10px 20px; /* Adjust padding as needed */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow (optional) */
}

.navbar-brand {
    padding: 10px 0; /* Adjust padding */
    font-weight: 600; /* Slightly bolder brand text */
    color: #333; /* Darker brand color */
}

.navbar-toggler {
    border: none; /* Remove default border */
    padding: 0.25rem 0.5rem; /* Adjust padding */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(51, 51, 51, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); /* Custom toggle icon (dark gray) */
}


.navbar-nav .nav-link {
    color: #6c757d; /* Muted text color */
    font-weight: 500; /* Slightly bolder font-weight */
    transition: color 0.3s ease; /* Smooth color transition */
    padding: 0.5rem 1rem; /* Adjust padding */
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #333; /* Darker hover color */
}

.navbar-nav .nav-link.active {
    color: #000 !important; /* Black active color */
    font-weight: 600; /* Bolder active text */
}

.dropdown-menu {
    border: none; /* Remove default border */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add a shadow to the dropdown */
}

.dropdown-item {
    color: #333; /* Darker dropdown item text */
}

.dropdown-item:hover {
    background-color: #f5f5f5; /* Light gray background on hover */
}

/* Optional: Add a subtle border to the dropdown items */
.dropdown-item {
    border-bottom: 1px solid #eee; /* Light gray border */
}

.dropdown-item:last-child {
    border-bottom: none; /* Remove border from the last item */
}




/* EXTRA */




.navbar {
  margin-bottom: 1rem;
  --bs-navbar-brand-margin-end: 1rem;
}

.perfil-card{
  width: 500px;
}

.back-btn{
  border: none;
  border: 1px solid gray;
  border-radius:100%;
  padding: .5rem;
  background-color: #282828;
  height: 40px;
  width:40px;
  text-align: center;
  margin-right: .5rem;
}
.back-btn:hover{
  border: 1px solid gray;
  background-color: #424242;
}
.back-btn i {
  color:white;
}

.tooltip-pointer {
  cursor: pointer;
}

.tooltip-lg .tooltip-inner {
  font-size: 0.95rem;
  padding: 0.5rem 0.75rem;
}



.bo-table
{
  border-top: solid 1pt #dee2e67d;
}

.line-45px
{
  line-height: 45px;
}

/*.line-40px
{
  line-height: 45px;
} */



.btn-blue
{
  background-color: #095892;
  border: #095892;
  margin-right: 1px;
}

.btn-opac
{
  padding: 7px 15px;
  background: #F5F5F5;
  border: 1px solid #ABABAB;
  margin-top: -3px;
}

.btn-out-blue
{
  border-color: #095892;
  color: #095892;
  font-weight:bold;
  padding: 0px 1rem;
  margin-right: 3px;
}

.btn-simple
{
  color:black !important;
}

.changeSearchBtn
{
  position: absolute;
  top: calc(50% - 16px);
  right: 9px;
  font-size: 22px;
  cursor: pointer;
}

/* Editor */

.editTool
{
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 1px #66ff66;
  border-style: dashed;
  display: none;
}

.etTitle
{
  background: #66ff66;
  position: absolute;
  border-radius: 5px 5px 0 0;
  padding: 0px 10px 0px 5px;
  font-size: 12px;
  top: -19px;
  z-index: 2000;
}

.relElement
{
  position: relative;
}

.boEle
{
  border-top: solid 1pt #eff1f3;
  padding: 10px 0;
}

.separator
{
  border-top: solid 1pt #dbdbdb;
  margin: 20px 0;
}


/* Facturas  */
.text_info
{
  font-size: 13px; 
  margin: 0px; 
  padding: 0px;
}
.colum-izquierda
{
  background-color: #F9F9F9;
  
}
.item-lista
{
  box-sizing: border-box;
  
  padding-top: 34px;
  padding-left: 31px;
  padding-bottom: 19px;
  padding-right: 11px;
  
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  
  margin-bottom: 10px;
}

.item-lista:hover
{
  box-sizing: border-box;
  
  padding-top: 34px;
  padding-left: 31px;
  padding-bottom: 19px;
  padding-right: 11px;
  
  background: #FFFFFF;
  border: 3px solid #0A87E2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  
  margin-bottom: 10px;
  cursor: pointer;
}
.selector-fac
{
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  border-bottom: 2px solid black;
  padding-bottom:2px;
  margin-right: 10px;
}
.selector-fac-dis
{
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #9d9d9d;
  margin-right: 10px;
}
.monto-fac
{
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  align-self: flex-end;
}
.titulo-fac
{
  font-family: 'Allerta' !important;
  font-size:20px;
}
.circle-btn
{
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  
}

.item-fac
{
  box-sizing: border-box;
  background: rgba(10, 226, 96, 0.09);
  border: 1px solid #ABABAB;
  border-radius: 10px 10px 0px 0px;
  padding: 15px;
}

.icon-estado-fac
{
  font-size: 20px;
  margin-right: 15px;
}

.item-pago
{
  box-sizing: border-box;
  background: white;
  border: 1px solid #ABABAB;
  padding: 15px;
}

.link-text
{
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  line-height: 25px;

  color: #0A87E2;
  cursor: pointer;
}

.estado-item-fac
{
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 29px;
  color: rgba(10, 226, 96, 0.72);
}

.text-resaltado-item-fac
{
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 31px;

  color: rgba(0, 0, 0, 0.8);
}

.text-item-fac
{
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #818181;
}

.contenido-fac
{
  position: absolute;
  top: 0px;
  left: 72px;
  width: calc(100vw - 72px - 1px - 20px - 20px);
  height: calc(100vh - 72px - 20px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 73px;
  padding: 20px;
}

.docum
{
  background-color: #e7e7e7;
  border-radius: 10px;
}

.add-pdf
{
  padding-top: 50%;
  text-align: center;
  color: gray;
  font-weight: 500;
  cursor: pointer;
}

input[readonly] {
  background-color: #f0f0f0;
}
input[readonly]:focus {
  background-color: #f0f0f0;
}

.container
{
 height: 100%; 
}

.corte-index
{
  font-size: small;
  padding: 0px;
  line-height: normal;
}

#tabla_amortizacion tbody tr td, #tabla_amortizacion thead tr th
{
  text-align: right;
}

.contenidosaa
{
  display: none;
}

/*.contenidosab
{
  display: none;
} */

.contenidosab > .nombre
{
  display: none;
}

.contenidosab > .dni
{
  display: none;
}

.contenidosab > .elementosFinancieros
{
  padding: 20px 50px 0px 50px;
}

.nombre
{
  padding: 40px 50px 0px 50px;
  color: white;
  font-size: 35px;
  font-family: "Allerta";
}

.dni
{
  padding: 0px 50px 40px 50px;
  color: white;
  font-size: 15px;
  font-family: "Allerta";
  height: 70px;
}

.elementosFinancieros
{
  padding: 100px 50px 0px 50px;
  background: white;
}
.underline{margin-bottom: 5px;}
.upline{margin-top: 20px;}
.grisA{background-color: #ebebeb; font-family: "Allerta";}
.grisAD{background-color: #dddddd; font-family: "Allerta";}
.azulD{background-color: #0a303d; color: white;}
.goldD{background-color: #d6be6f; font-family: "Allerta";}
.divisor{border-left: solid 4px #fffefe;}

.goldGrid
{
  border: solid 1px #afb123;
  padding: 4px 16px;
  margin: 10px -12px;
}

.containerForPrint
{
  font-size: 12px;
  background: white;
}

@media print
{    
  .no-print, .no-print *
  {
      display: none !important;
  }
  body
  {
    padding-top: 0rem;
  }
  
  .contenidosaa
  {
    display: block;
    background:url(../img/interfaz.png) no-repeat;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important; 
    height: 500px;
    background-size: cover;
  }
  
  .contenidosab
  {
    display: block;
    background:url(../img/interfaz.png) no-repeat;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
    height: 550px;
    background-size: cover;
  }
  
  .contenidosab > .nombre
  {
    display: block;
  }

  .contenidosab > .dni
  {
    display: block;
  }

  .contenidosab > .elementosFinancieros
  {
    padding: 100px 50px 0px 50px;
  }
  
  .container
  {
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }
  
  .containerForPrint
  {
    padding: 0px 40px;
  }
  
}


.fCabin
{
  font-family: 'Allerta', sans-serif;
  font-family: 'Cabin Condensed', sans-serif;
}

.nav-link, .dropdown-item, .dropdown-toggle
{
  font-family: 'Cabin Condensed', sans-serif !important;
  
}
.dropdown.item:hover {
  color: #6c757d;
}

.nav-item {
  color: black;
}

.aclaration
{
  font-size: 12px;
  padding: 5px 10px 0px 10px;
  background: #ebebeb;
  margin: 5px 10px 0px 10px;
  border: solid 1px #ced4da;
  border-bottom: none !important;
  border-radius: 10px 10px 0px 0px;
}

.sectionTitle
{
  width: fit-content;
  background: #ffffff59;
  border-radius: 15px;
  padding: 0px 10px;
  box-shadow: 0px 10px 10px #858181;
}

.botonNaranja
{
  background-color: #c18e32;
  border: #FF9800;
}

.botonNaranja:hover
{
  background-color: #FF9800 !important;
  border-color: #FFC107 !important;
}


/* XS styling */
@media (max-width: 500px) {
  .container {
    max-width: inherit;
  }
}

/* SM styling */
@media (min-width: 500px) and (max-width: 767px) {
  .container {
    max-width: inherit;
  }
}

.fondoFormato
{
  background: white;
  padding:10px;
}

.containerCarColor {
  border: 1px solid #333;
  background-color: #cccdca;
}

.containerCar {
  border: 1px solid #333;
}

.borderedDiv {
  box-sizing: border-box;
  border-left: 1px solid #888;
}

.fs12px
{
  font-size: 12px;
}

.fs80px
{
  font-size: 80px;
}
.fs20px
{
  font-size: 20px;
}

.floatCricle
{
  position: absolute;
  top: 95px;
  left: calc(50% + 18px);
}
.floatCruz
{
    position: absolute;
    top: 1px;
    left: calc(50% + 40px);
}
.bordeX
{
  background-color:white;
  border-width: 0px;
}

.persongray
{
  color: #d3d3d3;
}

.circleGreen
{
  color: #a5eb53;
}
.cruzRed
{
  color: #f23333;
}
.posicionRetroceder
{
  position: absolute;
  top: 0px;
  left: -40px;
}

.vacio
{
  background-color:gray;
  color:white;
  padding: 3px;
}

.pendiente
{
  background-color:yellow;
  padding: 3px;
}

.rechazado
{
  background-color:red;
  color:white;
  padding: 3px;
}

.aceptado
{
  background-color:green;
  color:white;
  padding: 3px;
}

.rechazoCss
{
  display: block;
}

.estado-chip
{
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.2rem 0.85rem;
  line-height: 1.2;
}

.estado-error
{
  color: #b02a37;
  max-width: 320px;
  text-align: right;
}

#tablaExpedientes tbody tr td:nth-child(3)
{
  text-align:right;
}

#tablaExpedientes td:nth-child(2) {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selectorPais
{
  background-color: #c18e32 !important;
  color: white !important;
  border: none !important;
  width: 130px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  padding: 3px 10px;
}

.format-bg
{
  background: white;
  padding: 10px;
}

.nombre-cliente-azul
{
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

.superpos1
{
  position: absolute;
}

.superpos2
{
  position: absolute;
  opacity: 0.7;
}

.fc-event {
  display: flex;
  align-items: center;
  padding: 5px;
  background: #3788d8;
  color: white;
  margin-bottom: 5px;
  cursor: default;
}

.drag-handle {
  cursor: move; /* Cambia el cursor solo para el área del manejador */
}



 


/* generar-boletos */



.form-label{
  margin-bottom: .4rem;
  font-size: 14px;
}
/*
.modal {
  position: fixed;
  color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-dialog {
  width: 400px;
  max-width: 90%;
}

.modal-content {
  border-radius: 8px;
}

*/
.titulo{
  text-align: center;
  font-size: 1.3rem;
}





/* CLIENTES */

.heading {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 1rem;
 
 }
.box-shadow{
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}



.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-focus-shadow-rgb: 60, 153, 110; /* Keep the focus shadow */
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000db;
    --bs-btn-active-border-color: #000000e3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #b6b7b7eb;
    --bs-btn-disabled-border-color: #b6b7b7eb;
    transition: all 0.3s ease;
    overflow: hidden; /* For pseudo-element positioning */
    position: relative; /* For pseudo-element positioning */
}

.btn-primary:hover {
    color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2); /* White glow */
    background-color: #1a1a1a; /* Slightly darker background on hover */
    border-color: #1a1a1a; /* Slightly darker border on hover */
}

.btn-primary:before { /* "Shine" effect (subtle) */
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); /* Very subtle shine */
    transform: skewX(-25deg);
    transition: left 0.5s ease;
    z-index: 1;
}

.btn-primary:hover:before {
    left: 150%;
}

.btn-primary:active {
    background-color: #000000db; /* Original active background */
    border-color: #000000e3;
    transform: translateY(2px);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}

/* Optional: Add a subtle border transition */
.btn-primary {
    border: 1px solid #000; /* Or your preferred black border color */
    transition: border-color 0.3s ease; /* Smooth border color transition */
}

.btn-primary:disabled,
.btn-primary.disabled { /* For older Bootstrap versions */
    opacity: 0.65; /* Reduce opacity */
    cursor: not-allowed; /* Change cursor */
    background-color: #6c757d; /* Gray background */
    border-color: #6c757d; /* Gray border */
    box-shadow: none; /* Remove shadow */
}

/* Optional: Style the disabled state of the "shine" effect */
.btn-primary:disabled:before,
.btn-primary.disabled:before {
    background: none; /* Remove shine */
}

.btn-success {
     --bs-btn-color: #fff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000e3;
    --bs-btn-hover-border-color: #000000e3;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000db;
    --bs-btn-active-border-color: #000000e3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #b6b7b7eb;
    --bs-btn-disabled-border-color: #b6b7b7eb;
}

.copy-icon,
.bell-icon {
  cursor:pointer;
  color:  white;
}

.copy-icon:hover,
.bell-icon:hover{
  color: #D9D9D9;
  border-color: #D9D9D9;
}

.bell-icon {
  border-radius: 50%;
  border: 1px solid white;
}

.pagination{
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #343a40;;
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: #343a40;
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: #343a40;
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0.1rem 0.25rem #52de2d7d;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #343a40;;
  --bs-pagination-active-border-color: #343a40;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
} 


.tree-node {
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  position: relative;
}

/* Style for node headers */
.node-header {
  border-radius: 4px;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

/* Hover effect just for the node header, not children */
.node-header:hover {
  background-color: #e9ecef !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transform: translateY(-1px);
}

/* Style for when a node is being dragged */
.tree-node.dragging > .node-header {
  opacity: 0.5;
  background-color: #f8f9fa !important;
}

/* Style for highlighting valid drop targets */
.node-header.drag-over {
  background-color: #cfe2ff !important;
  border: 2px dashed #0d6efd;
}

/* More visible drop indicator */
.node-header.drag-over::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #0d6efd;
  z-index: 1;
}

/* Indicators for drop position */
.node-header.drag-over[data-position="before"]::before {
  top: -1px;
}

.node-header.drag-over[data-position="after"]::before {
  bottom: -1px;
}

/* Animation for node actions */
.node-actions button {
  transition: transform 0.15s ease;
}

.node-actions button:hover {
  transform: scale(1.1);
}

/* Make child nodes visually distinct */
.child-nodes {
  border-left: 1px dashed #dee2e6;
  padding-left: 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.child-nodes.collapsed {
  max-height: 0;
  opacity: 0;
  margin-top: 0 !important;
}

/* Add transition to the chevron icon rotation */
.collapse-toggle-icon {
  transition: transform 0.3s ease;
}

.collapse-toggle-icon.down {
  transform: rotate(0deg);
}

.collapse-toggle-icon.up {
  transform: rotate(180deg);
}

/* Add hover effect to the collapse toggle */
.collapse-toggle {
  cursor: pointer;
  opacity: 0.7;
}

.collapse-toggle:hover {
  opacity: 1;
}


/* EDITOR STYLES */

/* MODAL PARA CAROUSEL */



