.card{
    border-radius: 0.70rem !important;
    padding: 18px;
    box-shadow: 0 4px 8px -3px #b6c1de;
}
.container{
    position: relative;
}

.table td , .table th{
    padding:20px
}
.table{
    margin-top: 35px;
    margin-bottom:35px;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
    --bs-table-striped-bg: #e5f2f7;
 }