/* Shared SDS application styles */

div.main {
    width: 100%;
}

.logo {
    font-family: Russo One,Helvetica,Arial,sans-serif;
    font-size: 1.25rem;
    color: #3C1F77;
    line-height: 1;
    /*    padding: .5rem .5rem .5rem 5rem;
    width: 17rem;
*/ display: flex;
    align-items: center;
    float: left;
}

.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 {
    height: 2rem;
}

.content {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: var(--culture);
}


.dialog {
    background-color: white;
    box-shadow: 0 0 12px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    z-index: 2000;
    align-self: center;
    margin: auto;
    width: 700px;
    max-height: calc(100% - 3rem);
    animation: dialog-entry 0.4s;
    animation-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

@keyframes dialog-entry {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateX(0px) scale(1.0);
    }
}

.k-textbox {
    width: 100% !important;
}

.k-floating-label-container {
    width: 100% !important;
}


.item-container {
    margin: 2rem 0;
    position: relative;
}

    .item-container .item-details-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.item-details-container > * .amount {
    display: block;
    font-size: 1.5rem;
}

.item-container .item-content-wrapper {
    border-radius: .5rem;
    background: #fff;
    color: rgba(0,0,0,.9);
    overflow: hidden;
}

.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(--indigo-dye-opacity);
        text-decoration: none;
    }

        .breadcrumb-item a:hover, .breadcrumb-item a:active, .breadcrumb-item a:focus {
            color: var(--indigo-dye-dark);
        }

    .breadcrumb-item.active {
        color: var(--indigo-dye);
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: var(--indigo-dye);
        content: "/";
    }

.telerik-blazor.k-grid.grid-small-font td.k-table-td {
    font-size: 0.9em;
}

.telerik-blazor.k-grid.td-clickable td.k-table-td {
    cursor: pointer;
}

li.k-drawer-item {
    font-size: 1.2em;
    background: 0 0;
    border-radius: 0;
    border-width: 0 0 1px;
    border-color: rgba(33, 37, 41, 0.125);
    border-style: solid;
    line-height: 1.5em;
    align-items: center;
}

    li.k-drawer-item:last-child {
        border: 0;
    }

.appointment-date {
    color: white;
    font-size: 0.8em;
    font-weight: normal;
}

    .appointment-date.big {
        font-size: 0.9em;
        font-weight: bold;
    }

.k-menu-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.k-level-1 {
    padding-left: 10px;
}

.k-item-text {
    white-space: pre-line !important;
}

.k-item-text-sub {
    font-size: 0.9em !important;
}

ul.k-treeview-lines {
    padding-inline-start: 0;
}

span.k-in {
    white-space: pre-line;
    padding: 0.25rem 0.50rem !important;
}

.k-mid {
    padding: 0.25rem !important;
}

ul.k-treeview-lines {
    margin-bottom: 0.25em;
}


.tip-icon {
    color: var(--deep-saffron);
    font-size: 2em;
    margin-right: 0.5em;
    font-weight: bold;
}

ul.no-style li.tip {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    border: 1px dashed var(--indigo-dye);
    border-radius: 0.5em;
    padding: 0.5em;
}

.k-drawer-container {
    position: relative;
    width: 100%;
}

.z-index-under {
    z-index: 100;
}

.k-drawer-wrapper {
    height: 100%;
}

.no-border > .k-drawer.telerik-blazor.k-widget {
    border: none;
    border-radius: 0;
}

.close-x {
    color: white;
    font-size: 3em;
    font-weight: bolder;
    cursor: pointer;
    transition: 0.3s;
}

    .close-x:hover, .close-x:active {
        color: var(--deep-saffron);
        transition: 0.3s;
    }

/*.title-icon {
    font-size: 1.1em;
    color: var(--electric-indigo);
    margin-right: 0.50em;
}*/

.k-treeview-mid {
    word-wrap: break-word;
    hyphens: auto;
    white-space: normal;
}

.dropdown-toggle.without-caret::after {
    display: none;
}

