﻿@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter-v13-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/inter-v13-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, body {
    font-family: 'Inter' !important;
}

h1 {
    font-size: 32px;
    font-weight: 600;
}

p {
    font-size: 16px;
}

.welcome-page .logo {
    width: 64px;
}

.icon-banner {
    width: 64px;
}

.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }

.validation-summary-valid ul li:empty {
    display: none;
}

.nav-item a.nav-link {
    margin-top: 1px;
}

/* ------------ GLOBAL BOOTSTRAP ADJUSTMENTS ---------------- */
.modal {
    display: block !important;
}

.btn-primary {
    background-color: #3d509e !important;
    border: none !important;
}

    .btn-primary:hover {
        background-color: #293567 !important;
        border: none !important;
    }

.alert {
    background-color: transparent !important;
    color: #FE2B1C;
    padding: 0.75rem 0;
}

    .alert ul {
        margin: 0;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #3d509e !important;
    color: white !important;
}

.nav-link {
    color: #3d509e;
}

    .nav-link:focus, .nav-link:hover {
        color: #293567;
    }

/* ------------ LOGIN ---------------- */
.login_page {
    display: flex;
}

.login_left_container {
    flex: 1;
    justify-content: center;
    display: flex;
}

    .login_left_container img {
        width: 350px;
        padding: 20px;
    }

.login_right_container {
    flex: 1;
}

.btn_login {
    width: 100%;
}

.login_p_right {
    /*    margin-left: 415px;
*/ margin-top: -40px;
    text-align: right;
}

.check_remember {
    width: fit-content;
    cursor: pointer;
}

    .check_remember input {
        cursor: pointer;
    }

/* ------------ CREATE A NEW USER ---------------- */
.success_msg {
    text-align: center;
    color: green;
    padding: 10px;
}

.form-floating {
    padding-bottom: 10px;
}

/* ------------ SHOW ALL USERS TABLE ---------------- */

.users_table tr:nth-child(even) {
    background-color: lightgray;
}

@media(max-width:1100px) {
    .login_page {
        flex-direction: column;
    }
}
