.frnk-success {
    background: #d4edda;
    padding: 10px;
    border: 1px solid #c3e6cb;
    margin-bottom: 15px;
}


.listprod {
	padding: 5px;
    max-width: 300px;
    max-height: 300px;
    background-color: white;
    border-radius: 14px;
}


    body {
      font-family: 'Poppins', sans-serif;
	  letter-spacing: normal;
      margin: 0;
      background: #f9f9f9;
    }

    .container {
      display: flex;
      
    }

.header-1 {
	border-bottom: 1px solid #e6e6e6;
    padding: 20px 30px 20px 30px;
    background: white;
    height: 90px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.profile-avatar {
    height: 40px;
}

.titulologin {
    font-size: 16px;
    font-weight: 400;
    margin-top: 05px;
    text-align: center;
    color: #adadad;
    margin-bottom: 55px;
}

nav.menu {
	padding-top: 58px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

    .sidebar {
      width: 350px;
      background: #03012d;
      padding: 0px;
    }

aside.sidebar {
	padding-top: 20px;
    display: flex;
	flex-direction: column;
    width: 20%;
}

.menu-footer {
  margin-top: auto;       /* empuja el footer al final */
  padding: 12px;
  font-size: 12px;
  text-align: center;
  color: #777;
  border-top: 1px solid #ddd;
}

.containeracction {
    margin-top: 25px;
    display: flex;
    
    justify-content: space-between;
}

button#toggleSidebar {
    color: #03012d;
    background-color: #03012d17;
}
    .profile-container {
	color: white;
    display: flex;
    flex-direction: row;
	gap: 10px;
}

    .avatar {
      width: 40px;
      height: 40px;
      background: #ccc;
      border-radius: 50%;
      margin-right: 10px;
    }

strong.username_hader {
    font-weight: 600;
    font-size: 16px;
}

    .menu button {
	  letter-spacing: 0.3px;
	  color: white;
      display: block;
      background: none;
      border: none;
      text-align: left;
      padding: 14px 0;
      font-weight: bold;
	  font-size: 16px;
      width: 100%;
      cursor: pointer;
	  padding-left: 35px;
    }

    .menu .active {
      background: #4a45c42b;
      border-radius: 0px;
      
    }

    .main {
      flex-grow: 1;
      background: white;
    }

	.main-seccion {
	  background: #f9f9f9;
      padding: 20px 20px 20px 30px;
    }

.Logoheader {
    padding-left: 26px;
}

    .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      /*border-bottom: 2px solid #eee;*/
      padding-bottom: 10px;
      margin-bottom: 20px;
    }

    .rate {
      background: #efefef;
      padding: 5px 15px;
      border-radius: 20px;
      font-weight: bold;
    }

    .section {
	  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      background: white;
      padding: 20px;
      margin-bottom: 20px;
      border-radius: 15px;
    }

    .section h2 {
		margin-top: 10px;
		margin-bottom: 30px;
		font-size: 18px;
		margin-top: 0;
		font-size: 18px;
    }

    .inputs {
    max-width: 900px;
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

    .inputs input,
    .inputs select {
	  font-size: 14px;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 8px;
    }

    .product-controls {
      gap: 20px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    }

    .product-controls button {
      color: white;
    border: none;
    border-radius: 10px;
    background: #03012d;
    font-weight: bold;
    cursor: pointer;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 10px;
    }

    th,
    td {
      padding: 10px;
      text-align: left;
      border-bottom: 1px solid #ddd;
    }

    .circle {
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin: 0 3px;
    }


	button.ver-items-btn {
    text-decoration: underline;
    font-weight: 500;
    background-color: transparent;
    color: #33589a;
    letter-spacing: 0em;
}

    .circle.green {
      background-color: limegreen;
    }

    .circle.red {
      background-color: red;
    }

    .discount {
	  font-size: 14px;
      display: flex;
      gap: 10px;
      margin-top: 10px;
    }

    .discount button {
		background-color: #03012d;
      padding: 8px 15px;
      border-radius: 10px;
      font-weight: bold;
      border: none;
    }

    .discount button:disabled {
      background: #ddd;
      color: #999;
    }

    .totals {
	  max-width: 400px; /* opcional */
	  margin: 0 auto;
	}

.form-group {
    padding-left: 5px;
    font-size: 14px;
    padding-top: 12px;
}

.totale {
  display: flex;
  justify-content: space-between; /* separa izquierda y derecha */
  margin: 5px 0;
  font-size: 16px;
}

.totale .value {
  font-weight: bold; /* montos en negrita */
}


 	.ctn {
	margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}


    .section-title {
      display: flex;
      align-items: center;
      font-weight: bold;
      margin-bottom: 30px;
	 font-size: 20px;
	  margin-top: 10px;
    }

  

    .cuotas-select {
      padding: 8px;
      border-radius: 8px;
      border: 1px solid #ccc;
      color: #999;
      background: #f9f9f9;
      margin-bottom: 20px;
    }

    .cuotas-container {
      display: flex;
      gap: 20px;
    }

    .cuota-box {
      background: white;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 15px 20px;
      font-weight: bold;
      flex: 1;
      text-align: center;
    }

    .inputs-grid {
	  height: 50px;
	  font-size: 14px;
      display: flex;
      gap: 10px;
      margin-bottom: 15px;
    }

    .inputs-grid input,
    .inputs-grid select {
      flex: 1;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 8px;
    }

    .add-button {
      padding: 8px 15px;
      border-radius: 10px;
      font-weight: bold;
      cursor: pointer;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 15px;
    }

    th,
    td {
      text-align: left;
      padding: 10px;
      border-bottom: 1px solid #ddd;
      font-size: 14px;
    }

    .circle {
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      margin: 0 4px;
    }

    .green {
      background-color: limegreen;
    }

    .red {
      background-color: red;
    }

    .bottom-flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 20px;
      flex-wrap: wrap;
      gap: 20px;
    }

    .textarea-box {
      flex: 1;
    }

	span#totalUSD {
		border-radius: 16px;
		padding: 10px;
		background-color: #e7e7e785;
		font-weight: bold;
	}

    .textarea-box textarea {
		font-size: 14px;
		margin-top: 10px;
      width: 100%;
      border-radius: 12px;
      border: 1px solid #ccc;
      padding: 10px;
      min-height: 80px;
      resize: none;
    }

    .upload-box {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .upload-box input[type="file"] {
		font-size: 14px;
		background-color: white;
      border: 1px solid #ccc;
      padding: 8px;
      border-radius: 10px;
    }

    .upload-label {
      font-weight: bold;
    }

select#metodo-pago, input#monto-pago, input#referencia-pago {
    background-color: white;
}

