/* 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;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.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 {
    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 by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Section styles
-------------------------------------------------- */
section {
    padding: 60px 0;
}

.section-bg {
    /*background-color: #243a5e;*/
    background-color: #02646c;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #3498db;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
        # Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 30px;
    border-radius: 6px;
    background: #fff;
    transition: ease-in-out 0.3s;
}

.services .icon-box i {
    float: left;
    color: #3498db;
    font-size: 40px;
}

.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .icon-box h4 a {
    color: #384046;
    transition: 0.3s;
}

.services .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

.services .icon-box:hover {
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.services .icon-box:hover h4 a {
    color: #3498db;
}

/* Pricing styles
-------------------------------------------------- */
.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* Hover Effects on Card */
@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}

/* Onboarding Progress */
.full-size {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}


.onboarding-form-container {
    padding: 44px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 55%);
    border: 1px solid rgba(0, 0, 0, .4);
    margin: 0 auto;
    max-width: 550px;
    min-width: 320px;
    width: calc(100% - 40px);
}

.progress {
    height: 30px;
    border-radius: .25rem;
    width: 100%;
}

progress[value]::-webkit-progress-bar {
    background-color: #ededed;
    border-radius: .25rem;
}

progress[value]::-webkit-progress-value {
    border-radius: .25rem;
    background-color: #51a852;
}

.policy-text {
    /*white-space: pre-line;*/
    font-weight: 400;
}

/* from layout.cshtml*/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #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;
}

.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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

#ftr .mid .ftr-nav {
    float: none;
}

#ftr .rhs .ftr-nav, #ftr .mid .ftr-nav {
    float: right;
    clear: both;
}

#ftr .mid ul {
    position: relative;
    top: 15px;
    right: 40px;
    float: none;
    width: 330px;
    margin: 0 auto;
    padding: 0 !important;
}

#ftr .rhs ul, #ftr .mid ul {
    float: right;
    margin-top: 4px;
}

#ftr .rhs ul, #ftr .rhs ul li, #ftr .mid ul, #ftr .mid ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ftr .ftr-top {
    line-height: 60px;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    background-color: #1d555f;
}

#ftr a {
    color: #fff;
}

#ftr {
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    padding: 20px 0 20px;
    color: #fff;
    background-color: #02646c;
}

#ftr .lhs ul.social {
    margin-top: 21px;
}

ul.reset, ul.reset li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.social li:first-child {
    margin-left: 0;
    margin-right: 5px;
}

ul.social.inline li {
    float: left;
}

ul.social li {
    margin: 0 5px;
    font-size: large;
}

ul.reset, ul.reset li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

#ftr .rhs .ftr-logo {
    margin-bottom: 15px;
}

#ftr-nav > li > a {
    color: #fff;
}

/*end layout.cshtml.css*/