.custom-gear {
    position: absolute;
    top: 0;
    right: 0;
}

.dropdown-menu.custom-dropdown.show {
    display: flex;
    flex-direction: column;
}

.chart-gauge-title {
    font-size: 1em;
    text-transform: uppercase;
    color: #003B53;
}

.chart-gauge-data {
    font-size: 1em;
}


.custom-notification {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.25rem;
    border-radius: 3px;
}

    .custom-notification div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-notification p,
    .custom-notification i {
        color: white;
        margin: 0
    }

    .custom-notification div > i {
        margin-right: 1rem;
        font-size: 1.25rem;
    }

    .custom-notification div > p > a {
        text-decoration: underline !important;
        color: white !important;
    }

.pt-6 {
    padding-top: 6rem !important;
}

.bg-selected {
    background-color: var(--indigo-dye-light) !important;
}

.border-r-0 {
    border-radius: 0 !important;
}

.text-btn {
    font-style: italic;
    font-weight: 400;
    color: var(--electric-indigo) !important;
    cursor: pointer;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .text-btn:hover {
        color: var(--deep-saffron) !important;
    }

.overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.55);
    z-index: 10;
}

table.projections {
    border-radius: 10px;
}

    table.projections th, table.projections td {
        border: 1px solid #003B5360;
    }

    table.projections.no-lines th, table.projections.no-lines td {
        border: none;
    }

    table.projections td {
        padding: 0 0.6em;
        text-align: end;
        font-size: 0.85em;
        font-weight: 400;
    }

    table.projections.no-lines td {
        padding: 0 0.6em;
        text-align: start;
        font-size: 0.85em;
        font-weight: 400;
    }

        table.projections.no-lines td.r {
            text-align: end;
        }

    table.projections td.header {
        text-align: start;
        color: #003B53;
        font-family: 'Oswald', sans-serif;
    }

    table.projections th {
        font-family: 'Oswald', sans-serif;
        padding: 0 0.6em;
        text-align: end;
        font-size: 0.9em;
        font-weight: 400;
    }

.z-i {
    z-index: 1;
}

.paywall-fact {
    padding: 0.5em 0.2em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .paywall-fact p {
        font-size: 1.2em;
        margin-bottom: 0;
    }

    .paywall-fact i {
        font-size: 1.4em;
    }

.projected-money {
    font-size: 1em;
    margin: 0;
}

.projected-money-value {
    font-size: 0.9em;
    font-weight: 400 !important;
    margin: 0;
}

.projected-money-icon {
    font-size: 0.6em;
    font-weight: 200 !important;
    margin: 0;
}

.text-gray {
    color: #9CA2A8;
}

.cool-icon {
    animation: rotating 4s infinite ease-in-out;
}

.cool-box::before {
    content: "";
    filter: opacity(0.25);
    position: absolute;
    /*    top: -4px;
    left: -4px;*/
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    background-size: 400%;
    /*    width: calc(100% + 8px);
    height: calc(100% + 8px);*/
    width: 100%;
    height: 100%;
    border-radius: 3px;
    z-index: 0;
    animation: glowing 20s linear infinite;
}


.font-size-smaller {
    font-size: 0.70em;
}

.font-size-small {
    font-size: 0.9em;
}

.font-size-big {
    font-size: 1.25em;
}

.teaser-value {
    width: 100%;
    text-align: center;
    border: 1px solid var(--indigo-dye);
    border-radius: 3px;
    padding: 0.2em 0.2em;
    background-color: var(--light-gray);
}

    .teaser-value span {
        font-size: 1.5em;
        color: var(--electric-indigo);
        font-weight: bold;
    }

.teaser-symbol {
    font-size: 4em;
    font-weight: 600;
    line-height: 0;
    margin-top: 0.85em;
}

.price-teaser {
    font-size: 1.1em;
}

.desc-details {
    font-size: 1.2em;
    cursor: pointer;
}

.desc-details-1 {
    font-size: 1em;
}

.consolidation-tooltip-icon {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    line-height: 1;
}

span.trademark {
    font-size: 0.6em;
    vertical-align: top;
}

.ach-tooltip {
    width: 500px;
    height: 100%;
}

    .ach-tooltip img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.z-i {
    z-index: 1;
}

table.teaser-table {
    width: 100%;
}

    table.teaser-table tr th {
        text-align: center;
        border: 1px solid var(--electric-indigo);
        padding: 0.1em 0.5em;
    }

    table.teaser-table tr:first-child th {
        background-color: var(--electric-indigo);
        color: white;
        text-align: start;
        padding: 0.1em 0.5em;
    }

    table.teaser-table tr td {
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
        padding: 0.3em;
        color: var(--electric-indigo);
        border: 1px solid var(--electric-indigo);
    }

.skeleton {
    width: 100%; /* Adjust width as needed */
    height: 300px; /* Adjust height as needed */
    background-color: var(--skeleton); /* Background color for skeleton */
    border-radius: 5px; /* Rounded corners for aesthetics */
    overflow: hidden; /* Ensure that any overflowing content is hidden */
    position: relative; /* Positioning for pseudo elements */
}

    .skeleton::before,
    .skeleton::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        animation: shimmer 1.5s infinite;
    }

