.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-main-container{
    margin-top: 80px;
}

.card-bg{
    background-color: #f8f9fa !important;
}

.text-primary{
    color: var(--portalThemeColor1) !important;
}
