@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --basefont-color: #f1f1f1;
    --basefont-color-faded: grey;
    --lightgray-text-color: #F5F5F5;
    --white-text-color: white;
    --off-white-text-color: rgba(255,255,255, 0.8);
    --black-text-color: black;
    --off-black-text-color: #233502;
    --iguana-green-text-color: #6CB587;
    --green-text-color: #99CA41;
    --green-bg-color: #99CA41;
    --dollar-bill-text-color: #95b256;
    --carolina-blue-text-color: #61A9D3;
    --platinum-text-color: #E4E4E4;
    --sunset-range-text-color: #FF5454;
    --spanish-gray-text-color: #959595;
    --quicksilver-text-color: #A7A7A7;
    --background-color: #293B54;
    --card-color: #152231;
    --report-border-color: #41A4B5;
    --inactive-tab-color: #243A50;
    --inactive-report-tab-color: rgb(21, 34, 49, 0.8);
    --inactive-default-tab-color: rgb(21, 34, 49, 0.5);
    --form-text: #D0D0D0;
    --input-form-color: white;
    --input-form-bg: #111B27;
    --userverification-block-bg: #172331;
    --radiobutton-verify-notchecked-border: white;
    --infoblurb-bg-a: #19212e;
    --infoblurb-bg-b: #1c2c43;
    --dropdown-active-text: white;
    /*tenant-themes*/
    --body-background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 17.04%, rgba(0, 0, 0, 0) 108.19%);
    --tenant-primary-color: #E47101;
    --tenant-secondary-color: #029449;
    --tenant-accent-color: #BD057D;
    --tenant-white-background: white;
    --tenant-light-grey: #D8DBE2;
    --tenant-med-grey: #878787;
    --tenant-dark-grey: #575757;
    --tenant-white: white;
    --tenant-black: black;
    --tenant-nav: white;
    --nav-hover: #5a9aa5;
    --tenant-outlines: #DDDDDD;
    --progressbar-green-left-colour: #369a62;
    --progressbar-green-right-colour: #456aab;
    --progressbar-lime-left-colour: #95b256;
    --progressbar-lime-right-colour: #456aab;
    --progressbar-risk-util-left-colour: #95b256;
    --progressbar-risk-util-right-colour: #456aab;
    --progressbar-risk-debt-left-colour: #95b256;
    --progressbar-risk-debt-right-colour: #456aab;
    --progressbar-score-history-left-colour: #41A4B5;
    --progressbar-score-history-right-colour: #2C3846;
    --factors-tab-colour: #01A19A;
    --goals-tab-colour: #41A4B5;
    --tasks-tab-colour: #6CB587;
    --factors-tab-border-colour: #01A19A;
    --goals-tab-border-colour: #41A4B5;
    --tasks-tab-border-colour: #6CB587;
    --factors-goals-tasks-inactive-tab: #243A50;
    --likelihood-gauge-green: #99CA41;
    --likelihood-gauge-grey: #898F97;
}

#mainnavmenu {
    background-color: var(--background-color);
    width: 300px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
    height: 100%;
}

    #mainnavmenud .nav-item, #mainnavmenu .nav-item {
        /*padding-bottom: 5px;
    height: 57px;*/
    }

        #mainnavmenud .nav-item:last-of-type, #mainnavmenu .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        #mainnavmenud .nav-item  a, #mainnavmenu .nav-item  a {
            color: var(--basefont-color);
            border-radius: 4px 0 0 4px;
            padding-top: 4px;
            padding-bottom: 4px;
            display: flex;
            align-items: center;
            line-height: 2.5rem;
        }

            #mainnavmenud .nav-item  a.active, #mainnavmenu .nav-item  a.active {
                background-color: var(--nav-hover);
                color: white;
                opacity: 70%;
                /* color: black; */
            }

            #mainnavmenud .nav-item  a:hover, #mainnavmenu .nav-item  a:hover {
                background-color: var(--nav-hover);
                color: white;
                font-weight: bold;
            }

@media (min-width: 641px) {
    #mainnavmenud, #mainnavmenu {
        background-color: var(--background-color);
        width: auto;
        position: initial;
        right: initial;
        top: initial;
    }
}
.w-custom-33 {
    width: 33.3333% !important;
}

.w-custom-50 {
    width: 50% !important;
}

