.card.card-login{
    background: #ffe0be40;
    border: 0;
    border-radius: 1.5rem;
}

fieldset.input-custom-verde{
    background: #fff;
    border-radius: 1rem;
    border: unset!important;
    border-color: unset!important;
}
.input-custom-verde legend {
    padding: 0px!important;
    margin-left: 0rem!important;
}

.card.bg-card-dashboard-datos,
.card.bg-card-dashboard{
    background: #FFF8EE;
}
.datosCompra{
    background-color: #FFF8EE!important;
}

.card.bg-card-dashboard-secundario {
    background-color: #ff8f042b;
}

.img-logo-dashboard {
    width: 4rem;
}

.menu-dashboard-container,
#carrito .card-header,
#detalle-checkout .card-header,
.datosCompra .card-header {
    background: linear-gradient(15deg, #001f6f -16.84%, #001b60 102.12%);
}
#adquiridos .card {
    box-shadow: unset!important;
    background: #fff6ed!important;
}

#detalle-checkout .card-body,
#carrito .card-footer,
#carrito .card-body {
    background: #ffedda
}


.table thead th {
    border-bottom: unset;
}

thead {
    background-color: #ffefdf;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffe2c4;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #ffefdf;
}
.dataTables_scrollHeadInner .table.table.table-striped.table-example.dataTable.no-footer{
    border-radius: 1rem 1rem 0 0;
}
table{ 
    border-radius: 0 0 1rem 1rem;
}
#chart-container {
    background: #fffaf4;
}
#chart-container::-webkit-scrollbar-thumb {
    background-color: #ff810b;
}

.node {
    background: #b4eaff!important;
    cursor: pointer!important;
}
