﻿.page-heading-image {
    width: 32px;
    margin-right: 8px;
}

.bg-dark-o-150 {
    background-color: rgba(24, 28, 50, 0.6) !important;
}

/* benefit account colors */
.text-hra {
    color: #7F73AE !important;
}

.text-fsa {
    color: #00AEEF !important;
}

.text-lsa {
    color: #69BCAE !important;
}

.border-hra {
    border: 2px solid #7F73AE;
    color: #7F73AE !important;
}

.border-fsa {
    border: 2px solid #00AEEF;
    color: #00AEEF !important;
}

.border-lsa {
    border: 2px solid #69BCAE;
    color: #69BCAE !important;
}

.bg-hover-hra:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #7F73AE !important;
    color: #ffffff !important;
}

.bg-hover-fsa:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #00AEEF !important;
    color: #ffffff !important;
}

.bg-hover-lsa:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #69BCAE !important;
    color: #ffffff !important;
}

/* Gradient for Posts */
.bg-gradient-dark-down {
    background-image: linear-gradient(to bottom, rgba(24, 28, 50, 1), rgba(24, 28, 50, 0))
}

.bg-gradient-dark-up {
    background-image: linear-gradient(to top, rgba(24, 28, 50, 1), rgba(24, 28, 50, 0))
}

/* Expense Colors */
.btn.btn-outline-wellness {
    color: #7E9F42;
    background-color: transparent;
    border-color: #7E9F42;
}

.btn.btn-outline-wellness:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-wellness:focus:not(.btn-text), .btn.btn-outline-wellness.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #7E9F42;
    border-color: #7E9F42;
}

.btn.btn-outline-fitness {
    color: #7F73AE;
    background-color: transparent;
    border-color: #7F73AE;
}

.btn.btn-outline-fitness:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-fitness:focus:not(.btn-text), .btn.btn-outline-fitness.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #7F73AE;
    border-color: #7F73AE;
}

.btn.btn-outline-financial {
    color: #69BCAE;
    background-color: transparent;
    border-color: #69BCAE;
}

.btn.btn-outline-financial:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-financial:focus:not(.btn-text), .btn.btn-outline-financial.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #69BCAE;
    border-color: #69BCAE;
}

.btn.btn-outline-education {
    color: #F58022;
    background-color: transparent;
    border-color: #F58022;
}

.btn.btn-outline-education:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-education:focus:not(.btn-text), .btn.btn-outline-education.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #F58022;
    border-color: #F58022;
}

.btn.btn-outline-donation {
    color: #A32A27;
    background-color: transparent;
    border-color: #A32A27;
}

.btn.btn-outline-donation:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-donation:focus:not(.btn-text), .btn.btn-outline-donation.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #A32A27;
    border-color: #A32A27;
}

.btn.btn-outline-dark-blue {
    color: #0F5889;
    background-color: transparent;
    border-color: #0F5889;
}

.btn.btn-outline-dark-blue:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-dark-blue:focus:not(.btn-text), .btn.btn-outline-dark-blue.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #0F5889;
    border-color: #0F5889;
}

.btn.btn-white {
    color: #00AEEF;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn.btn-white:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-white:focus:not(.btn-text), .btn.btn-white.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #00AEEF;
    border-color: #FFFFFF;
}

/* For Receipts */
.img-thumbnail-selected {
    padding: 0.25rem;
    background-color: #76A655 !important;
    border: 1px solid #76A655 !important;
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    max-width: 100%;
    height: auto;
}

/* For Symbols */
.symbol.symbol-light-blue .symbol-label {
    background-color: #00AEEF;
    color: #ffffff;
}

/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}

.fc-content .fc-time {
    color: white !important;
}

.fc-content .fc-title {
    color: white !important;
}

.dropzone-custom {
    border: 3px dashed gray;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

.dropzone-custom:hover {
    background-color: #f3f3f3;
    color: #333;
}

.dropzone-custom-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropzone-custom-drag {
    background-color: lightsteelblue;
}

.wizard.wizard-3 .wizard-nav .wizard-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin-right: 1.5rem;
    position: relative;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step:after {
    content: " ";
    position: absolute;
    z-index: 0;
    top: 20px;
    margin-top: -2px;
    margin-left: 10px;
    left: 50%;
    height: 4px;
    width: 100%;
    background-color: #EBEDF3;
    border-radius: 0.75rem;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step:last-child {
    margin-right: 0;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step:last-child:after {
    display: none;
}

.wizard-label-blank {
    height: 25px !important;
    width: 25px !important;
    margin-bottom: 20px !important;
    margin-top: 8px;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    height: 40px;
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 100%;
    background-color: #EBEDF3;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-number {
    font-size: 1.25rem;
    font-weight: 600;
    color: #7E8299;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-check {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-title {
    color: #7E8299;
    font-weight: 500;
    font-size: 1.1rem;
    text-align: center;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label {
    background-color: #105888;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-number {
    color: #ffffff;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current]:last-child:after, .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done]:after {
    background-color: #105888;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current]:last-child .wizard-label, .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label {
    background-color: #105888;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current]:last-child .wizard-label .wizard-number, .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-number {
    display: none;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current]:last-child .wizard-label .wizard-check, .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current]:last-child .wizard-label .wizard-check i, .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-check i {
    color: #ffffff;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current]:last-child .wizard-label .wizard-check .svg-icon svg g [fill], .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-check .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current]:last-child .wizard-label .wizard-check .svg-icon svg:hover g [fill], .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-check .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

@media (max-width: 991.98px) {
    .wizard.wizard-3 .wizard-nav .wizard-steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step:after {
        display: none;
    }

    .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label {
        margin-bottom: 0;
        margin-right: 1rem;
    }

    .mobile-content {
        /*min-height: 100% !important;*/
    }

    .fixed-bottom-mobile {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        background-color: white;
        padding: 1.25rem;
        border-top: solid 1px #105888;
    }
}

.image-list {
    background-color: transparent !important;
    overflow: visible !important;
}

.minBox {
    background-color: #76A655 !important;
}

.subscription-background {
    background-image: url("../media/logos/benngi-green-wave.jpg");
    background-position: center;
    background-size: 100% 100%;
}

#blazor-error-ui {
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-y: scroll;
    background-color: #EFEFF5;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.status-bar-safe-area {
    display: none;
}

.mobile-wizard-number {
    background-color: #EBEDF3;
    padding: 5px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    color: #7E8299 !important;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
}

.mobile-wizard-text {
    color: #7E8299 !important;
}

.mobile-wizard-text.active {
    color: #105888 !important;
}

.mobile-wizard-number.active {
    background-color: transparent;
    border: solid 1px #105888;
    border-radius: 100%;
    color: #105888 !important;
}

.btn-outline-primary:not(.collapsed) > .close-menu {
    display: block !important;
}

.field-required:not(.k-input-inner), span.field-required {
    border-left: 3px solid red !important;
}

.modal-fullscreen {
    max-width: 90% !important;
}

.swal2-icon {
    margin-left: auto !important;
    margin-right: auto !important;
}

.swal2-title {
    margin: 0 !important;
}