.card {
    border-radius: 7px;
    border: 1px solid blue !important;
}

.card-header {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.icon-group {
    display: flex;
    justify-content: flex-start;
    align-items: end;
}
.item {
    color:#a0a3bd;
}
.item-value {
    color: #192c78;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.link-button {
    align-content: center;
    height: 40px;
    width: 200px;
}
.logo {
    height: 60px;
    width: 100px;
    object-fit: contain;
}