/*custom padding class between py-4 and py-5*/
.py-between-4-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

@media (min-width: 768px) {
    .w-custom-33-md {
        width: 33.3333% !important;
    }
}

.nav {
    flex-wrap: nowrap !important; /*prevents tabs going to next line on smaller screens*/
}

.black-text-color {
    color: var(--black-text-color) !important;
}

.off-black-text-color {
    color: var(--off-black-text-color) !important;
}

.white-text-color {
    color: var(--white-text-color) !important;
}

.off-white-text-color {
    color: var(--off-white-text-color) !important;
}

.iguana-green-text-color {
    color: var(--iguana-green-text-color) !important;
}

.lightgray-text-color {
    color: var(--lightgray-text-color) !important;
}

.carolina-blue-text-color {
    color: var(--carolina-blue-text-color) !important;
}

.platinum-text-color {
    color: var(--platinum-text-color) !important;
}

.green-text-color {
    color: var(--green-text-color) !important;
}

.dollar-bill-text-color {
    color: var(--dollar-bill-text-color) !important;
}

.sunset-range-text-color {
    color: var(--sunset-range-text-color) !important;
}

.american-silver-text-color {
    color: var(--form-text) !important;
}

.quicksilver-text-color {
    color: var(--quicksilver-text-color) !important;
}

.spanish-gray-text-color {
    color: var(--spanish-gray-text-color) !important;
}

html, body {
    font-family: 'Montserrat'
}

