@import url('https://fonts.googleapis.com/css2?family=Varela+Round&family=Work+Sans:wght@300;400;500&display=swap');

:root {
    --dark: #1a2526;
    --outlines: #dee2e6;
    --warp-blue: #0464a1;
}


body {
    background-color: #f9fafe;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}

body.embed {
    background: none;
}

nav.navbar {
    background-color: #fff;
    color: var(--dark);
}

.navbar-brand {
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
}

a {
    color: var(--dark);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

small {
    font-weight: 300;
}

strong {
    font-weight: 500;
}

.navbar-nav .nav-link {
    color: var(--dark);
}

a.btn,
a.btn:hover,
.marketing-nav a {
    text-decoration: none;
}

.report-text-area {
    min-height: 300px;
    background-color: #fff;
}

#offcanvasSidebar {
    width: 700px;
}

#reportHistoryContent iframe {
    display: block;
    border: none;
    height: 100%;
    width: 100%;
}

#reportHistoryContent.offcanvas-body {
    overflow-y: hidden!important;
}

i.launcher-icon {
    font-size: 50px;
}

.app-launcher-col .card {
    min-height: 150px;
}

.app-launcher-col a {
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: normal;
}

.app-launcher-col img {
    max-height: 75px;
    width: auto;
}

.app-launcher-col:hover {
    opacity: 0.55;
    cursor: pointer;
}

.LoginRegisterPro .Inputfield:not(.InputfieldSubmit) {
    background: none!important;
    border: none!important;
    padding: 0!important;
}

.login-form-wrap {
    background-color: #fff;
}

.LoginRegisterPro .Inputfield input {
    width: 100%!important;
    margin-bottom: 6px!important;
    border-radius: 12px;
    border: 1px solid var(--outlines)!important;
    font-size: 20px;
    padding: 8px 12px;
}

.LoginRegisterPro .Inputfield button {
    background: var(--dark);
    border: 1px solid var(--dark);
    color: #fff;
    padding: 6px 20px;
    border-radius: 25px;
}

ul.LoginRegisterLinks {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}

#crm-nav {

    nav {
        background-color: var(--warp-blue)!important;

        a {
            color: #fff;
        }
    }
}