:root {
    --color-primary: #00910e;

    --color-brand-blue: #162340;
    --color-contrast: #de622d;
    --color-blue: #76c0ec;
    --color-gray: #14142b;
    --color-gray-80: #4e4b66;
    --color-gray-20: #a0a3bd;
    --color-gray-0: #fcfcfc;
    --color-warning: #deac2d;
    --color-danger: #de2d2d;
    --color-success: #1abc9c;
    --white: #fff;
    --font-family-Brandon-Grotesque: "Brandon Grotesque", sans-serif;
    --color-r: #2DB2A0;
    --color-blak-gray: #3E3E3E;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('/assets/fonts/BrandonGrotesque-Bold.woff2') format('woff2'), url('/assets/fonts/BrandonGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-Brandon-Grotesque);
} */

*,
body,
p,
input,
textarea,
select,
a {
    font-family: 'Source Sans Pro', sans-serif;
}

.font-family-cerebri {
    font-family: "Cerebri Sans,sans-serif";
}

.btn-primary {
    background-color: #00910e !important;
    border-color: #00910e !important;
    color: var(--white);
}

.line-height-1 {
    line-height: 1 !important;
}

.btn-primary:hover {
    background-color: #3d9940 !important;
    border-color: #3d9940 !important;
    box-shadow: none;
}

.avatar-230 {
    height: 230px;
    width: 230px;
}

.text-primary {
    color: #00910e !important;
}

.text-primary2 {
    color: #3d9940 !important;
}

.bg-primary2 {
    background-color: #3d9940 !important;
}

.bg-primary {
    background-color: #00910e !important;
}

.bg-sf-primary {
    background-color: #00910e60 !important;
}

.icon-options-therapy {
    top: 0;
    right: 0;
}

.text-blak-gray {
    color: var(--color-blak-gray);
}

.nav-user img {
    object-fit: cover;
}

.font-32 {
    font-size: 32px !important;
}

.btn-custom,
.swal2-modal .swal2-confirm {
    background-color: #00910e !important;
    border-color: #00910e !important;
    text-transform: uppercase;
}

.swal2-modal .swal2-cancel,
.swal2-modal .swal2-deny {
    background-color: #f1556c !important;
    border-color: #f1556c !important;
    text-transform: uppercase;
}

.swal2-modal .swal2-actions .btn,
.swal2-modal .swal2-actions button {
    height: 45px;
}

.swal2-modal .swal2-cancel,
.swal2-modal .swal2-deny,
.swal2-modal .swal2-confirm {
    font-weight: 600;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid #00910e !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #00910e !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    background-color: #00910e !important;
}

.card-loading {
    height: 100%;
    min-height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #00910e;
}

.card-loading i {
    font-size: 5rem;
}

.modal-header {
    text-transform: uppercase;
    font-weight: 600;
}

.btn {
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: center;
    /* padding: .65rem 0.9rem; */
    min-width: 100px;
    /* height: 45px; */
    font-family: var(--font-family-Brandon-Grotesque);
    border-radius: 3px;
    /* font-size: 14px; */
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none;
}

.list-options-therapies .option-menu-other-patient {
    width: 47% !important;
    background-color: #fff !important;
    border: 0 !important;
    position: relative !important;
    box-shadow: 0 .75rem 6rem rgba(56, 65, 74, .03) !important;
}

.inexecuton {
    background-color: #7fbf4475;
    padding: 5px 8px;
    border-radius: 14px;
}

.alert {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 0.75rem 1.25rem;
    border-radius: 3px;
    overflow-wrap: break-word;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 1.25rem;
}

.alert .close:active,
.alert .close:focus {
    opacity: 1;
}

a {
    /* font-size: 18px; */
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #00910e;
}

a:hover {
    color: #3d9940;
    text-decoration: none;
}

.swal2-popup {
    border-radius: 3px;
    /* font-weight: normal; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /* font-size: 2em; */
}

.swal2-popup .swal2-title {
    text-transform: uppercase;
    color: #00910e;
    font-size: 20px;
}

.swal2-popup .swal2-content {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.img-cover {
    object-fit: cover;
}

.min-h-2 {
    min-height: 110px
}

.h-37 {
    height: 37px;
}

.alert-primary {
    background-color: #00910e;
    color: var(--white);
}

.card-login {
    box-shadow: 0 0.75rem 3rem 0px rgb(56 65 74 / 46%);
}

.bg-wakeup {
    background-image: url(/assets/images/bg-pattern-4.png);
    background-color: #112c12;
}


/* .navbar-custom {
    background-color: #112c12;
} */


/* .navbar-custom {
    background-color: #3a4a38;
} */

.nav-second-level li a:focus,
.nav-second-level li a:hover {
    color: #00910e;
}

#sidebar-menu .menuitem-active .active,
#sidebar-menu .menuitem-active>a {
    color: #00910e;
}

