﻿.card {
    box-shadow: 0px 2px 2px 0px rgb(19 62 185 / 18%) !important;
    background-color: #e8f1f9 !important;
}

.card-header {
    background-color: aliceblue !important;
    padding: 1rem !important;
    border-bottom: solid 1px #fff !important;
}

.card-body {
    padding: 1.5rem !important;
}
