﻿:root {
    --indigo-dye: #003B53;
    --deep-saffron: #FF9933;
    --electric-indigo: #6E2BF3;
    --avendar-blue: #D7C5FC;
    --culture: #F6F6F3;
    --custom-danger: #E03616;
    --custom-warning: #E08D79;
    --control-border: #ced4da;
    --text-black: #424242;
    --text-black-disabled: #42424280;
    --culture-dark: #e6e6de;
    --electric-indigo-opacity: #6E2BF390;
    --electric-indigo-dark: #5512DA;
    --avendar-blue-opacity: #D7C5FC95;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--text-black);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: var(--indigo-dye);
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

a {
    color: var(--electric-indigo);
    font-size: 1em;
    text-decoration: none;
}

    a:hover {
        color: var(--electric-indigo-opacity);
        transition: 0.3s;
        text-decoration: none;
    }

p, label {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--text-black);
}

ul.no-style {
    list-style: none;
    margin-block: 0;
    padding-inline-start: 0;
}

    ul.no-style li.product-step {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        margin-bottom: 0.2em;
    }

    ul.no-style li.pointer {
        cursor: pointer;
        align-items: center;
    }

        ul.no-style li.pointer > i {
            font-size: 1.3em;
            color: var(--indigo-dye);
        }

        ul.no-style li.pointer > p {
            color: var(--indigo-dye);
        }

        ul.no-style li.pointer:hover > i, ul.no-style li.pointer:hover > p {
            color: var(--electric-indigo);
            transition: 0.3s;
        }

label.question {
    font-weight: 400;
    color: var(--indigo-dye);
}

a.brand-title, brand-title {
    color: white;
    font-family: 'Oswald', sans-serif;
}

