@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 26px;
}

p {
}

h1 {
    font-size: 32px;
    font-weight: 700;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.navbar-toggler {
    margin-right: 1rem;
}

.sidebar {
    width: 215px;
    height: 100%;
    max-height: 100%;
}

    .sidebar ul {
        list-style-type: none;
        padding: 8px;
        margin: 0;
        line-height: 20px;
        font-size: 13px;
        color: rgb(65, 69, 82);
    }

    .sidebar li {
        padding-bottom: 8px;
    }

    .sidebar a {
        text-decoration: none;
        color: rgb(65, 69, 82);
        width: 100%;
        display: inline-block;
    }

        .sidebar a:hover {
            font-weight: 600;
        }

    .sidebar label {
        font-weight: 600;
    }

.sidebar-section {
    margin-top: 10px;
    border-bottom: 1px solid #dcdcdc;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

@media (max-width: 500px) {
    .sidebar.expand {
        text-align: center;
        width: 100% !important;
        height: 100% !important;
    }

    .feature-images .flex-column{
        align-items: center;
        text-align: center;
    }
}

.code-toolbar {
    display: grid;
}

    .code-toolbar pre {
        margin: 0;
    }

.language-csharp pre {
    padding-left: 4px !important;
}

.feature-images img {
    border: solid 1px var(--bs-gray);
    border-radius: 0.4rem !important;
}

figcaption {
    font-weight: 600;
    font-size: 0.8em;
    text-align: center;
}

.title-container {
    background: url('/images/Home/background.svg');
    background-size: cover;
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
}

.content:has(.homepage) {
    padding: 0 !important;
}

#Home {
    font-size: 24px;
    min-width:100%;
}

    #Home h1 {
        font-size: 1.7em;
        line-height: initial;
    }

    #Home p:last-of-type {
        font-size: .8em;
    }

    #Home img {
        max-width: 300px;
    }

@media(min-width: 768px){
    #Home img {
        margin-right: unset !important;
    }

}

#Pricing {
    background-color: var(--bs-primary);
    color: white;
    padding-top: 20px;
}

h1, h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}


.homepage h1 {
    font-weight: 700;
    line-height: 24px;
    font-size: 24px;
}

.homepage h4 {
    font-weight: bold;
}

.pricing-title {
    line-height: 53px;
}

.special-skill-item h3, .homepage h4 {
    font-size: 1.1em !important;
}

.special-skill-item p, .feature-images p {
    font-size: .9em;
    color: var(--bs-secondary-color);
}


.article-container {
    line-height: 26px;
    font-size: 16px;
}

    .article-container p {
        line-height: 26px;
        color: rgb(50, 50, 50);
    }

    .article-container a {
        text-decoration: none;
        font-weight: 500;
    }

    .article-container li {
        margin-left: 22px;
    }

    .article-container h1 {
        font-size: 32px;
        font-weight: 700;
    }

    .article-container h2 {
        font-size: 1.6rem;
        padding-top: 20px;
    }

    .article-container h3 {
        font-size: 1.1rem;
    }

    .article-container img {
       
        margin-top: 20px;
        max-width: 100%;
    }

    .article-container figure {
        border: solid 1px var(--bs-gray);
        border-radius: 0.4rem !important;
    }

    .article-container figcaption {
        background-color: #f1f1f1;
        border-radius: 0 0 0.4rem 0.4rem;
    }

    .article-container .section {
        height: 20px;
    }

    .article-container mark {
        padding-left: 10px;
        padding-right: 10px;
    }