#sidebar-menu>ul>li>a:active,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:hover {
    color: #00910e;
}

.form-check.form-check-success .form-check-input:checked {
    background-color: #00910e !important;
    border-color: #00910e !important;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a:active,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a:focus,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a:hover {
    color: #00910e;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a:hover,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing>ul a:hover {
    color: #00910e;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a {
    color: #00910e;
}

.card-title-step {
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    /* background-color: #3d9940; */
    background-color: #3d994014;
    margin-bottom: 18px;
}


/* .card-title-step h4,
.card-title-step h5 {

} */

.btn-link {
    color: #00910e;
}

.btn-link:hover {
    color: #3d9940;
}

.form-range-zone::-webkit-slider-runnable-track {
    background-color: #3d9940;
    background: linear-gradient(90deg, rgba(61, 153, 64, 1) 0%, rgba(128, 193, 68, 1) 30%, rgba(255, 0, 0, 1) 100%) !important;
}

.form-range-zone::-moz-range-track {
    background-color: #3d9940;
    background: linear-gradient(90deg, rgba(61, 153, 64, 1) 0%, rgba(128, 193, 68, 1) 30%, rgba(255, 0, 0, 1) 100%) !important;
}

.form-range-zone::-ms-track {
    background-color: #3d9940;
    background: linear-gradient(90deg, rgba(61, 153, 64, 1) 0%, rgba(128, 193, 68, 1) 30%, rgba(255, 0, 0, 1) 100%) !important;
}

.form-range::-webkit-slider-thumb {
    background: #3d9940;
    border: 1px solid #fff;
}

.form-range::-moz-range-thumb {
    background: #3d9940;
    border: 1px solid #fff;
}

.form-range:hover::-webkit-slider-thumb {
    background: #398d3b;
}

.form-range:hover::-moz-range-thumb {
    background: #398d3b;
}

.form-range-zone::-webkit-slider-thumb {
    background: #4e4b66;
    border: 1px solid #fff;
    /* box-shadow: 0 0 4px 1px #fff; */
}

.form-range-zone::-moz-range-thumb {
    background: #4e4b66;
    border: 1px solid #fff;
    /* box-shadow: 0 0 4px 1px #fff; */
}

.form-range-zone:hover::-webkit-slider-thumb {
    background: #14142b;
}

.form-range-zone:hover::-moz-range-thumb {
    background: #14142b;
}

.mt--11 {
    margin-top: -11px;
}

.btn-close-zone {
    width: 30px;
    height: 30px;
    min-width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: var(--color-gray);
    background-color: #e1e5e7;
    border-color: #e1e5e7;
    padding: 0;
    position: absolute;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    box-shadow: none;
}

.btn-close-zone:hover {
    background-color: #d1d6d8;
}

.card-add-zone {
    box-shadow: 0 0px 4px 0px rgb(56 65 74 / 12%)
}

.font-weight-light {
    font-weight: lighter;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #00910e !important;
    border-color: #00910e !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3d9940;
}

.nav-link:focus,
.nav-link:hover {
    color: #3d9940;
}

.nav-bordered a.active {
    border-bottom: 2px solid #3d9940 !important;
}

.bg-green-light {
    background-color: #3d994014;
}

.form-check-input:checked {
    background-color: #3d9940;
    border-color: #3d9940;
}

.ribbon-box .ribbon-two-primary span {
    background: #3d9940;
}

.ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #3d9940;
    border-top: 3px solid #3d9940;
}

.ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #3d9940;
    border-top: 3px solid #3d9940;
}

.component-search {
    position: relative;
}

.component-search .form-control {
    padding-left: 28px;
    /* max-width: 280px; */
}

.component-search i {
    font-size: 20px;
    position: absolute;
    top: 8px;
    left: 5px;
}

.component-search-result {
    line-height: 18px;
    background-color: rgb(245 246 248);
    padding: 0px;
    z-index: 1;
}