.top-bar {
    display: flex;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar img {
    width: 2rem;
}

.content {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: var(--culture);
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

.item-image {
    width: 50px;
}

.validation-message {
    font-size: 0.8rem;
    color: var(--custom-danger);
}

.table td {
    padding: 0.50rem;
    vertical-align: middle;
}

.text-bold {
    font-weight: bold;
}

.text-step {
    font-weight: 500;
    font-size: 1.17rem;
}

.text-sub-step {
    font-weight: 400;
    font-size: 1rem;
}

.text-title {
    font-weight: bold;
    font-size: 2.5rem;
}

.welcome-icon {
    font-size: 3.5rem;
    color: var(--text-black);
}

.paywall-icon {
    font-size: 2rem;
}

.w-20 {
    width: 20%;
}

.list-group-item.bg-culture {
    cursor: pointer;
}

.k-tooltip, .k-tooltip > .k-tooltip-content {
    background-color: var(--indigo-dye);
    opacity: 0.9;
    color: var(--culture);
}

    .k-tooltip .k-callout {
        color: var(--indigo-dye);
    }

.switch-container {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .switch-container li {
        margin: 0;
        padding: 10px 0;
        min-height: 28px;
        line-height: 28px;
        vertical-align: middle;
    }

.text-normal-big {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--text-black);
    font-size: 1.3em;
}

.text-italic {
    font-style: italic;
}

.k-listview {
    border: none;
}

.radio-option.k-list-horizontal .k-radio-item {
    vertical-align: top;
    display: inline-flex;
    width: 50% !important;
}

.radio-calculator.k-list-horizontal .k-radio-item {
    vertical-align: top;
    display: inline-flex;
    margin-right: 1em;
}

.pointer {
    cursor: pointer;
}

.list-no-style {
    list-style: none;
    padding: 0;
}

.text-processing {
    color: var(--text-black)
}

.text-processing-disabled {
    color: var(--text-black-disabled);
}

.with-space {
    white-space: pre-line;
}

.text-recommended {
    font-size: 1rem;
    font-weight: 400;
}

.text-plan-title {
    font-size: 1.3rem;
}

.btn-learn {
    padding: 0.2em 0;
    border: none;
    outline: none;
    width: 100%;
    background-color: var(--culture);
    transition: 0.3s;
}

    .btn-learn:hover, .btn-learn:focus {
        background-color: var(--culture-dark);
        outline: none;
    }

.btn-next-steps {
    background-color: transparent;
    padding: 0.5em 1.25em;
}

.btn-next-steps-expanded {
    background-color: var(--culture-dark);
    padding: 0.5em 1.25em;
}

.btn-step {
    background-color: transparent;
    padding: 0.5em 1.25em;
}

.btn-step-expanded {
    background-color: var(--avendar-blue);
    padding: 0.5em 1.25em;
}

    .btn-step:hover, .btn-step:focus, .btn-step:active, .btn-step-expanded:hover, .btn-step-expanded:focus, .btn-step-expanded:active {
        background-color: var(--avendar-blue-opacity);
        outline: none;
    }

.text-step-title {
    font-family: roboto;
    font-size: 1em;
    font-weight: 400;
}

.step-icon {
    color: var(--indigo-dye);
    font-size: 1.2em;
}


.text-learn {
    font-family: 'Roboto';
    font-size: 1rem;
    font-weight: 300;
    color: var(--indigo-dye);
    text-align: center;
    vertical-align: bottom;
    margin: 0.5em 0 0 0;
}

.icon-learn {
    font-size: 0.9rem;
    color: var(--indigo-dye);
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0.25em;
    padding: 0.25em 0;
}

.breadcrumb-item {
    font-family: 'Roboto';
    font-size: 1em;
    font-weight: 400;
}

    .breadcrumb-item a {
        color: var(--electric-indigo-opacity);
        text-decoration: none;
    }

        .breadcrumb-item a:hover, .breadcrum-item a:active, .breadcrum-item a:focus {
            color: var(--electric-indigo-dark);
        }

    .breadcrumb-item.active {
        color: var(--electric-indigo);
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: var(--electric-indigo);
        content: "/";
    }

.info-card {
    cursor: pointer;
    transition: 0.3s;
    background-color: white;
}

    .info-card:hover {
        background-color: var(--culture);
    }

div.k-widget.k-window.info-card-modal {
    border: none;
    outline: none;
}

.info-card-modal .k-window-title.k-dialog-title {
    color: white;
    font-size: 1.2rem;
}

.info-card-modal .k-window-title {
    color: white;
    font-size: 1.2rem;
}

.info-card-modal .k-button-icon.k-icon.k-i-x, .info-card-modal .k-svg-icon.k-svg-i-x {
    color: white;
    font-size: 1.2rem;
}

.info-card-modal .k-window-titlebar {
    background: var(--indigo-dye);
    border-color: var(--indigo-dye);
}

.negative-mx-4 {
    margin-right: -1.25em;
    margin-left: -1.25em;
}

.border-card {
    border-color: rgba(0,0,0,.125);
}

.px-125 {
    padding-left: 1.25em;
    padding-right: 1.25em;
}

.dashboard-label {
    font-size: 0.75rem;
    text-align: center;
    font-weight: 300;
}

.dashboard-data {
    font-size: 1.25rem;
    font-weight: 500;
    font-weight: 400;
}

.info-card-title {
    font-size: 1rem;
    font-weight: 400;
    text-align: start;
    vertical-align: middle;
}

.custom-grid .k-cell-inner > .k-link {
    padding: 0.2rem 0.3rem;
}

    .custom-grid .k-cell-inner > .k-link > .k-column-title {
        font-family: 'Oswald';
        font-size: 1em;
        font-weight: 400;
        text-align: start;
        vertical-align: top;
    }

.custom-grid .k-header.k-touch-action-none {
    padding: 0.3rem;
    font-family: 'Oswald';
    font-size: 1em;
    font-weight: 400;
    text-align: start;
    vertical-align: top;
}

.custom-grid .k-master-row > td {
    font-family: 'Roboto';
    font-size: 0.9em;
    font-weight: 300;
    text-align: start;
    padding: 0.2rem 0.3rem;
}

.custom-grid.k-grid {
    border: none;
    background-color: transparent;
}

.custom-grid .k-grid-header {
    background-color: transparent;
    padding-bottom: 0.5em;
    padding-right: 0;
    border-bottom-width: 1px;
    border-bottom-color: var(--control-border);
}

.custom-grid .k-grid-header-wrap {
    border: none;
}

.custom-grid.k-grid th {
    border: none;
}

.custom-grid.k-grid .k-grid-content {
    overflow-y: auto;
}

.custom-grid tr.k-master-row {
    background-color: transparent;
}

.custom-grid .k-master-row > td {
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--control-border);
}

.square-icon-btn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5em 1em;
    cursor: pointer;
}

.icon-documents {
    color: white;
    font-size: 2.5em;
}

.legend-indicator-square {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
}

.legend-text {
    font-size: 1em;
    text-align: start;
    margin: 0;
    padding: 0;
}

.global-notification {
    margin-bottom: 3em;
    margin-right: 1em;
    z-index: 10005;
}

.font-oswald {
    font-family: 'Oswald', sans-serif;
}

.agency-img-container {
    width: 120px;
    height: 120px;
}

    .agency-img-container img {
        width: auto;
        height: 100%;
        object-fit: contain;
    }

.justify-content-evenly {
    justify-content: space-evenly;
}