@keyframes shimmer {
    100% {
        left: 100%;
    }
}


@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 400px) {
    .teaser-title {
        font-size: 1em;
    }

    .teaser-value {
        padding: 0.2em 0.2em;
    }

        .teaser-value span {
            font-size: 0.85em !important;
        }

    .teaser-symbol {
        line-height: 1;
        font-size: 3em !important;
        margin-top: 0;
    }
}

.refinance-icon {
    width: 3em;
    height: 3em;
    vertical-align: -0.125em;
    color: var(--indigo-dye);
}

.refinance-description {
    margin: 0;
    line-height: 20px;
}

.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;
}


.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-transparent {
    background-color: transparent;
}
/*    .btn-transparent:hover, .btn-transparent:focus {
        background-color: transparent;
        outline: none;
    }*/

.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-product {
    background-color: transparent;
    padding: 0.5em 1.25em;
}

.btn-step-selected {
    background-color: var(--deep-saffron);
}

.btn-step-expanded {
    background-color: var(--avendar-blue);
    padding: 0.5em 1.25em;
}

.btn-product-expanded {
    background-color: var(--culture);
    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;
}

.btn-product.hover, .btn-product:focus, .btn-product:active, .btn-product-expanded:hover, .btn-product-expanded:focus, .btn-product-expanded:active {
    background-color: var(--culture-dark);
    outline: none;
}

.btn-step-selected:hover, .btn-step-selected:focus, .btn-step-selected:active {
    background-color: var(--deep-saffron-dark);
    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, .breadcrumb-item a:active, .breadcrumb-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-icon.k-i-close {
    color: white;
    font-size: 1.2rem;
}


.info-card-modal .k-dialog-titlebar.k-header.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;
    text-align: center;
}

.dashboard-data {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
}

.dashboard-info {
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
}

.info-card-title {
    font-size: 1rem;
    font-weight: 400;
    text-align: start;
    vertical-align: middle;
}

.custom-grid.td-small .k-cell-inner > .k-link {
    padding: 0.2rem 0.3rem;
    height: auto;
}

.custom-grid.td-small .k-master-row > td {
    font-size: 0.75em;
    padding: 0 0.2rem;
}

.custom-grid.td-black .k-master-row > td {
    color: var(--text-black);
}

.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);
}

.paypal-logo-container {
    width: 125px;
    height: auto;
}

.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;
}

.k-drawer.telerik-blazor.k-widget {
    background-color: var(--culture);
    border: 1px solid var(--control-border);
    border-radius: 0.25em;
}

