﻿body {
    color: #242424;
    font-size: 1.1rem;
    line-height: 1.7em;
    background-repeat: repeat;
    background-size: cover;
}

.footer {
    background-color: #DDDDDD;
    padding-top: 20px
}

.pnl, .row {
    margin-bottom: 10px;
}

.btn-dark {
    background: #2e3092
}

.heading {
    padding-left: 0;
    color: #2e3092;
    display: flex !important;
    align-items: center !important;
}

    .heading span {
        -webkit-tap-highlight-color: transparent;
        text-align: left;
        font-family: Montserrat, Arial, sans-serif;
        font-weight: 400;
        box-sizing: inherit;
        background-image: linear-gradient(90deg, #8dc63f, #60b848 51%, #009677);
        margin-right: 26px;
        padding: 0;
        line-height: 1.09;
        letter-spacing: -.3px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 60px;
        min-height: 60px;
        font-size: 22px;
        width: 60px;
        height: 60px;
    }

.center {
    text-align: center;
}

.heading {
    font-size: 20px;
}

.Container {
    margin: 20px auto;
    max-width: 980px;
    background-color: #fff;
    border-radius: 10px;
}

.error {
    color: red;
}

.notifyCount {
    color: red
}

div.uplOverlay {
    position: absolute;
    top: -0px;
    left: 0px;
    z-index: 1;
}

input.uplHidden {
    position: relative;
    text-align: right;
    opacity: 0;
    z-index: 2;
    width: 100px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}

input[type=checkbox] {
    width: 25px;
    height: 25px;
}

    input[type=checkbox] + span, input[type=checkbox] + label {
        margin-left: 9px
    }


div.header {
    background-color: white;
}

.card {
    border: none;
    border-radius: 10px;
}

.card-header.Step {
    background-color: #2e3092;
    border-radius: unset;
    color: white
}

.card-header + .center {
    background-color: #DDDDDD;
}

.btn-secondary {
    background-color: #2e3092;
}

.modal-header {
    background-color: #2e3092;
    color: white;
}

hr {
    background-color: white
}