﻿body::before {
    /*display: block;
    content: '';
    height: 60px;*/
}

.navbar-logo {
    max-height: 60px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 5px 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;
    }

#hero {
    width: 100%;
    height: 65vh;
    background: url("../../Content/Images/top_logo_clean_dark.jpg") top center;
    background-size: cover;
    position: relative;
}

@media (min-width: 768px) {
    #hero {
        height: 40vh;
    }
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #0197ce;
    color: #fff;
    text-decoration: none;
}

    #hero .btn-get-started:hover {
        background: #0197ce;
    }


@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

.img-credits-small {
    max-height: 50px;
    width: auto;
    height: auto;
}


.main-menu-rounded {
    width: 320px;
    height: 320px;
    border-radius: 15px;
    border: none;
}


.location-rounded {
    width: 450px;
    border-radius: 15px;
    border: none;
}
/*.main-menu-hover:hover {
    box-shadow: 5px 6px 6px 2px #e9ecef;
    transform: scale(1.1)
}*/



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: url("../../Content/Images/top_logo_clean.jpg") center center no-repeat;
    color: #fff;
    font-size: 14px;
    position: relative;
}

    #footer::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #F5F5F5;
        z-index: 1;
    }

    #footer .footer-top {
        position: relative;
        z-index: 2;
        text-align: center;
        padding: 80px 0;
    }

        #footer .footer-top h3 {
            font-size: 36px;
            font-weight: 700;
            color: #fff;
            position: relative;
            font-family: "Poppins", sans-serif;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        #footer .footer-top p {
            font-size: 15;
            font-style: italic;
            margin: 30px 0 0 0;
            padding: 0;
        }

        #footer .footer-top .footer-newsletter {
            text-align: center;
            font-size: 15px;
            margin-top: 30px;
        }

            #footer .footer-top .footer-newsletter form {
                background: #fff;
                padding: 6px 10px;
                position: relative;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
                text-align: left;
            }

                #footer .footer-top .footer-newsletter form input[type="email"] {
                    border: 0;
                    padding: 4px 8px;
                    width: calc(100% - 100px);
                }

                #footer .footer-top .footer-newsletter form input[type="submit"] {
                    position: absolute;
                    top: 0;
                    right: -1px;
                    bottom: 0;
                    border: 0;
                    background: none;
                    font-size: 16px;
                    padding: 0 20px;
                    background: #0197ce;
                    color: #fff;
                    transition: 0.3s;
                    border-radius: 50px;
                    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
                }

                    #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
                        background: #117296;
                    }

        #footer .footer-top .social-links {
            margin-top: 30px;
        }

            #footer .footer-top .social-links a {
                font-size: 18px;
                display: inline-block;
                background: #0197ce;
                color: #fff;
                line-height: 1;
                padding: 8px 0;
                margin-right: 4px;
                border-radius: 50%;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
            }

                #footer .footer-top .social-links a:hover {
                    background: #117296;
                    color: #fff;
                    text-decoration: none;
                }

    #footer .footer-bottom {
        border-top: 1px solid #e0e0e0;
        z-index: 2;
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
        color: #000 !important;
    }

    #footer .copyright {
        text-align: center;
        float: left;
    }

    #footer .footer-bottom a {
        color: #000 !important;
    }

    #footer .credits {
        float: right;
        text-align: center;
        font-size: 13px;
    }

    #footer .img-credits {
        text-align: center;
        height: 72px;
    }









.navbar-signup {
    max-width: 400px;
}

a {
    text-decoration: none !important;
}

.invalid-feedback {
    font-size: 100%;
}


/*--------------------------------------------------------------
# Account
--------------------------------------------------------------*/


.badge {
    position: relative;
    top: -8px;
    left: -7px;
    /* border: 0px solid #0197ce;
    color: #0197ce;
    border-radius: 50%;*/
}

.toast-custom {
    top: 130px;
    right: 0px;
}

.btn-rounded {
    /*font-family: "Raleway", sans-serif;
    font-weight: 700;*/
    /*font-size: 16px;*/
    /* letter-spacing: 1px;*/
    font-weight: 600;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 50px;
    transition: 0.5s;
    /* background-color: #fff;
    border: 2px solid #0197ce;
    color: #0197ce;*/
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    /*width: 50%;*/
}

    /* .btn-rounded:hover {
        background: #0197ce;
        color: #fff;
    }*/

    .btn-rounded:hover {
        background: #000;
        color: #fff;
    }



.btn-rounded-white {
    /*font-family: "Raleway", sans-serif;
        font-weight: 700;*/
    /*font-size: 16px;*/
    /* letter-spacing: 1px;*/
    font-weight: 600;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 50px;
    transition: 0.5s;
    /* background-color: #fff;
        border: 2px solid #0197ce;
        color: #0197ce;*/
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    /*width: 50%;*/
}


    .btn-rounded-white:hover {
        background: #fff;
        color: #000;
    }




