﻿/* 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. */

/* Base typography */
html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
}

/* Branding */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

/* Forms */
.form-control:focus {
    border-color: #0077cc;
    box-shadow: 0 0 0 0.2rem #0077cc;
}

/* Buttons */
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-link.nav-link:focus {
    outline: black auto 1px;
}

/* Navigation */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-link {
    color: #495057 !important;
    border-radius: 0.375rem !important;
    margin-bottom: 0.25rem !important;
}

    .nav-link:hover {
        color: #0d6efd !important;
        background-color: rgba(13, 110, 253, 0.1) !important;
    }

    .nav-link.active {
        color: #0d6efd !important;
        background-color: #e7f1ff !important;
        border-left: 3px solid #0d6efd !important;
        font-weight: 500 !important;
    }

/* Layout */
.container {
    max-width: 960px;
}

.main-content {
    min-height: calc(100vh - 120px);
}

/* Sidebar (Merged clean version) */
.sidebar {
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0;
    overflow-y: auto;
}

.sidebar-sticky {
    position: sticky;
    top: 0;
    height: calc(100vh - 56px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Responsive */
@media (max-width: 767.98px) {
    .sidebar {
        display: none;
    }
}

/* Utility */
.pricing-header {
    max-width: 700px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Footer */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    line-height: 60px;
}
