﻿.info-modal {
    color: #192D4E;
}

.info-text {
    cursor: pointer;
    text-decoration: none;
    color: white;
    text-align: center !important;
}

.modal-container-fluid {
    top: 25%;
    position: fixed;
}

.confirm-modal {
    color: #192D4E;
    background-color: white;
}

    .confirm-modal > .modal-dialog > .modal-content > .modal-body {
        color: #192D4E;
        text-align: center !important;
    }