.loader-container-f {
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.file-icon {
    font-size: 2em;
    color: var(--deep-saffron);
}


.global-notification {
    margin-bottom: 3em;
    margin-right: 1em;
    z-index: 10001;
}

.w-fit-content {
    width: fit-content;
}

.text-appt-url {
    font-size: 0.9rem;
}

.logo-separator {
    width: 1.5px;
    height: 100%;
    min-height: 100%;
    background-color: white;
    margin: 0 2.5em;
}

    .logo-separator.custom-topbar {
        width: 1px;
        height: 35px;
        margin: 0 1em;
    }

.logo-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
}

.logo-separator {
    width: 1.5px;
    height: 100%;
    min-height: 100%;
    background-color: var(--indigo-dye);
    margin: 0 2.5em;
}


.title-icon {
    font-size: 1.8em;
    color: var(--deep-saffron);
    margin-right: 0.25em;
}

.download-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 2em;
    margin-right: 2em;
    z-index: 100;
}

.mt-15 {
    margin-top: 15em;
}

.mb-6 {
    margin-bottom: 6em;
}


a.icon-button {
    padding: 0.3em 0.5em;
    border-radius: 0.3em;
    cursor: pointer;
}

    a.icon-button > i {
        font-size: 1.3em;
        color: var(--deep-saffron);
    }

    a.icon-button > p {
        margin: 0;
        font-size: 1em;
        color: var(--indigo-dye);
        font-family: 'Oswald', sans-serif;
        margin-top: -0.2em !important;
        text-align: center;
    }

    a.icon-button:hover {
        background: #F6F6F3;
        transition: 0.3s;
    }

.no-padding-ul {
    padding-inline-start: 20px;
    margin-bottom: 0;
}

ul.no-padding, ol.no-padding {
    padding-inline-start: 20px;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

div.k-window.k-dialog.k-alert.telerik-blazor {
    display: inline-grid !important;
}

div.k-actions.k-actions-end.k-actions-horizontal.k-window-actions.k-dialog-actions {
    margin: 0;
}

.grid-aggregate {
    font-size: 0.9em;
    font-family: 'Roboto';
    font-weight: bold;
    text-align: right;
    padding: 0;
    margin: 0;
    display: block;
    text-align: right;
}

.k-progressbar .k-state-selected, .k-progressbar .k-selected {
    background-color: var(--deep-saffron) !important;
}

.global-notification {
    margin-bottom: 3em;
    margin-right: 1em;
    z-index: 10005;
}

.border-dashed {
    border-style: dashed;
    border-width: 1px;
}

.text-indigo-dye {
    color: var(--indigo-dye) !important;
}

.bg-light-gray {
    background-color: var(--light-gray) !important;
}

div.b-left {
    padding-left: 0.5em;
    border-left: 3px solid var(--light-deep-saffron);
}

.choose-solution-recommended {
    background: var(--gradient-soft-violet);
    border: 1px solid var(--violet-mist);
}

.choose-solution-recommended__content {
    display: flex;
    background: var(--gradient-soft-violet);
    border-top: 6px solid var(--bright-violet);
}

.choose-solution-recommended__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: var(--royal-violet);
    font-size: 1.7rem;
}

.choose-solution-recommended__copy {
    min-width: 0;
}

.choose-solution-recommended__title {
    color: var(--violet-ink);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.choose-solution-recommended__description {
    color: var(--slate-blue-dark);
    line-height: 1.45;
}

.choose-solution-section-header.text-step-title {
    color: var(--indigo-dye);
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: none;
}

.choose-solution-section-subheader {
    font-size: 0.9rem;
    line-height: 1.35;
}

@media (max-width: 767.98px) {
    .choose-solution-recommended__icon {
        width: 34px;
        height: 34px;
        font-size: 1.35rem;
    }

    .choose-solution-recommended__title {
        font-size: 1.1rem;
    }

    .choose-solution-recommended__description {
        font-size: 0.95rem;
    }

    .choose-solution-section-header.text-step-title {
        font-size: 1rem;
    }

    .choose-solution-section-subheader {
        font-size: 0.95rem;
    }
}
