.dim-25 {
    opacity: .25
}

.pointer {
    cursor: pointer;
}

.border-grey {
    border-color: #a8bed2 !important;
}

.bg-grey {
    background-color: rgba(168, 190, 210, 0.7) !important;
}

.checkbox {
    margin-bottom: 0;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox span:before {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    width: 1em;
    height: 1em;
    content: '\f0c8';
    margin-right: .6em;
    font-weight: lighter;
    color: #222;
}

.checkbox input[type="checkbox"]:checked ~ span:before {
    content: '\f14a';
    color: #2c662d;
}

.pell-button {
    width: 46px !important;
    height: 48px !important;
    font-size: 1.2em;
}

.pell *:focus {
    outline: none;
}

.journey-bg-primary {
    background-color: #89caff !important;
}

.journey-bg-secondary {
    background-color: #bbbbbb !important;
}

.journey-bg-success {
    background-color: #81c784 !important;
}

.journey-bg-info {
    background-color: #aee5e9 !important;
}

.journey-bg-warning {
    background-color: #ffc673 !important;
}

.journey-bg-danger {
    background-color: #ffa0a0 !important;
}

.journey-text-primary {
    color: #0073d2 !important;
}

.journey-text-secondary {
    color: #888888 !important;
}

.journey-text-success {
    color: #2d8831 !important;
}

.journey-text-info {
    color: #00929c !important;
}

.journey-text-warning {
    color: #d49b00 !important;
}

.journey-text-danger {
    color: #d23a3a !important;
}