.component-search-result .component-search-result-items {
    padding: 7px 0px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.component-search-result .component-search-result-items .btn-icon-alt {
    line-height: 32px;
    padding: 0px 8px;
}

.component-search-result .component-search-result-items .btn-icon-alt i {
    font-size: 1rem;
}

.scroll-list-tests {
    max-height: 150px;
    overflow-y: auto;
    padding: 0 15px;
}

.btn-icon-alt {
    background: rgb(236 236 236 / 45%);
    border: 1px solid var(--color-gray-0);
    box-sizing: border-box;
    box-shadow: 0px 10px 40px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 10px 40px rgb(0 0 0 / 16%);
    -o-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
    border-radius: 100px;
    z-index: 10001;
    line-height: 43px;
    padding: 0px 10px;
    margin-left: 5px;
}

.btn-icon-alt i {
    font-size: 1.5rem;
    color: var(--color-contrast);
    vertical-align: middle;
}

.badge-wk .btn-icon-alt {
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 1;
}

.badge-wk .btn-icon-alt i {
    font-size: 19px;
}

.badge-wk {
    text-align: left;
    white-space: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.top-right-delete {
    top: -11px;
    right: -11px;
}

.btn-x {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #f3f7f9;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    cursor: pointer;
}

.btn-x i {
    font-size: 24px;
    color: var(--color-danger);
}

.btn-x-danger {
    background-color: var(--color-danger);
}

.btn-x-danger i {
    color: var(--white);
}

.option-menu-detail-patient:hover,
.option-menu-detail-patient:focus,
.option-menu-detail-patient:active {
    font-weight: bold;
    /* border-bottom: 2px solid #00910e; */
}

.option-menu-detail-patient {
    margin-top: 7px;
    font-size: 14px;
}

.option-menu-other-patient {
    padding: 7px;
    border: 1px solid #00910e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 5px;
    height: 90px;
    text-align: center;
    width: 115px;
}


/* .option-menu-other-patient:hover {
    background-color: #3d994014;
} */

.option-menu-other-patient:hover .option-menu-detail-patient,
.option-menu-other-patient:focus .option-menu-detail-patient,
.option-menu-other-patient:active .option-menu-detail-patient {
    font-weight: bold;
    cursor: pointer;
}

.option-menu-other-patient .option-menu-detail-patient {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    height: 100%;
    margin: 0;
}

.option-menu-other-patient .option-menu-detail-patient i {
    font-size: 35px;
}

.max-w-350 {
    max-width: 350px;
}

.text-left {
    text-align: left;
}

.step-card {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    align-content: center;
}

.step-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
}

.step-card .step-card-number {
    margin-right: 6px;
}

.step-card-number {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid var(--color-gray-20);
    /* background-color: #3d994014; */
    background-color: rgba(243, 247, 249, 0.25);
    color: var(--color-gray-20);
    font-weight: 400;
    font-size: 15px;
    font-family: var(--font-family-Brandon-Grotesque);
}

.active>.step-card-number {
    border: 1px solid #3d9940;
    background-color: #3d994014;
    color: #3d9940;
}

.step-card-text {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
    color: var(--color-gray-20);
}

.active>.step-card-content .step-card-text {
    color: #3d9940;
}

.step-card-line {
    height: 4px;
    width: 100%;
    background-color: #3d994014;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 2px;
}

.active>.step-card-content .step-card-line {
    background-color: #00910e;
}

.content-step-card {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
}

.content-step-card .step-card {
    margin-right: 9px;
}

.input-line {
    font-weight: 600;
    color: #000;
    padding: 0;
    margin: 0;
    height: 18px;
    font-size: 12px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    /* background-color: #ccc3; */
    background-color: #3d994014;
}

.c37 {
    max-width: 850px;
    margin: 0 auto;
}

.text-justify {
    text-align: justify;
}

.input-line:focus-visible {
    box-shadow: none;
    border: none;
}

.font-family-arial {
    font-family: Arial, Helvetica, sans-serif;
}

.font-family-arial * {
    font-family: Arial, Helvetica, sans-serif;
}

.font-family-arial>* {
    font-family: Arial, Helvetica, sans-serif;
}

.font-italic {
    font-style: italic;
}

.graph-predition-dolor {
    height: 300px;
    /* width: 1100px; */
    /*  max-width: 900px; */
    width: 100%;
    /* display: block; */
}

.text-wrap {
    white-space: wrap !important;
}

.text-pre-wrap {
    white-space: pre-wrap !important;
}

.text-right {
    text-align: right !important;
}

.disabled:hover {
    cursor: not-allowed !important;
}

.pointer:hover {
    cursor: pointer !important;
}

.form-check-input-other {
    margin: 0;
    position: absolute;
    right: -9px;
    visibility: hidden;
    top: -9px;
}

.w-por-47 {
    width: 47% !important;
}

.timer-therapi-icon {
    font-size: 41px;
    margin-right: 12px;
}

.form-check-input-other:checked {
    background-color: #3d9940;
    border-color: #3d9940;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    visibility: visible;
}

.my--3 {
    margin-top: -3px;
    margin-bottom: -3px;
}


/* MANIQUÍ */

.cont-maniqui {
    position: relative;
    height: 460px;
    width: 460px;
    margin: 0 auto;
}

.cont-maniqui img {
    height: 450px;
    width: 450px;
    position: absolute;
}

.content-max- {
    max-width: 1040px;
}


.autovaloracion-page-public {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.autovaloracion-page-public .content {
    max-width: 1200px;
    width: 100%;
}

.autovaloracion-page-public .footer {
    left: 0;
}

.autovaloracion-page-public .footer .footer-links a {
    display: none;
}

.autovaloracion-page-public .logo-box {
    width: auto;
    margin-right: 16px;
}

.truncate {
    max-width: 190px;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* REMISIONES */
.remission-top {
    display: flex;
    justify-content: space-between;
    max-width: 950px;
    width: 100%;
    margin-bottom: 25px;
}

.rss-content1 {
    width: 250px;
    height: auto;
}

.rss-content1 img,
.rss-content2 img {
    width: 100%;
    height: auto;
    padding-right: 10px;
}

.rss-content2 {
    width: 90px;
    height: auto;
}

.remission-body {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 950px;
    width: 100%;
}

.remission-body .hhr {
    background: #000;
    height: auto;
    width: 100%;
    display: block;
    margin: 22px 0;
    border-bottom: 1px solid #000;
}

.remission-footer {
    max-width: 950px;
    width: 100%;
    position: relative;

}

.remission-footer h4 {
    color: #3d9940;
    width: 100%;
    margin: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
}

.remission-footer .foott {
    width: 100%;
    height: auto;
}

.remission-footer .foott img {
    width: 100%;
    height: auto;
}

.remission-body-core {
    min-height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rss-body3 {}


/* RESPONSE */

@media only screen and (max-width: 1200px) {
    .modal-97-mobile {
        max-width: 97%;
    }

    .step-card-text {
        font-size: 10px;
    }
}

@media only screen and (max-width: 990px) {
    .step-card-text {
        display: none;
    }

    .step-card-line {
        min-width: 40px;
    }

    .step-card .step-card-number {
        margin-right: 2px;
    }

    .content-step-card .step-card {
        margin-right: 2px;
    }

    .modal-xl {
        width: 100%;
    }

    .modal-dialog.modal-xl {
        max-width: 99%;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 768px) {

    .content-page,
    body[data-sidebar-size=condensed] .content-page {
        padding: 0;
    }

    .card-body {
        padding: 1.5rem 1rem;
    }

    .mx--15 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .option-menu-other-patient {
        width: 30.3%;
    }

    .step-card-line {
        min-width: 20px;
    }
}

@media only screen and (max-width: 660px) {
    .option-menu-other-patient {
        width: 47%;
    }

    .step-card-line {
        min-width: 15px;
    }

    .w-sm-100 {
        width: 100%;
    }

    /* .content-step-card {
        justify-content: space-between;
    } */
    /* MANIQUÍ */
    .cont-maniqui {
        position: relative;
        height: 300px;
        width: 300px;
        margin: 0 auto;
    }

    .cont-maniqui img {
        height: 290px;
        width: 290px;
        position: absolute;
    }
}



.badge-clickable {
    cursor: pointer;
    box-shadow: none;
    -webkit-user-select: none;
    user-select: none;
}

.badge-clickable:focus,
.badge-clickable:active {
    opacity: .7;
}


.text-marked-green {
    background-color: rgb(0 145 13 / 40%);
}


.main-content .wizard .progressbar-list::before {
    content: " ";
    background-color: rgb(155, 155, 155);
    border: 10px solid #fff;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: 9px auto;
    box-shadow: 1px 1px 3px #606060;
    transition: all;
}

.main-content .wizard .progressbar-list::after {
    content: "";
    background-color: rgb(155, 155, 155);
    padding: 0px 0px;
    position: absolute;
    top: 14px;
    left: -50%;
    width: 100%;
    height: 2px;
    margin: 9px auto;
    z-index: -1;
    transition: all 0.8s;
}

.main-content .wizard .progressbar-list.step-checked::after,
.main-content .wizard .progressbar-list.step-latest::after {
    background-color: var(--color-primary);
}

.main-content .wizard .progressbar-list:first-child::after {
    content: none;
}

.main-content .wizard .progressbar-list.step-active::before,
.main-content .wizard .progressbar-list.step-checked::before,
.main-content .wizard .progressbar-list.step-latest::before {
    font-family: "Font Awesome 5 free";
    content: "\f00c";
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    padding: 6px;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    box-shadow: 0 0 0 7.5px rgb(0 145 13 / 11%);
}

.main-content .wizard .progressbar-list.step-active::before {
    content: "\f303";
    box-shadow: 0 0 0 9px rgb(0 145 13 / 45%);
}

.main-content .wizard .progressbar-list.step-latest::before {
    content: "\f111";
}

.wizard .progressbar-list {
    color: #6f787d;
}

.wizard .step-checked {
    color: #000;
}