/* NFA Tools Login Redirect Modal */
.ca-login-modal-wrapper .modal-inner-wrap {
    max-width: 580px;
    border-radius: 0;
    overflow: hidden;
}

.ca-login-modal-wrapper .modal-header {
    padding: 0;
    min-height: 0;
}

.ca-login-modal-wrapper .modal-header .action-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
}

.ca-login-modal-wrapper .modal-content {
    padding: 0;
}

.ca-login-modal-body {
    display: flex;
    flex-direction: column;
    padding: 32px 28px 28px;
}

.ca-login-modal-heading {
    font-size: 1.35rem;
    font-weight: 800;
    margin: 0 0 16px 0;
    letter-spacing: -.25px;
    color: #1a1a1a;
}

.ca-login-modal-text {
    color: #718096;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 12px 0;
}

.ca-login-modal-text:last-of-type {
    margin-bottom: 24px;
}

.ca-login-modal-actions {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex-wrap: wrap;
}

.ca-login-modal-btn-profile,
.ca-login-modal-btn-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 0;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
    box-sizing: border-box;
    white-space: nowrap;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}

.ca-login-modal-btn-profile {
    border: 2px solid #087a10;
    background: #087a10;
    color: #fff !important;
    text-decoration: none !important;
}

.ca-login-modal-btn-profile:hover,
.ca-login-modal-btn-profile:focus {
    background: #066b0d;
    border-color: #066b0d;
    color: #fff !important;
    text-decoration: none !important;
}

.ca-login-modal-btn-close {
    border: 2px solid #1a1a1a;
    background: transparent;
    color: #1a1a1a;
}

.ca-login-modal-btn-close:hover,
.ca-login-modal-btn-close:focus {
    background: #f7fafc;
}
