
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #0a2741bd 0% 0% no-repeat padding-box;
}

.modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 0.5rem;
    border: 1px solid #888;
    width: 80%;
    max-width: 760px;

    border-radius: 1rem;
}

.close {
    color: #0e7fa6;
    float: right;
    font-size: 2.5rem;
    font-weight: bold;
    margin-right: 0.25rem;
    transform: translateY(-1rem);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding: 1rem;
    border-bottom: 2px solid #f2f4f6;
}

.modal-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    text-align: center;
    font-size: 1rem;
}

.modal-msg > * {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.modal-msg h1 {
    font-weight: 700;
    font-size: 2.2rem;
}

.modal-msg h2 {
    font-weight: 700;
    font-size: 1.5rem;
}

.modal-msg p {
    font-size: 500;
}

.modal-msg .obs {
    color: #6a86a0;
}

.link-action {
    font-weight: 700;
    text-decoration: none;
    color: #0a2741;

    padding: 0.5rem 1.5rem;

    background-color: #a5ec70;
    border-radius: 1rem;
}

lord-icon {
    width: 30%;
    height: 100%;
}