﻿/* 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. */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/arial/arial.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



h1, h2 {
    font-family: 'Arial', sans-serif;
}

h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #113534;
}

body {
    font-family: 'Inter', sans-serif;
    color: #113534;
    background-color: #f2f2f2;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    margin-left: 30px;
    color: #143860;
}

.navbar-light .navbar-brand {
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #113534;
}

.navbar-brand {
    font-size: 2rem;
}

.hidden {
    display: none;
}

/* Provide sufficient contrast against white background */
a {
    color: #143860;
}


.btn-primary {
    background-color: #66dc83;
    color: #113534;
    border-color: #66dc83;
}

    .btn-primary:active,
    .btn-primary:hover,
    .btn-primary:disabled,
    .btn-primary:disabled:active {
        background-color: #53c56f !important;
        color: #113534 !important;
        border-color: #53c56f !important;
    }
    .btn-primary:focus,
    .btn-primary:focus-visible {
        background-color: #53c56f !important;
        color: #113534 !important;
        border-color: #53c56f !important;
        box-shadow: 0 0 0 0.25rem #adb5bd !important;
    }


    .form-control:focus,
    .form-select:focus{
        border-color: #dee2e6 !important;
        box-shadow: 0 0 0 0.25rem #adb5bd !important;
    }


.btn-danger {
    color: #fff !important;
    background-color: #862c31 !important;
    border: 1px solid #862c31 !important;
    transition: all 0.3s ease;
}

    .btn-danger:hover,
    .btn-danger:focus {
        background-color: #661d22 !important;
        border-color: #661d22 !important;
        color: #fff !important;
    }


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background: #1b1b1b;
}