.btn-rounded-red {
    /*font-family: "Raleway", sans-serif;
        font-weight: 700;*/
    /*font-size: 16px;*/
    /* letter-spacing: 1px;*/
    font-weight: 600;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 50px;
    transition: 0.5s;
    /* background-color: #fff;
        border: 2px solid #0197ce;
        color: #0197ce;*/
    background-color: #ff0000;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    /*width: 50%;*/
}


    .btn-rounded-red:hover {
        background: #000;
        color: #fff;
    }




.btn-rounded-blue {
    /*font-family: "Raleway", sans-serif;
    font-weight: 700;*/
    /*font-size: 16px;*/
    /* letter-spacing: 1px;*/
    font-weight: 600;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 50px;
    transition: 0.5s;
    /* background-color: #fff;
    border: 2px solid #0197ce;
    color: #0197ce;*/
    background-color: #0197ce;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    /*width: 50%;*/
}

    /* .btn-rounded-blue:hover {
        background: #0197ce;
        color: #fff;
    }*/

    .btn-rounded-blue:hover {
        background: #fff;
        color: #0197ce;
    }



.car {
    width: 350px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f8f9fa;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}



#csi-logo {
    width: 385px;
    height: 155px;
    background: url('../../Content/Images/csi_logo.jpg') no-repeat;
}




#csi-page {
    width: 385px;
    height: 182px;
    background-color: #FFFFFF;
}

#csi-header-text {
    top: 35px;
    left: 193px;
    width: 183px;
    color: #4a4a4d;
    font-weight: bold;
    position: absolute;
}

#csi-middle-text {
    top: 65px;
    left: 193px;
    width: 183px;
    color: #4a4a4d;
    position: absolute;
}

#csi-number-text {
    top: 55px;
    left: 110px;
    width: 183px;
    color: #4a4a4d;
    font-size: 46px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
}

#csi-page-header {
    top: 10px;
    left: 10px;
    width: 186px;
    height: 155px;
    position: absolute;
    background-image: url('../../Content/Images/csi_logo.jpg');
}






/*Social Colors*/
.color-facebook {
    color: #3b5998 !important;
}

.bg-facebook {
    background-color: #3b5998 !important;
    color: #FFF;
}

.color-linkedin {
    color: #0077B5 !important;
}

.bg-linkedin {
    background-color: #0077B5 !important;
    color: #FFF;
}

.color-twitter {
    color: #4099ff !important;
}

.bg-twitter {
    background-color: #4099ff !important;
    color: #FFF;
}

.color-google {
    color: #d34836 !important;
}

.bg-google {
    background-color: #d34836 !important;
    color: #FFF;
}

.color-whatsapp {
    color: #34AF23 !important;
}

.bg-whatsapp {
    background-color: #34AF23 !important;
    color: #FFF;
}

.color-pinterest {
    color: #C92228 !important;
}

.bg-pinterest {
    background-color: #C92228 !important;
    color: #FFF;
}

.color-mail {
    color: #3498db !important;
}

.bg-mail {
    background-color: #3498db !important;
    color: #FFF;
}

.color-phone {
    color: #27ae60 !important;
}

.bg-phone {
    background-color: #27ae60 !important;
    color: #FFF;
}

.color-instagram {
    color: #e1306c !important;
}

.bg-instagram {
    background-color: #e1306c !important;
    color: #FFF;
}



/*Icons*/
.icon:hover {
    color: #FFF;
}

.icon {
    display: inline-block;
    position: relative;
    text-align: center;
}

.icon-xxs i {
    width: 32px;
    line-height: 32px;
    font-size: 13px;
}

.icon-xs i {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
}

.icon-s i {
    width: 40px;
    line-height: 40px;
    font-size: 15px;
}

.icon-m i {
    width: 45px;
    line-height: 45px;
    font-size: 16px;
}

.icon-l i {
    width: 51px;
    line-height: 51px;
    font-size: 17px;
}

.icon-xl i {
    width: 55px;
    line-height: 55px;
    font-size: 18px;
}

.icon-xxl i {
    width: 60px;
    line-height: 60px;
    font-size: 19px;
}

.icon-center {
    display: block;
    margin: 0 auto;
}


.rounded-0 {
    border-radius: 0px !important;
}

.rounded-xs {
    border-radius: 5px !important;
}

.rounded-s {
    border-radius: 8px !important;
}

.rounded-sm {
    border-radius: 10px !important;
}

.rounded-m {
    border-radius: 15px !important;
}

.rounded-l {
    border-radius: 30px !important;
}

.rounded-xl {
    border-radius: 50px !important;
}

.custom-control-input {
    transform: scale(1.4);
}