/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.form-control:focus {
    border-color: #0077cc;
    box-shadow: 0 0 0 0.2rem #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-link.nav-link:focus {
    outline: black auto 1px;
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.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;
}

html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.main-container {
    display: flex;
    flex: 1;
    align-items: center;
}

.main-content {
    flex: 1;
}

.main-content-row {
    @media (min-width: 768px) {
        /*margin-top: 15%;*/
    }
}

@media (min-width: 768px) {
    .rounded-md-2 {
        border-radius: 0.25rem;
    }
}

.footer {
    color: white;
    background-color: black;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 60px;
    text-align: center;
    margin-top: auto;

    .footer-links {
        display: flex;
        justify-content: center;
        column-gap: 2rem;
        row-gap: 0.25rem;

        li {
            display: inline-block;

            a {
                color: white;
                text-decoration: none;
            }
        }

        @media screen and (max-width: 768px) {
            flex-wrap: wrap;
        }
    }

    .footer-static-text {
        text-wrap: auto;
        color: white;
        text-align: center;
    }
}

.logo {
    max-width: 100%;
    /*height: 120px;*/
    padding-bottom: 1rem;
}

.f1 {
    font-size: 1.25rem;
}

.mh320 {
    max-height: 320px;
}

.flexRow {
    display: flex;
    flex-direction: row;
}

.validation-summary-errors ul {
    list-style: none !important;
    margin-left: -30px;
    margin-top: 10px;
}

.validation-summary-valid ul {
    display: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

.count-span {
    font-size: small;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.down-1px {
    position: relative;
    top: 1px;
}