.navbar-brand img {
    width: 200px;
    height: 67px;
}

.text-arrow {
    display: inline-block;
    font-size: 48px;
    vertical-align: middle;
    margin-bottom: 10px;
}

h2 {
    font-size: 2.5rem;
}
#progress {
    padding: 0;
    list-style-type: none;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;

}

.infographic li {
    float: left;
    padding: 35px 30px 10px 60px;
    background: #70349c;
    color: #fff !important;
    position: relative;
    border-top: 1px solid #70349c;
    border-bottom: 1px solid #70349c;
    width: 28%;
    margin: 0 5px;
    height: 101px;
    margin-top: 20px;

}
@media (min-width: 576px) {
    .infographic li h5 {
        font-size: 1em;
    }
}

        .infographic li:before {
            content: '';
            border-left: 50px solid #fff;
            border-top: 50px solid transparent;
            border-bottom: 50px solid transparent;
            position: absolute;
            top: 0;
            left: 0;
        }

        .infographic li:after {
            content: '';
            border-left: 50px solid #70349c;
            border-top: 50px solid transparent;
            border-bottom: 50px solid transparent;
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 20;
        }

#BackTestingTable thead td {
    background-color: #00788a;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}
#BackTestingTable tbody td.odd-row {
    padding: 5px;
}
#BackTestingTable tbody td.even-row {
    background-color: #eee;
    padding: 5px;
}
#BackTestingTable tbody td.gain {
    color: #090;
}
#BackTestingTable tbody td.loss {
    color: #900;
}
#BackTestingTable tbody td.number {
    text-align: right;
}


.btn-primary {
    color: #fff;
    background-color: #ff3b20;
    border-color: #ff3b20;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #f41f00;
        border-color: #f41f00;
    }

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #f41f00;
        border-color: #f41f00;
        box-shadow: 0 0 8px 2px #ff8775;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #ff8775;
        border-color: #ff8775;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #ad1125;
        border-color: #a11023;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgb(224 57 78 / 0.5);
        }

.btn-outline-primary {
    color: #ff3b20;
    border-color: #ff3b20;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #ff3b20;
        border-color: #ff3b20;
    }

    .btn-outline-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #ff3b20;
        border-color: #ff3b20;
        box-shadow: 0 0 8px 2px #ff8775;
    }

    .btn-outline-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #ff8775;
        border-color: #ff8775;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #ad1125;
        border-color: #a11023;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgb(224 57 78 / 0.5);
        }

.btn-green {
    color: #fff;
    background-color: #7ac143;
    border-color: #7ac143;
}

    .btn-green:hover {
        color: #fff;
        background-color: #64a336;
        border-color: #64a336;
    }

    .btn-green:focus,
    .btn-green.focus {
        color: #fff;
        background-color: #f41f00;
        border-color: #f41f00;
        box-shadow: 0 0 8px 2px #ff8775;
    }

    .btn-green.disabled,
    .btn-green:disabled {
        color: #fff;
        background-color: #ff8775;
        border-color: #ff8775;
    }

    .btn-green:not(:disabled):not(.disabled):active,
    .btn-green:not(:disabled):not(.disabled).active,
    .show > .btn-green.dropdown-toggle {
        color: #fff;
        background-color: #ad1125;
        border-color: #a11023;
    }

        .btn-green:not(:disabled):not(.disabled):active:focus,
        .btn-green:not(:disabled):not(.disabled).active:focus,
        .show > .btn-green.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgb(224 57 78 / 0.5);
        }

.btn-outline-green {
    color: #7ac143;
    border-color: #7ac143;
}

    .btn-outline-green:hover {
        color: #fff;
        background-color: #8fcb63;
        border-color: #8fcb63;
    }

    .btn-outline-green:focus,
    .btn-green.focus {
        color: #fff;
        background-color: #7ac143;
        border-color: #7ac143;
        box-shadow: 0 0 8px 2px #ff8775;
    }

    .btn-outline-green.disabled,
    .btn-green:disabled {
        color: #fff;
        background-color: #ff8775;
        border-color: #ff8775;
    }

    .btn-outline-green:not(:disabled):not(.disabled):active,
    .btn-outline-green:not(:disabled):not(.disabled).active,
    .show > .btn-green.dropdown-toggle {
        color: #fff;
        background-color: #7ac143;
        border-color: #7ac143;
    }

        .btn-outline-green:not(:disabled):not(.disabled):active:focus,
        .btn-outline-green:not(:disabled):not(.disabled).active:focus,
        .show > .btn-green.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgb(224 57 78 / 0.5);
        }

svg.icon-purple * {
    color: #70349c !important;
    fill: #70349c !important;
}

.btn-purple {
    color: #fff;
    background-color: #70349c;
    border-color: #70349c;
}

    .btn-purple:hover {
        color: #fff;
        background-color: #853ebc;
        border-color: #853ebc;
    }

    .btn-purple:focus,
    .btn-purple.focus {
        color: #fff;
        background-color: #f41f00;
        border-color: #f41f00;
        box-shadow: 0 0 8px 2px #ff8775;
    }

    .btn-purple.disabled,
    .btn-purple:disabled {
        color: #fff;
        background-color: #ff8775;
        border-color: #ff8775;
    }

    .btn-purple:not(:disabled):not(.disabled):active,
    .btn-purple:not(:disabled):not(.disabled).active,
    .show > .btn-purple.dropdown-toggle {
        color: #fff;
        background-color: #ad1125;
        border-color: #a11023;
    }

        .btn-purple:not(:disabled):not(.disabled):active:focus,
        .btn-purple:not(:disabled):not(.disabled).active:focus,
        .show > .btn-purple.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgb(224 57 78 / 0.5);
        }

