﻿* {
    box-sizing: border-box;
}

/*:root {
    --offcanvas-width: 112px;
    font-size: 16px;
}*/

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    font-family: "Lato", sans-serif !important;
    overflow: auto;
    border-radius: 0px;
}

a {
    text-decoration: none;
}

.navbar-expand-lg {
    /*padding: 0.6875rem 5.208vw 0.4375rem 5.208vw;*/
    padding: 0.521vw 5.208vw;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 1000;
}

.navbar-brand {
    margin-right: 5.5rem;
}

.company-logo {
    width: auto;
    height: 40px;
}

.navbar-nav .nav-item .nav-link {
    color: #090909;
    font-family: Lato;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .navbar-nav .nav-item .nav-link.active {
        color: #007DC4;
        font-weight: 700;
        text-decoration: underline;
        text-transform: capitalize;
    }

.d-flex a.login {
    font-family: Lato;
    font-size: 1rem;
    font-weight: 400;
    color: #191919;
}

.blue-btn {
    border-radius: 5px;
    border: 1px solid #007DC4;
    background: #007DC4;
    font-family: Lato;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
    /*padding: 0.521vw 1.042vw;*/
    padding: 0.625rem 1.25rem;
}

    .blue-btn:hover {
        background-color: #005483;
        color: #fff;
    }

    .blue-btn:focus {
        outline: none;
    }

    .blue-btn:disabled {
        opacity: 0.65 !important;
        cursor: no-drop;
    }

    .blue-btn:hover:disabled {
        background-color: #007DC4;
        opacity: 0.65 !important;
        cursor: no-drop;
    }

.white-btn {
    border-radius: 5px;
    border: 1px solid #007DC4;
    background-color: #FFFFFF;
    font-family: Lato;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #007DC4;
    padding: 0.625rem 1.25rem;
}

    .white-btn:hover {
        background-color: #005483;
        color: #FFFFFF;
    }

        .white-btn:hover svg path {
            stroke: #FFFFFF;
            fill: #FFFFFF;
            font-weight: 600;
        }

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: #dee2e6;
}
/* modal */
.modal-header {
    background-color: #f2f9fe !important;
    border-bottom: none !important;
    border: none;
}

    .modal-header img {
        width: 1.25rem !important;
        height: 1.25rem !important;
        margin-right: 1rem;
        cursor: pointer;
        margin-left: auto;
    }

.modal-title {
    font: normal normal bold 1.5rem Lato !important;
    padding-left: 1.5rem;
    padding-top: 0;
}

.modal-body {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    border: none;
}

.modal-footer {
    border: none;
    padding-left: 2rem;
    padding-right: 2rem;
}

.alert {
    border-radius: 0.625rem;
    font: normal normal bold 0.875rem Lato;
    padding: 0.5rem;
}

.alert-success img,
.alert-warning img {
    width: 1.25rem;
    height: 1.25rem;
}

.alert svg path {
    fill: #FFFFFF;
}

.alert-danger {
    background-color: #D11313;
    color: #fff;
}

    .alert-danger svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    .alert-danger img {
        width: 1.25rem;
        height: 1.25rem;
    }

.alert-warning {
    background-color: #FE9705;
    color: #191919;
}

.alert-success {
    background-color: #3AC430;
    color: #191919;
}
/* footer */
.privacy-policy {
    color: #007DC4;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
}

.copy-right {
    color: #090909;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align:center;
}

@media only screen and (max-width:430px) {
    .navbar-brand {
        margin-right: 0;
    }
}