﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


    body {
        font-family: "Mulish", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        /*line-height: 1.6;*/
        /*color: var(--freedom-dark);*/
        background-color: #fff;
        /*padding-bottom: 30px;*/ /* or height of the footer */
    }

    #confirmation-modal, .custom-modal, #ircModal, #resModal, #OTCModal, #OTCModal2025 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 99998 !important;
    }

    #confirmation-modal .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        z-index: 99999 !important;
    }

    #confirmation-modal .modal-content small {
        padding: 0;
    }

    #confirmation-modal .primary {
        color: #0055a5 !important;
    }

    #confirmation-modal .secondary {
        color: #ee1c25 !important;
    }

    #confirmation-modal .modal-footer button.btn-primary {
        background-color: #0055a5 !important;
        background-color: rgba(0,84,164,1) !important;
    }

    .text-info {
        color: rgb(0,75,190) !important;
        font-weight: normal;
    }

    .navbar {
        background: white;
       /* padding: 1rem 0;*/
       /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        border-bottom: 1px solid #e9ecef;*/
    }

    a.darkblue {
        color: rgb(0,75,190) !important; /* Darker blue for better contrast */
        font-size: 12pt;
        font-weight: 400;
    }

    a.darkblue:hover {
        color: rgb(0,60,160) !important; /* Darker blue for hover */
    }

    a:focus {
        outline: 2px solid rgb(0, 60, 160);
        outline-offset: 2px;
    }

    a:focus-visible {
        outline: 3px solid rgb(0, 60, 160);
        outline-offset: 2px;
    }


    footer .copyright {
        display: inline !important;
    }

    @media (max-width: 768px) {
        footer .copyright {
            display: block !important;
        }
    }

/*    
    -- FRH 
    a {
        color: rgb(0, 102, 204);
        background-color: transparent;
        text-decoration: none;
    }
    
    -- OPT 
    a {
        color: rgb(0,75,190) !important;
        font-size: 12pt;
        font-weight: 400;
    }

    a:visited {
        color: rgb(85, 26, 139);
    }

    a:hover, a:focus, a:active {
        color: rgb(255, 69, 0);
        text-decoration: underline;
    }

    a:focus {
        outline: 2px solid rgb(0, 60, 160);
        outline-offset: 2px;
    }

    a:focus-visible {
        outline: 3px solid rgb(0, 60, 160);
        outline-offset: 2px;
    }


*/