html {
    min-height: 100vh;
    background: linear-gradient(152.13deg, rgba(68, 106, 171, 0.88) 38.13%, rgba(1, 161, 154, 0.88) 95.63%);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body {
    min-height: 100vh;
    background: var(--body-background);
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

input[type='radio'], input[type='checkbox'] {
    border: 2px solid #99CA41;
    accent-color: #99CA41;
}

input[type='checkbox'] {
    position: relative;
    top: 2px;
}

.form-check-input:focus {
    background-color: none;
    border-color: none;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #363636;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.custom-less-collapse-text {
    font-style: italic;
    color: #D93030;
    cursor: pointer;
}

.custom-more-expand-text {
    font-style: italic;
    color: #99CA41;
    cursor: pointer;
    margin-bottom: 0;
}

/* Override default background color */
.form-control {
    background-color: transparent !important; /* Set to whatever background color you want */
}

    /* Override default highlight color and remove blue border */
    .form-control:focus {
        border-color: #99CA41; /* Set to the desired border color */
        box-shadow: none; /* Remove any box shadow */
        outline: none; /* Remove outline */
    }

    /*Remove default form control highlight*/
    .form-control:hover, .form-control:active, .form-control:focus {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

/*Remove increment/decrement type number*/
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/*Custom div block which mimics modal */
.custom-block-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    display: flex;
    flex-direction: column;
}

.custom-block {
    background: linear-gradient(to right, #19212e, #1c2c43);
    color: var(--basefont-color);
    padding: 1.7rem;
    border-radius: 10px;
    position: relative;
    border: 1px solid var(--iguana-green-text-color);
    box-shadow: 10px 10px 18px -4px rgba(255, 255, 255, 0.15);
    max-width: 870px;
}

@media (max-width: 768px) {
    .custom-block {
        max-width: 360px;
    }
}
/*Custom div block which mimics modal */

/*Custom blue textbox class*/
.custom-blue-textbox {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

    .custom-blue-textbox input[type="text"],
    .custom-blue-textbox input[type="password"],
    .custom-blue-textbox input[type="email"],
    .custom-blue-textbox input[type="number"],
    .custom-blue-textbox input[type="search"],
    .custom-blue-textbox input[type="tel"],
    .custom-blue-textbox input[type="url"] {
        background-color: var(--card-color) !important;
        border: 1px solid var(--report-border-color);
        border-radius: 10px;
        color: white !important;
        padding: 0.75em !important;
        height: 48px;
    }

/*Custom blue textbox class*/

/*Custom green textbox class*/
.custom-green-textbox {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

    .custom-green-textbox input[type="text"],
    .custom-green-textbox input[type="password"],
    .custom-green-textbox input[type="email"],
    .custom-green-textbox input[type="number"],
    .custom-green-textbox input[type="search"],
    .custom-green-textbox input[type="tel"],
    .custom-green-textbox input[type="url"] {
        background-color: var(--card-color) !important;
        border: 1px solid var(--green-text-color) !important;
        border-radius: 6px;
        color: var(--white-text-color) !important;
        padding: 0.75em !important;
        height: 55px;
    }

.custom-green-block {
    background-color: var(--card-color) !important;
    border: 1px solid var(--green-text-color) !important;
    border-radius: 6px;
    color: white !important;
    padding: 0.75em !important;
    height: 55px;
}

.custom-green-textbox .custom-green-textbox-placeholder {
    position: absolute;
    transform: translateY(-50%);
    color: #6CB587 !important;
    top: 0px;
    background-color: var(--card-color) !important;
    opacity: 100%;
}


.custom-green-textbox input + .custom-green-textbox-placeholder {
    left: 8px;
    padding: 0 5px;
}

.custom-green-textbox input {
    opacity: 70% !important;
}

.custom-green-textbox-eye-icon {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    color: #99CA41;
    width: auto;
    height: 16px;
    cursor: pointer;
}

.custom-green-textbox-eye-icon-only {
    color: #99CA41;
    width: auto;
    height: 16px;
    cursor: pointer;
}

.custom-green-textbox-pen-icon, .custom-green-textbox-eye-icon-only {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/*Custom green textbox class*/

/*Custom green textbox class*/
.custom-blue-textbox input {
    background: linear-gradient(to right, #19212e, #1c2c43);
    border: 1px solid var(--iguana-green-text-color);
    border-radius: 10px;
    color: white !important;
    padding: 0.75em !important;
    height: 52px;
}

/*Custom green textbox class*/

/*Custom green checkbox switch class*/
.form-check-input {
    background-color: transparent !important;
    border: 2px solid var(--green-text-color) !important;
}

    .form-check-input:checked {
        background-color: #99CA41 !important;
        border: 2px solid var(--green-text-color) !important;
    }


.form-switch .form-check-input {
    background-image: url(../images/icons/circle-green.png);
}

    .form-switch .form-check-input:checked {
        background-image: url(../images/icons/circle-black.png);
    }

/*Custom green checkbox switch class*/

/*Custom Slider Css */

.slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.range-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 30px;
    background: transparent;
    border: 2px solid #41A4B5;
    border-radius: 49px;
    outline: none;
    padding: 0;
}

    .range-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 40px;
        height: 40px;
        background: #99CA41;
        border-radius: 50%;
        cursor: pointer;
        outline: 3px solid var(--green-text-color);
        outline-offset: -1px;
    }

    .range-slider::-moz-range-thumb {
        width: 40px;
        height: 40px;
        background: #99CA41;
        border-radius: 50%;
        cursor: pointer;
        outline: 3px solid var(--green-text-color);
        outline-offset: -1px;
    }

/*Custom Slider Css */

/*Default modal card class */
.modal-card {
    background: linear-gradient(to right, #19212e, #1c2c43);
    color: var(--basefont-color);
    padding: 1.7rem;
    border-radius: 10px;
    position: relative;
    border: 1px solid var(--iguana-green-text-color);
    box-shadow: 10px 10px 18px -4px rgba(255,255,255,0.15);
}

.modal-close-button {
    background-image: url('/images/icons/green_cross.png');
    background-repeat: no-repeat;
    background-size: contain; /* Adjust as needed to fit the image size */
    background-color: transparent;
    border: none; /* Remove default button border */
    width: 16px; /* Adjust width and height to match the image dimensions */
    height: 16px;
    padding: 0; /* Remove default button padding */
    cursor: pointer; /* Show pointer cursor on hover */
    position: relative;
    display: block;
}

/*Default modal card class */

.custom-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

/* Position the input relative and add padding for the custom icon */
.custom-date-input {
    position: relative;
}

.bullet-green li {
    color: #6CB587;
}

.bullet-green span {
    color: white;
}

.px-custom4-5 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.height-auto {
    height: auto !important;
}

.width-auto {
    width: auto !important;
}

.border-radius-6 {
    border-radius: 6px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.opacity-20 {
    opacity: 20%;
}

.opacity-40 {
    opacity: 50%;
}

.opacity-50 {
    opacity: 50%;
}

.opacity-65 {
    opacity: 65%;
}

.opacity-70 {
    opacity: 70%;
}

.opacity-75 {
    opacity: 75%;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;
}

.italics {
    font-style: italic;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.rounded-10px {
    border-radius: 10px;
}

.rounded-50 {
    border-radius: 50%;
}

.normal-text-color {
    color: var(--normal-text-color);
}

/*Removed green from textboxes*/
/*.valid.modified:not([type=checkbox]) {
    border: 1px solid #99CA41;
}*/

.invalid {
    border: 1px solid #D93030;
}

.validation-message {
    color: #D93030;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px 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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


.full-border-radius {
    border-radius: 10px !important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 100%;
}

.carousel-indicators {
    position: relative;
}

    .carousel-indicators .active {
        background-color: var(--green-bg-color) !important
    }

.carousel-inner {
    padding: 1em;
}

.carousel-indicators-inner {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.nav-search-mobile .nav-bell-mobile {
    vertical-align: middle;
}

.nav-link.active {
    background: var(--card-color);
    color: var(--basefont-color);
}

.nav-tabs .nav-item:not(:last-child) {
    margin-right: 20px; /* Adjust the margin to create the desired space */
}

.nav-tabs .nav-link.active {
    border-bottom: none;
    border: none;
    border-color: transparent;
    position: relative;
    transform: translateY(5px);
    transition: transform 0s;
}

.tabs-hide-bottom-border.active {
    position: relative;
    z-index: 1;
    bottom: 1px;
    top: 0px !important;
}

.nav-tabs .nav-link:hover {
    border-bottom: none;
    border: none;
    border-color: transparent;
}

.nav-tabs .nav-link {
    border-bottom: none !important;
    margin-bottom: -3px;
}

.nav-tabs .nav-link-accounts.active {
    border-color: var(--report-border-color) !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-bottom: none !important;
}

.nav-tabs {
    border: none !important;
}

.nav-item-padding-active {
    padding-bottom: 0.8em !important;
}

.nav-item-padding-active-last {
    padding-bottom: 0.8em !important;
}

.nav-item-padding-inactive {
    padding-top: 0.8em !important;
    background-color: transparent !important;
}

    .nav-item-padding-inactive::after {
        background: var(--inactive-default-tab-color) !important;
    }

.nav-item-padding-active::after {
    content: '';
    width: 9px;
    height: 10px;
    background: var(--card-color) !important;
    clip-path: polygon(0% 100%, 0% 0%, 13% 41%, 30% 67%, 66% 88%, 100% 100%);
    position: absolute;
    bottom: -1px;
    right: -8px;
}

label {
    font-weight: 600;
    color: lightgray;
    margin-bottom: 0.5em;
}

.banner-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.emoji-img {
    height: 25px;
    width: 25px;
}

.info-icon {
    cursor: pointer;
    height: auto;
}

.number-badge-improve-factors {
    background-color: #01A19A;
}

.number-badge-improve-goals {
    background-color: #41A4B5;
}

.number-badge-improve-tasks {
    background-color: #6CB587;
}

.number-badge-improve-unavailable {
    background-color: #7E7E7E;
}

.number-badge-fraction-dark {
    background-color: #152231;
}

.number-badge-fraction-light {
    background-color: white;
}

.accounts-circle {
    color: #777D85;
}

.accounts-cross {
    color: #D93030;
}

.accounts-caution {
    color: #E29406;
}

.default-gradient-card {
    background: linear-gradient(to right, #19212e, #1c2c43) !important;
    border: 1px solid var(--report-border-color) !important;
    border-radius: 6px !important;
}

.default-gradient-card-selected {
    border: 1px solid var(--green-text-color) !important;
}

.default-box-shadow {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2), 0px 5px 5px 5px rgba(0, 0, 0, 0.19) !important;
}

.card {
    background: var(--card-color);
    color: var(--basefont-color);
    border-radius: 10px;
    position: relative;
    margin-bottom: 2em;
}

.card-lock-icon {
    width: 120px;
    height: 100px;
    float: right;
    opacity: 10%;
    position: relative;
    left: 1em;
}

.card-stats {
    position: absolute;
    right: 5px;
    top: 0;
}

.card-heading {
    color: white;
}

.card-heading-improvementplan {
    background-color: blue;
    border-radius: 10px 10px 0px 0px;
    margin: 0 1em;
}

.card-tabs-heading {
    font-size: 10px;
    background: var(--card-color) !important;
    color: var(--basefont-color) !important;
}

.card-tabs {
    border-color: var(--card-color) !important;
}

.card-tabs-heading.active {
    border-color: var(--card-color) !important;
    background: var(--card-color) !important;
    color: var(--basefont-color) !important;
}

.card-tabs-heading {
    background: var(--inactive-default-tab-color) !important;
    color: var(--basefont-color) !important;
}

.card-locked-icon {
    height: 25px;
    width: 30px;
}

.card-locked {
    background-color: #383C42 !important;
}

.dc-collapsable-header {
    color: white !important;
}

.dash-xl-heading {
    font-size: 1.75em;
    font-weight: 600;
    margin: 5px 15px;
    color: white;
}

.dash-xl-heading-subtext {
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 500;
}

.dash-standard-text {
    font-size: 1.2em;
    font-weight: 600;
    margin: 15px;
    color: white;
}

.dash-large-heading {
    font-size: 1.2em;
    font-weight: 600;
    color: white;
}

.dash-med-heading {
    font-size: 1em;
    font-weight: 400;
    margin: 1px 15px;
    color: white;
}

.dash-info-card {
    background: #111b27;
    border-radius: 10px;
}

.dash-info-card-text {
    color: lightgrey;
    padding-left: 10px;
}

.dash-info-card-value {
    color: white;
    font-weight: 500;
    padding-right: 10px;
}

.kudough-rating-verypoor {
    color: #D93030;
    margin-bottom: 0px;
}

.kudough-rating-poor {
    color: #FFA500;
    margin-bottom: 0px;
}

.kudough-rating-fair {
    color: #FFCE41;
    margin-bottom: 0px;
}

.kudough-rating-average {
    color: #99CA41;
    margin-bottom: 0px;
}

.kudough-rating-good {
    color: #4BD083;
    margin-bottom: 0px;
}

.kudough-rating-excellent {
    color: #27AE60;
    margin-bottom: 0px;
}

/*Borrowing Power classes*/

.borrowing-power-calc-card-block-values-section {
    height: 310px;
}

.borrowingpower-rating-low {
    color: #FFA500 !important;
}

.borrowingpower-rating-medium {
    color: #FFCE41 !important;
}

.borrowingpower-rating-high {
    color: #27AE60 !important;
}
/*Borrowing Power classes*/

/*Debt Util status classes*/
.debtutil-rating-poor {
    color: #D93030 !important;
}

.debtutil-rating-fair {
    color: #FFCE41 !important;
}

.debtutil-rating-good {
    color: #369A62 !important;
}
/*Debt Util status classes*/

/*Debt Risk status classes*/
.debtrisk-rating-high {
    color: #D93030 !important;
}

.debtrisk-rating-medium {
    color: #FFCE41 !important;
}

.debtrisk-rating-low {
    color: #369A62 !important;
}
/*Debt Risk status classes*/

/*Disposable Income status classes*/
.disposableincome-rating-high {
    color: #369A62 !important;
}

.disposableincome-rating-medium {
    color: #FFCE41 !important;
}

.disposableincome-rating-low {
    color: #D93030 !important;
}
/*Disposable Income status classes*/

/*Debt Risk status classes*/
.debtrisk-verypoor {
    color: #D93030 !important;
}

.debtrisk-high {
    color: #FFA500 !important;
}

.debtrisk-medium {
    color: #99CA41 !important;
}

.debtrisk-low {
    color: #27AE60 !important;
}

/*Debt Risk status classes*/

.report-last-updated {
    color: #9ba0a6 !important;
}

.dash-prem-info-card {
    background: #01a19a;
    border-radius: 10px;
    height: 54px !important;
}

.dash-action-button {
    background-color: var(--green-bg-color);
    width: 100%;
    height: 39px;
    border-radius: 4px;
    border-width: 0px;
    margin: 0em !important;
    text-wrap: nowrap;
}

.dash-action-button-transparent {
    background-color: transparent;
    width: 100%;
    height: 39px;
    border-radius: 4px;
    border-style: solid;
    border-color: var(--green-text-color);
    border-width: 1px;
    margin: 0em !important;
    color: var(--green-text-color);
}

.action-button-banner-width {
    width: 145px;
}

.dash-action-button-green {
    text-decoration: underline;
    color: var(--green-text-color) !important;
    padding-top: 5px;
    padding-right: 2em;
}

.dash-action-button-icon {
    height: 1.3em;
    width: 0.8em;
    margin: 0.5em;
    padding-bottom: 2px;
}

.dash-action-button-iconlarge {
    height: 18px;
    width: 18px;
    margin: 0.5em;
    padding-bottom: 2px;
}

.dash-image-icon {
    height: auto;
    width: 28px;
    margin-left: 1em;
}

.dash-number-badge {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    border-radius: 2em;
    height: 1.5em;
    width: 1.5em;
}

.savings-card {
    background-image: url('/images/backgroundimages/saving_card_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 1.5em;
    margin: 1em;
    height: 10rem;
    min-width: 22rem;
}

.content-verticalalign {
    margin: 0px auto;
    display: block;
    text-align: center;
}

/*Login CSS*/
.login-form-control {
    background-color: var(--input-form-bg) !important;
    border-style: solid !important;
    color: var(--input-form-color) !important;
    width: 100% !important;
    padding: 0.75em !important;
    border-radius: 5px !important;
}

.login-form-label {
    text-align: center;
    color: var(--white-text-color);
}

.login-form-text {
    text-align: center;
    color: var(--form-text);
}

/*Login CSS*/

.duo-form-control {
    background-color: var(--card-color) !important;
    border: 1px solid var(--green-text-color) !important;
    color: white !important;
    width: 100% !important;
    padding: 0.75em !important;
    border-radius: 6px !important;
    height: 55px;
}

/*Report and Debt Manangement global CSS */

.report-prem-button-width, .debt-management-prem-button-width {
    width: 170px;
}

/*Report end CSS */

/*Change to less generic name
*/
.accordion-button {
    padding: 5px !important;
    background-color: transparent !important;
}

    .accordion-button.collapsed::after {
        background-image: url('/images/icons/expand_arrow_green.png') !important;
        transform: none !important;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url('/images/icons/collapse_arrow_green.png') !important;
        transform: none !important;
    }

    .accordion-button:focus {
        border-color: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

.accordion-item:first-of-type {
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
}

.verify-modal .modal-content {
    background: none;
    border: none;
}

.user-validation-background {
    background-image: url('/images/backgroundimages/desktop_dashblur.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    display: flex;
    flex-direction: column;
}


.error-label {
    color: #D93030;
    margin-top: 5px;
}

.non-interactive-checkbox {
    pointer-events: none;
}
/*animations start*/
.fade-out {
    animation: fadeOut 4s forwards; /* Adjust the duration as needed */
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*animations end*/

/*tour start*/
.element-highlight {
    background-color: #ffffff14;
}

.theme-default-wrapper {
    background: #152231;
    color: white;
}

.guided-tour-wrapper {
    z-index: 12;
}

.guided-tour-step-wrapper {
    width: 300px;
}

.start-tour-icon {
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    top: -12px;
    left: 5px;
    cursor: pointer;
}

.start-tour-text {
    position: relative;
    top: -10px;
    margin-right: unset;
}

@media (min-width: 1920px) {
    .start-tour-text {
        margin-right: 8px;
    }

    .start-tour-icon {
        left: 0px;
    }

    .guided-tour-step-wrapper {
        width: auto;
    }
}

/*Laptop between 1366 and 1440 to not affect 125% scaling */
@media only screen and (min-device-width : 1366px) and (max-device-width : 1440px) {
    .welcome-back-text {
        font-size: 15px !important;
    }

    .welcome-back-text-name {
        font-size: 16px !important;
    }

    .welcome-back-membertype-text {
        font-size: 11px !important;
    }

    .start-tour-text {
        font-size: 11px !important;
    }

    .guided-tour-step-wrapper {
        width: 300px;
    }
}

/*tour end*/

@media (max-width: 768px) {
    .info-icon {
        height: 15px;
        margin-top: 3px;
    }

    .start-tour-icon {
        color: black;
        top: -8px;
        left: 18px;
        padding: 5px;
    }

    .custom-green-textbox input, .custom-green-block {
        height: 44px;
    }

    .range-slider::-webkit-slider-thumb {
        width: 35px;
        height: 35px;
    }

    .range-slider::-moz-range-thumb {
        width: 35px;
        height: 35px;
    }

    .text-center-sm {
        text-align: center !important;
    }

    html, body {
        overflow-x: hidden
    }

    .medium-mobi {
        font-weight: 500;
    }

    .semibold-mobi {
        font-weight: 600;
    }

    /*Login CSS*/
    .login-form-control {
        height: 35px;
    }
    /*Login CSS*/

    .progress {
        height: 14px !important;
    }

    .carousel-inner {
        padding: 0px;
    }

    .carousel-indicators {
        margin-bottom: 0.1rem;
    }

    .nav-tabs .nav-item:not(:last-child) {
        margin-right: 15px;
    }

    .card-heading-improvementplan {
        margin: 0;
    }

    .dash-text-improvementplan {
        margin: 4px 8px;
        font-size: 12px;
    }

    .dash-info-card {
        margin: 0;
        padding: 4px;
    }

    .dash-prem-info-card {
        height: 47px;
    }

    .dash-large-heading {
        font-size: 1.2em;
        font-weight: 600;
    }

    .dash-med-heading {
        font-size: 8.4px;
        margin: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .dash-info-card-text {
        font-size: 9px;
        margin-bottom: 0;
    }

    .dash-info-card-value {
        font-size: 11px;
        margin-bottom: 0;
        margin-left: 0;
        padding-right: 0;
        position: relative;
        left: 8px;
    }

    .dash-action-button, .dash-action-button-transparent {
        height: 36px;
        width: 100%;
        white-space: nowrap;
    }

    .dash-action-button-icon {
        height: 0.75em;
        width: 0.5em;
        margin: 0.5em;
        padding-bottom: 2px;
    }

    .dash-image-icon {
        height: 14px;
        width: 18px;
        margin-left: 10px;
        vertical-align: text-top;
        display: none;
    }

    .dash-number-badge {
        height: 10px;
        width: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .savings-card {
        border-radius: 5px;
        padding-right: 2em;
        padding-bottom: 1em;
        margin: 1em;
    }

    .validation-message {
        font-size: 12px;
    }

    .user-validation-background {
        background-size: cover !important;
        background-image: url('/images/backgroundimages/mobile_dashblur.png');
        overflow-y: auto;
    }

    .borrowing-power-calc-card-block-values-section {
        height: auto;
    }

}

.dash-action-button-offer {
    background-color: var(--green-bg-color);
    width: 165px;
    height: 35px;
    border-radius: 4px;
    border-width: 0px;
    white-space: nowrap;
}

.dash-action-button-disabled {
    background-color: #868686;
    color: white;
    width: 165px;
    height: 35px;
    border-radius: 4px;
    border-width: 0px;
    white-space: nowrap;
}


.dash-bp-info-card {
    background: #111b27;
    border-radius: 5px;
    display: flow-root;
}

.dash-bp-info-card-text {
    color: white;
    white-space: nowrap;
}

.dash-bp-info-card-value {
    color: white;
    font-weight: 500;
    padding-right: 10px;
}

.dash-bp-action-button-icon-unavailable {
    height: 1.5em;
    width: 1.5em;
    margin-left: 10px;
}

.dash-image-pre-approvedtick {
    width: 35px;
}

.bp-image-pre-approvedtick {
    width: 25px;
}

@media (max-width: 768px) {
    .dash-image-pre-approvedtick, .bp-image-pre-approvedtick {
        width: 20px;
    }

    .dash-bp-info-card {
    }

    .dash-bp-info-card-text {
        font-size:12px;
    }

    .dash-bp-info-card-value {
    }

    .dash-bp-action-button-icon-unavailable {
    }
    .dash-action-button-offer, .dash-action-button-disabled {
        font-size: 11px;
        width: 120px;
        height:30px;
    }
}
.always-white-text{
    color:white !important;
}

.report-card-block-custom {
    background: linear-gradient(to right, var(--card-color) 0%,var(--card-color) 65%,var(--report-border-color) 35%,var(--report-border-color) 100%);
    border: 1px solid var(--report-border-color);
    border-radius: 10px;
    height: 48px;
}

.report-card-block-custom-text {
    flex: 1 1 65%;
}

.report-card-block-custom-value {
    flex: 1 1 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}