.cardTitle {
    font-size: 1rem;
    font-weight: 500;
}

.downloadBtn {
    bottom: 0;
    right: 0;
    position: absolute;
    margin: 16px;
}

.spinnerParent {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
}


.tip-danger {
    background-color: rgba(255, 152, 0, 0.133) !important;
    color: #FF9800;
    margin: 16px;
    display: flex;
    padding: 8px;
    border-radius: 4px;
    align-items: center;
    max-width: 600px;
    margin-bottom: 8px;
}

.tip-danger>* {
    margin: 8px;
}