﻿@import url(/lib/fapro5/css/all.min.css);
@import url(../css/size.css);
@import url(../css/skeleton.css);

/* 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;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    background-color: #fdfdfd;
}

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

.v-align-middle {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.m-0-auto {
    margin: 0 auto;
}

.text-c-black {
    color: black;
}

.text-d-none {
    text-decoration: none;
}

span.custom-link {
    color: #0366d6;
}

    span.custom-link:hover {
        text-decoration: underline;
    }

.pricing-box {
    padding: 35px 50px;
    position: relative;
}

    .pricing-box .plan {
        font-size: 34px;
    }

.pricing-badge {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

    .pricing-badge .badge {
        float: right;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: -67px;
        top: 17px;
        position: relative;
        text-align: center;
        width: 200px;
        font-size: 13px;
        margin: 0;
        padding: 7px 10px;
        font-weight: 500;
        font-weight: bold;
    }


.download-options {
    border-radius: 3px;
    border: 1px solid #E0E0E0;
    position: absolute;
    background-color: white;
    opacity: 1;
    overflow: hidden;
    z-index: 2;
}

    .download-options tr td {
        padding: .75rem;
        cursor: pointer;
    }

    .download-options tr:hover {
        background-color: #F0F0F0;
    }


.cursor-pointer {
    cursor: pointer;
}



.demo {
    background: #f8f8f8;
}

.testimonial {
    margin: 0 20px 40px;
}

    .testimonial .testimonial-content {
        padding: 35px 25px 35px 50px;
        margin-bottom: 35px;
        background: #fff;
        border: 1px solid #f0f0f0;
        position: relative;
        height: 300px;
        vertical-align: middle;
    }

        .testimonial .testimonial-content:after {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #fff;
            position: absolute;
            bottom: -10px;
            left: 22px;
            border-right: 1px solid #f0f0f0;
            border-bottom: 1px solid #f0f0f0;
            transform: rotate(45deg);
        }

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #ffc107;
    text-align: center;
    font-size: 22px;
    color: #000;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

    .testimonial-content .testimonial-icon:before {
        content: "";
        border-bottom: 16px solid #e1aa06;
        border-left: 18px solid transparent;
        position: absolute;
        top: -16px;
        left: 1px;
    }

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    /*color: #8a8a8a;*/
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    /* color: #525252;*/
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    /*color: #ffc107;
    */
}

.owl-theme .owl-controls {
    /*margin-top: 20px;*/
}

    .owl-theme .owl-controls .owl-page span {
        background: #ccc;
        opacity: 1;
        transition: all 0.4s ease 0s;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #ffc107;
    }

#survey-modal {
    padding-right: 0px !important;
}

    #survey-modal .modal-dialog {
        margin: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
    }

    #survey-modal .modal-content {
        border: unset;
        border-radius: 0;
        height: 100%;
    }


.border-none {
    border: none;
}

#survey-modal .modal-body {
    height: 100%;
}

#questions {
    height: 100%;
}

#survey-modal .justify-center {
    justify-content: center !important;
}

#survey-modal .question {
    display: none;
}

    #survey-modal .question.active {
        display: unset;
    }

.question-answer-option {
    padding: 20px 0px 20px 0px;
    font-size: 18px;
}

.form-check-input,
.form-check-label {
    cursor: pointer;
}

#survey-modal .modal-footer button {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
}


.question-bar{
    padding-right:5px;
    padding-left: 0px;
}

    .question-bar:last-child{
        padding-right: 0px;
    }

.question-bar-body {
    height: 6px;
    width: 100%;
    border-radius: 5px;
    background-color: #acd1f7;
}

    .question-bar-body.active {
        background-color: #1b6ec2;
    }

@media (min-width: 992px) {
    .h-lg-100 {
        height: 100% !important;
    }
}