button.add-button {
    background-color: #03012d;
}

.ver-detalles-btn {
    font-weight: bold;
    padding: 10px;
    color: white;
    font-size: 12px;
    font-family: 'Poppins';
    border-radius: 50px;
    background-color: #03012d;
}

input#filtroDesde, input#filtroHasta, select#filtroModalidad {
	border-style: solid;
    border-radius: 14px;
    border-width: 1px;
    padding: 5px;
    background-color: #fff;
    border-color: #e8e8e8; !important
}

.filtros {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 20px;
    background: white;
    margin-bottom: 40px;
    border-radius: 16px;
    gap: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

select#cuotas_select {
    padding: 10px;
    background-color: white;
}

input#producto-buscar-input {
    padding: 10px;
}

select#filtroUsuario {
    background-color: #fff;
    padding: 5px;
}

.filtrovendor {
    display: flex;
    flex-direction: column;
}

button.detpdf-btn {
    padding: 0;
    font-weight: 400;
    background: none;
    color: black;
}

button.detpdf-btn:hover {
    color: red; /* ← cambia esto por el color que quieras */
}

/* ICONOS MENU*/
i.fi.fi-sr-shopping-cart, i.fi.fi-sr-rectangle-list, i.fi.fi-sr-usd-circle, i.fi.fi-sr-receipt,
i.fi.fi-sr-add, i.fi.fi-sr-chart-pie-alt, i.fi.fi-sr-credit-card, i.fi.fi-sr-badge-percent {
    color: #ffffff85;
    margin-right: 8px;
	font-size: 20px;
}

/*ICONOS HEADER*/

i.fi.fi-rr-shopping-cart, i.fi.fi-rr-rectangle-list, i.fi.fi-rr-usd-circle, i.fi.fi-rr-receipt,
i.fi.fi-rr-add, i.fi.fi-rr-chart-pie-alt, i.fi.fi-rr-badge-percent, i.fi.fi-rr-credit-card {
	font-size: 25px;
    margin-right: 8px;
}

i.fi.fi-rr-angle-small-right {
    color: #57575780;
    font-size: 17px;
}

/*CARD DE PAGOS EN VENTA*/

.lista-pagos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.card-pago {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}

.card-pago:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.card-info strong {
  font-size: 14px;
  color: #111;
}

.card-info small {
  color: #666;
  font-size: 13px;
}

.btn-eliminar-pago {
  background: #ffebeb;
  color: #e02424;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  padding: 6px 10px;
  transition: 0.2s;
}

.btn-eliminar-pago:hover {
  background: #ffe0e0;
}

.factura-card:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