.switch {
    position: relative;
    display: inline;
    width: 50px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .toggle:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .toggle.disabled:before {
        background-color: #666;
    }

input:checked + .toggle {
    background-color: #7ac143;
}

    input:checked + .toggle:before {
        -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
        transform: translateX(25px);
    }

.toggle.round {
    border-radius: 25px;
}

    .toggle.round:before {
        border-radius: 50%;
    }

.accordion-panel-title span:hover {
    color: #70349c !important;
}

.accordion-panel-title[aria-expanded="true"] span {
    color: #70349c !important;
}

a .color-blue:hover {
    color: #009eb5 !important;
}

.badge-primary {
    color: #fff;
    background-color: #ff3b20;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #ad1125;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(219 22 47 / 0.5);
}

.bg-wm-background {
    background-image: url(../img/wm-background.webp);
    background-size: cover;
}

.color-blue {
    color: #00788a !important;
}

.color-blue-lighter-1 {
    color: #009eb5 !important;
}

.color-blue-lighter-2 {
    color: #00c4df !important;
}

.color-blue-darker-1 {
    color: #005460 !important;
}

.color-blue-darker-2 {
    color: #002f35 !important;
}

.color-green {
    color: #7ac143 !important;
}

.color-green-lighter-1 {
    color: #8fcb63 !important;
}

.color-green-lighter-2 {
    color: #a6d683 !important;
}

.color-green-darker-1 {
    color: #64a336 !important;
}

.color-green-darker-2 {
    color: #51832c !important;
}

.color-salmon {
    color: #ff8775 !important;
}

.color-salmon-lighter-1 {
    color: #ffab9f !important;
}

.color-salmon-lighter-2 {
    color: #ffd0ca !important;
}

.color-salmon-darker-1 {
    color: #ff614a !important;
}

.color-salmon-darker-2 {
    color: #ff3b20 !important;
}

.color-purple {
    color: #853ebc !important;
}

.color-purple-lighter-1 {
    color: #9b5cc9 !important;
}

.color-purple-lighter-2 {
    color: #ae7cd3 !important;
}

.color-purple-darker-1 {
    color: #70349c !important;
}

.color-purple-darker-2 {
    color: #59297c !important;
}

.color-white {
    color: #fff !important;
}

.link-white {
    color: #fff !important;
}

    .link-white:hover {
        color: #ccc !important;
    }

.bg-blue {
    background-color: #00788a !important;
    fill: #00788a !important;
}

.bg-blue-lighter-1 {
    background-color: #009eb5 !important;
    fill: #009eb5 !important;
}

.bg-blue-lighter-2 {
    background-color: #00c4df !important;
    fill: #00c4df !important;
}

.bg-blue-darker-1 {
    background-color: #005460 !important;
    fill: #005460 !important;
}

.bg-blue-darker-2 {
    background-color: #002f35 !important;
    fill: #002f35 !important;
}

.bg-green {
    background-color: #7ac143 !important;
    fill: #7ac143 !important;
}

.bg-green-lighter-1 {
    background-color: #8fcb63 !important;
    fill: #8fcb63 !important;
}

.bg-green-lighter-2 {
    background-color: #a6d683 !important;
    fill: #a6d683 !important;
}

.bg-green-darker-1 {
    background-color: #64a336 !important;
    fill: #64a336 !important;
}

.bg-green-darker-2 {
    background-color: #51832c !important;
    fill: #51832c !important;
}

.bg-salmon {
    background-color: #ff8775 !important;
    fill: #ff8775 !important;
}

.bg-salmon-lighter-1 {
    background-color: #ffab9f !important;
    fill: #ffab9f !important;
}

.bg-salmon-lighter-2 {
    background-color: #ffd0ca !important;
    fill: #ffd0ca !important;
}

.bg-salmon-darker-1 {
    background-color: #ff614a !important;
    fill: #ff614a !important;
}

.bg-salmon-darker-2 {
    background-color: #ff3b20 !important;
    fill: #ff3b20 !important;
}

.bg-purple {
    background-color: #853ebc !important;
    fill: #853ebc !important;
}

.bg-purple-lighter-1 {
    background-color: #9b5cc9 !important;
    fill: #9b5cc9 !important;
}

.bg-purple-lighter-2 {
    background-color: #ae7cd3 !important;
    fill: #ae7cd3 !important;
}

.bg-purple-darker-1 {
    background-color: #70349c !important;
    fill: #70349c !important;
}

.bg-purple-darker-2 {
    background-color: #59297c !important;
    fill: #59297c !important;
}

.border-color-purple {
    border-color: #853ebc !important;
}

.border-color-grey {
    border-color: #ccc !important;
}

.border-width-2 {
    border-width: 2px;
}

.process-circle:empty.bg-primary {
    background: rgb(255 22 47 / 0.05) !important;
}

    .process-circle:empty.bg-primary:after {
        background-color: #853ebc;
    }

.underline {
    text-decoration: underline !important;
}

.align-center {
    text-align: center;
}
