.profile-card {
    border: 1px solid #D1D9E0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    cursor: pointer;
}

.profile-card:hover {
    border: 1px solid #008CFF;
    cursor: pointer;
}

.doca-rounded-lg {
    border-radius: 1rem;
}

.doca-custom--icon--green {
    fill: #33991F !important;
}

.doca-wellcome-container {
    max-width: 600px;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.doca-text--semi-large {
    font-size: 1.125rem;
}

.doca-justify-self-center {
    justify-self: center !important;
}

.doca-text--super-small {
    font-size: 0.625rem;
    line-height: 0.625rem;
}
