.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: Arial, sans-serif;
      margin: 0;
      background: #f9f9f9;
    }

    .container {
      display: flex;
      
    }

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

    .sidebar {
      width: 350px;
      background: #e7e7e7;
      padding: 20px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }

    .profile-container {
	padding-top: 20px; 
	padding-bottom: 20px;
    border-radius: 16px;
    padding: 10px;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 50px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
	padding-top: 20px; 
	padding-bottom: 20px;
}




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

    .menu button {
	  color: black;
	  font-size: 13px;
      display: block;
      background: none;
      border: none;
      text-align: left;
      padding: 10px 0;
      font-weight: bold;
	  font-size: 16px;
      width: 100%;
      cursor: pointer;
    }

    .menu .active {
      background: white;
      border-radius: 10px;
      padding-left: 10px;
    }

    .main {
      flex-grow: 1;
      padding: 20px;
      background: white;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
    }

    .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 {
      background: #f9f9f9;
      padding: 20px;
      margin-bottom: 20px;
      border-radius: 15px;
    }

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

    .inputs {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 10px;
      margin-top: 10px;
    }

    .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;
    }

    .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 {
      text-align: right;
      margin-top: 20px;
    }

    .totals p {
      margin: 5px 0;
    }

 	.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 {
		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;
    }

    .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;
}

button.detpdf-btn, a.detpdf-btn, .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-radius: 14px;
    border-width: 1px;
    padding: 5px;
    background-color: #fff;
    border-color: #e8e8e8; !important
}

.filtros {
    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;
}