:root {
    --lightest-blue: #F3F6FA;
    --light-blue: #E7EFFA;
    --medium-blue: #C6DFFF;
    --dark-blue: #5F97FC;
    --darkest-blue: #260CFB;
    --black: #000000;
    --grey: #808080;
    --radius-1: 5px;
    --radius-2: 10px;
    --radius-3: 15px;
    --radius-3: 20px;
    --button-primary-normal: #b09430;
    --button-primary-hover: #ceb14b;
    --button-primary-disabled: #786521;
    --button-light-normal: #efe5c3;
    --button-light-hover: #ceb14b;
    --button-light-disabled: #ffc180;
    --green: #0b8040;
}
/* Colors for the top 4 steps in the wizard. Outer wizard if you want. */

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] {
    border-radius: var(--radius-2);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] {
    border-radius: var(--radius-2);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=pending] {
    border-radius: var(--radius-2);
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-wrapper .wizard-icon .svg-icon svg g [fill] {
    fill: var(--green) !important;
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-icon .svg-icon svg g [fill] {
    fill: darkgreen !important;
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="pending"] .wizard-wrapper .wizard-icon .svg-icon svg g [fill] {
    fill: var(--green) !important;
}

.wizard-step {
    background-color: #FFE8C4 !important;
}

.wizard-step[data-wizard-state="current"] {
    background-color: #E89843 !important;
}

.wizard-step[data-wizard-state="current"]:after {
    border-left-color: #E89843 !important;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-label .wizard-title {
    color: white !important;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-number {
    color: white !important;
    background-color: var(--green) !important;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-number {
    color: var(--green) !important;
}

/* Colors for the left-side steps in basic screening and funder search wizards. Inner wizards if you want. */
.wizard-steps#div-wizard-steps .wizard-step[data-wizard-state=current] .wizard-wrapper .wizard-icon {
    color: orange;
}

.wizard-steps#div-wizard-steps .wizard-step[data-wizard-state=pending] .wizard-wrapper .wizard-icon {
    color: orange;
}

.wizard-steps#div-wizard-steps .wizard-step[data-wizard-state=done] .wizard-wrapper .wizard-icon {
    color: orange;
}

.wizard-steps#div-wizard-steps .wizard-step[data-wizard-state="current"] {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #FFE8C4 !important;
    background-color: #FFE8C4 !important;
    margin-bottom: 4px !important;
}

.wizard-steps#div-wizard-steps .wizard-step[data-wizard-state="current"]:after {
    border-left-color: #FFE8C4 !important;
    margin-bottom: 4px !important;
}

.wizard-steps#div-wizard-steps .wizard-step[data-wizard-state="pending"] {
    background-color: white !important;
    border-color: orange !important;
    border-style: solid !important;
    border-width: 1px !important;
    margin-bottom: 4px !important;
}

