﻿/* 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: 'Manrope';
    src: url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/JetBrainsMono-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.ttf') format('truetype');
    font-weight: 700;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #005b9f;
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    font-size: 15px;
    line-height: 28px;
    line-height: 28px;
    font-weight: 500;
}

@media (min-width: 768px) {
    html, body {
        font-size: 15px;
    }
}

.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%;
}

/* doc custom style */

html, body {
    /*height: 100%;*/
}

.main-shadow {
    -moz-box-shadow: 0 .125rem 0.75rem rgba(0,0,0,.075) !important;
    -webkit-box-shadow: 0 .125rem 0.75rem rgba(0,0,0,.075) !important;
    box-shadow: 0 .125rem 0.75rem rgba(0,0,0,.075) !important;
}

.highlight-color {
    color: #005B9F;
}

.margin-for-nav {
    margin-top: 100px;
}

.padding-for-nav {
    margin-top: 100px;
}

.banner-margin {
    margin-top: 20rem;
}

.banner-header {
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
}

.font-size-1-1 {
    font-size: 1.1rem;
}

.font-size-1-2 {
    font-size: 1.2rem;
}

.font-size-1-3 {
    font-size: 1.3rem;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-frozen-white {
    background-color: rgba(255, 255, 255, .75);
    backdrop-filter: blur(3px);
}

.bg-frozen-white-xl {
    background-color: rgba(255, 255, 255, .65);
    backdrop-filter: blur(8px);
}

.tip dl, .tip ol, .tip ul {
    margin-top: 15px;
    margin-bottom: 0;
}

.select-docs {
    opacity: 0.7;
}

/* starts custom livecharts hljs style */
pre {
    font-size: 0.85rem;
    border-radius: 0.5rem !important;
    /*-moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
            -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);*/
    margin: 2rem 0rem;
}

    pre code {
        font-family: 'JetBrains Mono', monospace;
    }

code {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 400;
    font-size: 0.95rem !important;
    color: #0277BD;
    line-height: 20px;
}

    code.hljs {
        color: #334155;
        font-weight: 500;
        background-color: #f8fafc;
        border: solid 2px #33415521;
        border-radius: 8px;
    }

        code.hljs.language-xml *:not(.lvc-obj):not(.lvc-obj *) {
            opacity: 0.7;
        }

mark {
    background-color: #fde68a;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.form-floating {
    margin-bottom: 1rem;
}

    .form-floating > label {
        top: -5px;
    }

    .form-floating > .form-control,
    .form-floating > .form-select {
        border: none;
        background-color: #fafafa;
    }

.form-control:focus {
    box-shadow: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1C1F23;
    border-color: #1C1F23;
}

.nav-link {
    color: #909090;
}

    .nav-link:focus, .nav-link:hover {
        color: #404040;
    }

.nav-pad {
    padding-top: 80px;
}

.scroll-y {
    overflow-y: auto;
}

.line-height-compact {
    display: inline-block;
    line-height: 18px;
}

.icon {
    fill: #404040;
}

.icon-md {
    height: 35px;
}

.h-lg-100 {
    height: unset;
}

.bg-light-2 {
    background-color: #f5f5f5;
}

.shake {
    animation: shake 0.5s;
}

.dropdown-menu {
    border: none;
    -moz-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}


@media (min-width: 992px) {
    .invoice {
        max-width: 620px;
        margin: 15px auto;
    }

    .h-lg-100 {
        height: 100%;
    }
}
