﻿.info-modal {
    color: var(--app-secondary);
}

.info-text {
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.modal-container-fluid {
    top: 25%;
    position: fixed;
}

.confirm-modal {
    color: var(--app-secondary);
    background-color: white;
}

    .confirm-modal > .modal-dialog > .modal-content > .modal-body {
        color: var(--text-color-primary);
    }