.wizard-steps#div-wizard-steps .wizard-step[data-wizard-state="done"] {
    background-color: white !important;
    border-color: orange !important;
    border-style: solid !important;
    border-width: 1px !important;
    margin-bottom: 4px !important;
}
.max-h-70px {
    max-height: 128px !important;
    margin: auto !important;
    display: block;
    width: auto;
}
/* -------------------------------------------------------------------------------- */
/* Google G icon color on login button. */
/*i.fab.fa-google {
    color: var(--darker-green);
}*/
i.fa.fa-question-circle {
    color: orange !important;
}
i.fa.fa-info-circle {
    color: orange !important;
}
/* -------------------------------------------------------------------------------- */
/* RADIO CSS. */
/* Standard radio (checked background) and border color CSS. */
.radio.radio-outline.radio-primary > input:checked ~ span {
    background-color: transparent;
    border-color: var(--green) !important;
}
/* Standard radio (checked tick) color CSS. */
.radio.radio-outline.radio-primary > input:checked ~ span:after {
    background-color: var(--green) !important;
    width: 10px !important;
    height: 10px !important;
}
/* Standard radio (unchecked background) and border color CSS. */
.radio.radio-outline.radio-primary > input:not(:checked) ~ span {
    background-color: transparent;
    border-color: var(--green) !important;
}
/* Standard radio (checked disabled background) and border color CSS. */
.radio.radio-outline.radio-primary > input:checked:disabled ~ span {
    background-color: transparent;
    border-color: lightgrey !important;
}
/* Standard radio (checked disabled tick) color CSS. */
.radio.radio-outline.radio-primary > input:checked:disabled ~ span:after {
    background-color: lightgrey !important;
    width: 10px !important;
    height: 10px !important;
}
/* Standard radio (unchecked disabled background) and border color CSS. */
.radio.radio-outline.radio-primary > input:not(:checked):disabled ~ span {
    background-color: transparent;
    border-color: lightgrey !important;
}
/* Funding requirements page. */
.radio > input[name='financefor']:checked ~ span {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
    color: var(--green) !important;
}
/* -------------------------------------------------------------------------------- */
/* CHECKBOX CSS. */
/* Standard checkbox (checked background) and border color CSS. */
.checkbox > input:checked ~ span {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}
/* Standard checkbox (checked tick) border color CSS. */
.checkbox > input:checked ~ span:after {
    border-color: white !important;
}
/* Standard checkbox (unchecked background) and border color CSS. */
.checkbox > input:not(:checked) ~ span {
    background-color: lightgrey !important;
    border-color: lightgrey !important;
}
/* Standard checkbox (checked background) and border color CSS. */
.checkbox.checkbox-primary > input:checked ~ span {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}
/* Standard checkbox (checked tick) and border color CSS. */
.checkbox.checkbox-primary > input:checked ~ span:after {
    border-color: white !important;
}
/* Standard checkbox (unchecked background) and border color CSS. */
.checkbox.checkbox-primary > input:not(:checked) ~ span {
    background-color: lightgrey !important;
    border-color: lightgrey !important;
}
/* Standard outlined checkbox (checked background) and border color CSS. */
.checkbox.checkbox-outline > input:checked ~ span {
    background-color: white !important;
    border-color: var(--green) !important;
}
/* Standard outlined checkbox (checked tick) and border color CSS. */
.checkbox.checkbox-outline > input:checked ~ span:after {
    border-color: var(--green) !important;
}
/* Standard outlined checkbox (unchecked background) and border color CSS. */
.checkbox.checkbox-outline > input:not(:checked) ~ span {
    background-color: transparent !important;
    border-color: var(--green) !important;
}
/* -------------------------------------------------------------------------------- */
.btn.btn-primary {
    background-color: var(--button-primary-normal);
    border-color: var(--button-primary-normal);
}

.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text) {
    background-color: var(--button-primary-hover);
    border-color: var(--button-primary-hover);
}

.btn.btn-primary.disabled, .btn.btn-primary:disabled {
    background-color: var(--button-primary-disabled);
    border-color: var(--button-primary-disabled);
}

.btn.btn-light-primary {
    background-color: var(--button-light-normal);
    border-color: var(--button-light-normal);
    color: var(--button-primary-normal);
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-primary:focus:not(.btn-text), .btn.btn-light-primary.focus:not(.btn-text) {
    background-color: var(--button-primary-hover);
    border-color: var(--button-primary-hover);
    color: white !important;
}

.btn.btn-light-primary i {
    color: var(--green);
}

a {
    color: var(--green) !important;
}

a:hover {
    color: var(--green) !important;
}

a.text-hover-primary, .text-hover-primary {
    color: var(--green) !important;
}

a.text-hover-primary:hover, .text-hover-primary:hover {
    color: var(--green) !important;
}

.btn.btn-outline-primary {
    color: var(--button-primary-normal) !important;
    border-color: var(--button-primary-normal);
}

.btn.btn-outline-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-primary:focus:not(.btn-text), .btn.btn-outline-primary.focus:not(.btn-text) {
    border-color: var(--button-primary-hover);
    background-color: var(--button-primary-hover);
    color: white !important;
}

.btn.btn-outline-primary i{
    color: var(--green) !important;
}
    /*.btn.btn-outline-primary i:hover {
        color: white !important;
    }*/

.accordion.accordion-toggle-arrow .card .card-header .card-title {
    color: var(--green) !important;
}
.accordion .card .card-header .card-title > i {
    color: var(--green) !important;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    background-color: var(--green);
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    background-color: var(--green);
    color: white !important;
}

.alert.alert-custom.alert-outline-primary {
    border-color: #e89843;
}

.alert.alert-custom.alert-outline-primary .alert-icon i {
    color: #e89843;
}

.alert.alert-custom.alert-outline-primary .alert-text {
    color: #e89843;
}

.alert.alert-custom.alert-outline-primary .alert-close i {
    color: var(--green);
}

.nav.nav-pills.nav-light-primary .nav-link.active .nav-text {
    color: var(--green);
}

.switch input:checked ~ span:after {
    background-color: var(--green);
}

#error-button {
    color: white !important;
    background-color: #EE7B00 !important;
    background-image: none;
}

.alert.alert-custom.alert-outline-info {
    border-color: #E89843 !important;
}

.alert.alert-custom.alert-outline-info .alert-icon .flaticon-information {
    color: #E89843 !important;
}

.alert.alert-custom.alert-outline-info .alert-text {
    color: #E89843 !important;
}

@media (max-width: 600px) {
    .sefaIconVideo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
